I am looking for an effective way to deploy my asp.net files on production. Because right now If I deploy anything in BIN folder or App_Code folder my session times out, which causes a huge problem on production .
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
180 Posts
Deployment without Session Timing Out
Feb 25, 2014 02:15 PM|Sam Solomon|LINK
Dear All,
I am looking for an effective way to deploy my asp.net files on production. Because right now If I deploy anything in BIN folder or App_Code folder my session times out, which causes a huge problem on production .
ANy help would be greatly appreciated.
All-Star
32817 Points
3815 Posts
Re: Deployment without Session Timing Out
Feb 25, 2014 10:37 PM|Angie xu - MSFT|LINK
HI Sam
You could refer the general ways of Web Deployment Overview below, and learn how to deploy ASP.NET Web Application on server.
# ASP.NET Web Application Project Deployment Overview
http://msdn.microsoft.com/en-us/library/dd394698%28v=VS.100%29.aspx
Best regards
Angie Xu
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Participant
1100 Points
400 Posts
Re: Deployment without Session Timing Out
Feb 27, 2014 01:56 AM|dyyo|LINK
hi sam,
May I know whether you deploy the files to a shared server? Usually, session times out issue is a classic issue on a shared server
Dyyo - Microsoft Recommended ASP.NET Hosting