|
|
|
There are several reason when you can get this error.
I tried all possible ways to solve this problem on my windows 2003 machine with VS 2003 but no luck
I tried to reinstall debugger components I tried to check Administrator is added in Debugger Group I went through all possible steps but finally folllowing steps solved my problem I also checked that Machine Debugger service is running I also added section in Web.config with debug="true" to enable debugging for ASP.net project |
Click here to copy the following block | <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> <compilation defaultLanguage="VB" debug="true" numRecompilesBeforeAppRestart="15"> </compilation> </system.web> <configuration> |
Still no luck...........
And very last I tried the following steps.
1) Open IE -> Tools 2) Click on the security tab 3) Select Local Intranet 4) Click on the Sites button and then Click on Advanced button on that dialogbox 5) Add http://localhost in intranet sites
I went through above steps and boooom .... my ASP.net debugging started working and I ended with my frustration of several days
Happy programming......... |
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|