- Total Members: 220,328
- Threads: 525,402
- Posts: 977,028
Great community. Great ideas.
Welcome to ASP/Free, a community dedicated to helping beginners and professionals alike in improving their knowledge of Microsoft's development and administration technologies. Sign up today to gain access to the combined insight of tens of thousands of members.
-
January 31st, 2013, 06:23 PM
#1
ASP.NET Changing Session-State Modes
I'm attempting to share Session information between PHP and .NET on the same server. The sessions will always be created by the .NET site. From my research I've come to believe that the Session-State Mode "SQLServer" will be perfect for this, as the PHP can check session information directly in the database.
My problem is that the .NET application was developed years ago and uses the InProc Session-State. I have no experience working with ASP.NET. I have no way, that I know of, to test switching from InProc to SQLServer and the site must not go down!
1) Could using web.config to change the Session-State from InProc to SQLServer cause any problems for an old application?
2) Is there a way to test this, such as copying all the files to a test sub-domain?
3) If I bring the site down, is there any reason why I couldn't revert the old web.config and get everything back up.
4) Could using SQLServer instead of InProc cause any issues at all on the .NET side?
5) I also noticed in the IIS for the site there is a UI for changing the Session-States, is it better to use that or web.config (or both)?
Thank you for your time.
Similar Threads
-
By Olórin in forum ASP Development
Replies: 4
Last Post: March 30th, 2006, 08:13 PM
-
By r2koch in forum .NET Development
Replies: 2
Last Post: May 5th, 2005, 11:07 AM
-
By CorrieAnn in forum Microsoft Access Help
Replies: 1
Last Post: January 11th, 2005, 10:33 AM
-
By shamanthakamani in forum .NET Development
Replies: 0
Last Post: November 19th, 2003, 02:35 AM
-
By Steve Schofield in forum ASP Development
Replies: 0
Last Post: October 26th, 2000, 09:52 AM