Search Results

0
votes
3answers
2k views

Visual Studio 2008 with ASP.NET 3.5 debuging using attach to process is not working

Hi, I am so used to attach a process when debugging ASP.NET application in .NET 2.0 and VS.NET 2005. I don't know what happened to this functionality in VS.NET 2008. I also don't wa …
0
votes
3answers
273 views

How to overwrite Response.Redirect to prevent port coming with it

Hi, I have a scenario that my load balancer translates port 80 from outside into port 801 which is local. And When it comes to server, server obviously sees port 801 and in Response.Redirec …
-1
votes

Visual Studio 2008 with ASP.NET 3.5 debuging using attach to process is not working

Help came from Mitchel Sellers. He pointed out that the debug mode was ok however while attaching to the process, the "Attach To" was "Automatic:Native Code". After changing to only "Manage …
1
vote

How to overwrite Response.Redirect to prevent port coming with it

Ok, I got the answer myself. I hope this solution will be useful for others too. Well, the answer is within the web.config. Under <system.web> <httpRuntime …