473,396 Members | 2,082 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,396 software developers and data experts.

Unalbe to start debugging on the web server....

Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on drive
letter D instead of C. Maybe the debugger registry is still pointing to C,
but I don't know where the reg settings my be.

Any thoughts?
--
Jim Hansen

Jul 21 '05 #1
6 6846

I think It can be fixed by running asp_regiis.exe for the correct version in
window\microsoft.net directory

"Jim Hansen" wrote:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on drive
letter D instead of C. Maybe the debugger registry is still pointing to C,
but I don't know where the reg settings my be.

Any thoughts?
--
Jim Hansen

Jul 21 '05 #2
Sorry, but that did not help.

I can build the solution and display the pages in a Browser just find, but
not with the debugger.

Thanks,

Jim

"Jun Lang" wrote:

I think It can be fixed by running asp_regiis.exe for the correct version in
window\microsoft.net directory

"Jim Hansen" wrote:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on drive
letter D instead of C. Maybe the debugger registry is still pointing to C,
but I don't know where the reg settings my be.

Any thoughts?
--
Jim Hansen

Jul 21 '05 #3
Couple thoughts...

Building in Debug or Release Mode?

web.config have debug=true?

Greg

"Jim Hansen" <Ji*******@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Sorry, but that did not help.

I can build the solution and display the pages in a Browser just find, but
not with the debugger.

Thanks,

Jim

"Jun Lang" wrote:

I think It can be fixed by running asp_regiis.exe for the correct version
in
window\microsoft.net directory

"Jim Hansen" wrote:
> Everytime I run an aspx page via the run command from Visual Studio
> 2003 I
> get the following error.
>
> Error while trying to run project: Unable to start debugging on the web
> server. Could not start ASP.NET or ATL server debugging.
>
> Verify that ASP.NET or ATL Server is correctly installed on the server.
>
> I have reinstalled Framework and run repair on Visual Studio 2003.
>
> The only thing that I can think of is that I have VS2003 installed on
> drive
> letter D instead of C. Maybe the debugger registry is still pointing
> to C,
> but I don't know where the reg settings my be.
>
> Any thoughts?
>
>
> --
> Jim Hansen
>

Jul 21 '05 #4
Jim Hansen wrote:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.
Make sure that in IIS that you have set up the project as an Application.

Go into the IIS manager.

Find your project, and right click on it to bring up properties.

It should be set to run as an application and the application should be the
same name as the project.

Also, set it to use Medium Protection ( if that doesn't work, use Low
Protection ).

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on
drive
letter D instead of C. Maybe the debugger registry is still pointing to
C, but I don't know where the reg settings my be.

Any thoughts?


Jul 21 '05 #5

Also, try running at the command window:

iisreset.exe


Jim Hansen wrote:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on
drive
letter D instead of C. Maybe the debugger registry is still pointing to
C, but I don't know where the reg settings my be.

Any thoughts?


Jul 21 '05 #6
It was an application. It was in in Medium and I tried in low as well. No
luck. Thanks for the suggestions.
"Moonraker" wrote:
Jim Hansen wrote:
Everytime I run an aspx page via the run command from Visual Studio 2003 I
get the following error.

Error while trying to run project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL server debugging.


Make sure that in IIS that you have set up the project as an Application.

Go into the IIS manager.

Find your project, and right click on it to bring up properties.

It should be set to run as an application and the application should be the
same name as the project.

Also, set it to use Medium Protection ( if that doesn't work, use Low
Protection ).

Verify that ASP.NET or ATL Server is correctly installed on the server.

I have reinstalled Framework and run repair on Visual Studio 2003.

The only thing that I can think of is that I have VS2003 installed on
drive
letter D instead of C. Maybe the debugger registry is still pointing to
C, but I don't know where the reg settings my be.

Any thoughts?


Jul 21 '05 #7

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

Similar topics

11
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
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...
5
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development...
6
by: Jim Hansen | last post by:
Everytime I run an aspx page via the run command from Visual Studio 2003 I get the following error. Error while trying to run project: Unable to start debugging on the web server. Could not...
1
by: Matt | last post by:
I am unalbe to get a website created with vwd 2005 running on IIS6.0 with ASP.NET version: 2.0.50727. I get a server application unavailable. I have ..htm websites that run. I checked the...
3
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting...
4
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown...
0
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.