R
Rotsey
Hi,
This is regarding my previous postings.
I have tried the suggestions below and still does not work.
I am on my local computer.
I changed the vbproj.webinfo file as well but VS seems to change it back to
locahost.
I checked app is runing with 1.1.
And checked Debugger users group and Vs dev group access.
Changed my default web site IP to 127.0.0.1
Any other ideas welcome
thanks
Malcolm
Rotsey napisal(a):
Next things to check are:
- are you in VS Developers group?
- are you in Debugger users group?
If you are debugging localhost server helpfull thing to do is to set
localhost (127.0.0.1) IP for Default Web Site in Internet Information
Services manager (inetmgr).
You also have to set proper version of ASP.NET for your applications
(Virtual Direcotries) in inetmgr. Select application in inetmgr
right-click, click properties and then in ASP.NET tab choose 1.1.xxx
version from combo box and then apply changes.
Now you should be able to debug server - hope so.
This is regarding my previous postings.
I have tried the suggestions below and still does not work.
I am on my local computer.
I changed the vbproj.webinfo file as well but VS seems to change it back to
locahost.
I checked app is runing with 1.1.
And checked Debugger users group and Vs dev group access.
Changed my default web site IP to 127.0.0.1
Any other ideas welcome
thanks
Malcolm
Rotsey napisal(a):
First of all read this: http://support.microsoft.com/kb/814717Hi,
I had a VS2003 ASP.NET application working fine and running ok.
I also have VS2005 installed and recently installed the LINQ CTP and
BLINQ.
In the process of getting this to work when I reopen my VS2003 app
I get the error trying run the project
Unable to start debugging on the server.
One of the things I had to do to get LINQ working was run
aspnet_regiis -i tool in the v2.0 folder.
So my question is is that what caused my problem?
How do I fix the VS2003 problem?
Malcolm
Next things to check are:
- are you in VS Developers group?
- are you in Debugger users group?
If you are debugging localhost server helpfull thing to do is to set
localhost (127.0.0.1) IP for Default Web Site in Internet Information
Services manager (inetmgr).
You also have to set proper version of ASP.NET for your applications
(Virtual Direcotries) in inetmgr. Select application in inetmgr
right-click, click properties and then in ASP.NET tab choose 1.1.xxx
version from combo box and then apply changes.
Now you should be able to debug server - hope so.