473,387 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 3149
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**************@TK2MSFTNGP04.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*******************@newssvr25.news.prodigy. 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**************@TK2MSFTNGP04.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
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...
3
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...
0
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...
16
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...
1
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...
4
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...
1
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,...
1
by: siva123 | last post by:
i am starting webpage as debugging it showing as unable to start debugging on webserver
1
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...

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.