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 want to do debugging by starting from the start page because when the application is big enough you don't want it to be compiled and you sometimes cannot catch a case from start and you want to catch that case during that time.
I could't figure this one out.
I am running Vista Ultimate x64 with VS.NET 2008 Team Suite.
Also in the start options of the WebSite Propery pages Server is selected as "Use Default Web Server" and custom server is grayed out which I cannot check. (I don't know if I need some change here but I can't even try that)
On top of it, I tried debugging from default page but in that case what I got is "Unable to start debugging on the web server. Mixed mode debugging is not supported on Windows 64-bit platforms". What???? Anyway I get into the configuration manager of the solution and changed the mixed mode to ANY CPU, however no luck.
This time MS made me really crazy.
Seeking urgent help as going without the help of debugging brings down ASP.NET to the level of PHP or other kinds.
Additional notes: 1. I am using DotNetNuke 5.0.1 and building modules under that. 2. IIS 7 is used with Integrated mode.