Hi Rachit,
Your responce is greately appreciated
Our porject is a Contract Management aplication, developping on ASP.net platform in Visual Studio 2005 environment. Since we have to share some of DLL s with other part of application, we placed related exe in the Bin folder. We have set time out for 240 minutes in webconfig.Placing the new exe in the Bin Folder caused unexpected session expiry while navigating the application as well as independent time out of pre set time out value.then we have created a seperate folder for that new application and copied and pasted the relevent DLL from Bin folder to newly created folder .It solved the problems of running the new appplication along with other applications and also solved the time out issues . But we are still experiencing unexpected session expiry while navigating, though it is not as frequent as before.
Directory structure
Root
+ Bin
+ Website
- Web config files
+ Newly created exe folder
-Exe file
I reckon i have answered your question.
Thanks