PROBLEM: Ported working vs2003 Asp.net project to VS2005. Response.Redirect terminates the session.
Environment: W2000 Advanced Server, IIS, vb.net
Both vs 2003 and vs2005 on same machine.
Changed the dll name to appname05.dll so that it would register
The appname is the same for vs2005 but the location and sitename in the iis was changed.
I tried the following prior to ‘response.redirect’
Response.AddHeader("P3P", "CP=""CAO PSA OUR""")I tried entering the server path in the browser.Both to no avail.I tried some mods to the web.config such as the machine setting Request anyone experienced with this problem to please respond.