473,569 Members | 2,916 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to start debugging on the webserver

This is happening on a WinXP Pro SP2 machine with Visual Studio 2005 & local
IIS as the debugger. Everything was working fine this morning (and had been
working for weeks/months prior). After a trip to windows update (where I
installed IE 7, .NET 3.0, VS 2005 SP1 and misc updates for XP such as
timezone changes & a new sound driver) I can no longer debug my web app on
IIS. I now receive this message:

"Unable to start debugging on the web server. The web server is not
configured correctly. See help for common configuration errors. Running the
web page outside of the debugger may provide further information."

I can visit the website without debugging directly at http://localhost/ in
IE 7 (or FireFox 2.0) and the website functions 100% as expected, no errors.
I have not changed any of the authentication methods for the website in IIS.
Windows Authentication is enabled. IIS shows framework version 2.0 on the
ASP.NET property tab of the website (as it always did) and the website code
itself is still referencing objects from the 2.0 framework (no change).
debug="true" in web.config (no change), VS 2005 still references a custom
webserver url of http://localhost/ (no change). I cannot figure out what
has changed but obviously something very critical has in fact changed.

It was not getting this error message this morning before the updates. Any
ideas?
Feb 1 '07 #1
3 3165
the problem is caused by installing ie 7.0

try adding localhost to the trusted sites, or upgrade to vista (the only
enviroment i use ie 7.0).

-- bruce (sqlwork.com)
1388-2/HB wrote:
This is happening on a WinXP Pro SP2 machine with Visual Studio 2005 & local
IIS as the debugger. Everything was working fine this morning (and had been
working for weeks/months prior). After a trip to windows update (where I
installed IE 7, .NET 3.0, VS 2005 SP1 and misc updates for XP such as
timezone changes & a new sound driver) I can no longer debug my web app on
IIS. I now receive this message:

"Unable to start debugging on the web server. The web server is not
configured correctly. See help for common configuration errors. Running the
web page outside of the debugger may provide further information."

I can visit the website without debugging directly at http://localhost/ in
IE 7 (or FireFox 2.0) and the website functions 100% as expected, no errors.
I have not changed any of the authentication methods for the website in IIS.
Windows Authentication is enabled. IIS shows framework version 2.0 on the
ASP.NET property tab of the website (as it always did) and the website code
itself is still referencing objects from the 2.0 framework (no change).
debug="true" in web.config (no change), VS 2005 still references a custom
webserver url of http://localhost/ (no change). I cannot figure out what
has changed but obviously something very critical has in fact changed.

It was not getting this error message this morning before the updates. Any
ideas?

Feb 1 '07 #2
After putting localhost in different zones (trusted, intranet) to no
success, I simply uninstalled IE 7.

I'm still getting the error when I try to debug the website. Was I wrong to
install the VS 2005 SP1 upgrade on an XP Pro / IIS5 machine, is it meant for
Vista / IIS 7 machines?

This certainly isn't helping me meet any project deadlines, that's for sure.

"bruce barker" <no****@nospam. comwrote in message
news:uv******** ******@TK2MSFTN GP04.phx.gbl...
the problem is caused by installing ie 7.0

try adding localhost to the trusted sites, or upgrade to vista (the only
enviroment i use ie 7.0).

-- bruce (sqlwork.com)

Feb 1 '07 #3
Ok this doesn't make much sense, but it's reproduceable and it fixes the
problem so who am I to argue. Turns out it doesn't have anything to do with
localhost being in a low security zone, I think it has something to do with
VS 2005's ability to attach to the aspnet worker process.

This error is indeed caused by installing IE 7. Studying the behavior on my
workstation, I can in fact get IE 7, VS 2005 and IIS 5.1 to all play nice
together, but only if VS 2005 is installed *after* IE 7 is installed. From
this I can only assume something in the IE 7 installation is modifying
something that VS 2005 needs in order to attach to the aspnet worker
process, because this is where it seems to be failing when it fails. And
whatever that modification is that IE 7 makes, the IE 7 uninstaller does not
"undo" it; meaning once IE 7 is installed, VS 2005's ability to debug on IIS
is "broken" thereafter.

But if I reinstall (or repair) VS 2005, this "fixes" whatever IE 7 "breaks".
So I can in fact install IE 7 and use it while debugging, so long as VS 2005
is installed or repaired "on top of" IE 7.

On my machine I can consistantly "break" VS 2005 / IIS web debugging by
re-installing IE 7, and in turn "fix" it by re-installing VS 2005. I never
touch IIS or modify IE 7's security settings, just install the programs in a
different order is all.

Installed VS 2005 SP1 & updates for IE 7 and everything's fine now.

"1388-2/HB" <1@1.netwrote in message
news:A2******** ***********@new ssvr25.news.pro digy.net...
After putting localhost in different zones (trusted, intranet) to no
success, I simply uninstalled IE 7.

I'm still getting the error when I try to debug the website. Was I wrong
to install the VS 2005 SP1 upgrade on an XP Pro / IIS5 machine, is it
meant for Vista / IIS 7 machines?

This certainly isn't helping me meet any project deadlines, that's for
sure.

"bruce barker" <no****@nospam. comwrote in message
news:uv******** ******@TK2MSFTN GP04.phx.gbl...
>the problem is caused by installing ie 7.0

try adding localhost to the trusted sites, or upgrade to vista (the only
enviroment i use ie 7.0).

-- bruce (sqlwork.com)



Feb 5 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1935
by: genc_ymeri | last post by:
Hi, We are a team of 4 using win2003 server (sp1) in our dev machines and VS2003 for our .Net web app. We did make a copy of our project (located to one "hardwarely old" PC ) to our machines. All of us are getting the above error in ths subject. Everything works fine in the original machine. (project name is not the same neither include the...
3
2387
by: loser | last post by:
Hi, I made the unfortunate mistake of installing Windows 2000 Service Pack 4 and .NET Framework 1.0 Service Pack 2 on a development machine (1.0.3705.288). This broke the Visual Studio .NET IDE. However, the Fixxml.exe at Microsoft.com fixed that issue. We developed without issue for the rest of the day (mostly javascript/related client...
0
1044
by: Andrew | last post by:
Hi, I made the unfortunate mistake of installing Windows 2000 Service Pack 4 and .NET Framework 1.0 Service Pack 2 on a development machine (1.0.3705.288). This broke the Visual Studio .NET IDE. However, the Fixxml.exe at Microsoft.com fixed that issue. We developed without issue for the rest of the day (mostly javascript/related client...
16
4184
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
1
1842
by: logan | last post by:
I get the following when trying to debug on a remote webserver. Error while trying to run project: Unable to start debugging on the webserver not implemented I did a search on the microsoft website and didn't find anything. Also did a search using google and didn't come up with anything. I can say I was debugging the site earlier in the...
4
3777
by: TG | last post by:
VB .NET 2003 I get the following error when trying to start my project: Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. ---------- I get the following error when I try to start the project without debugging:
1
1574
by: Michael Turner | last post by:
Hi Guys I need help, someone in my office has decided to upgrade to FrameWork 1.1 on our webserver now when ever we try and run a web application from within ..net we get the following error, however the sites still work fine does anyone have any ideas. "error while trying to run project: unable to start debugging on the web server....
1
1224
by: siva123 | last post by:
i am starting webpage as debugging it showing as unable to start debugging on webserver
1
1006
by: R04 | last post by:
when i start running an application an Error message" Unable to Start Debugging on the webserver.the server doesnot support debugging of ASP.Net or ATL server application" kindly provide me with an Solution
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6277
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2105
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.