Hello,
I have got a Solution that contains a web site running on my local IIS 5.1.
The web site contains both classic ASP pages as well as .NET code and everything seems to work perfectly, apart from the following.
I decide to edit a Classic ASP page (not the global.asa) from within VS2005 and as soon as the file is saved, the Classic ASP session is lost.
If, on the contrary, I edit the file externally (i.e. using Notepad), the Session is not lost.
I am using Visual Studio 2005 (8.0.50727.42 RTM.050727-4200) under Windows XP SP2.
Any idea why this happens?
Thanks,
Paolo Marini