Unable to start debugging on the server continued

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):
Hi,

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
First of all read this: http://support.microsoft.com/kb/814717
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.
 
R

Rotsey

after this post I found out that the problem was due to me
having a redirected page setup in IIS.

Don't know why though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top