Unable to start debugging on Web server

T

TG

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:

Server cannot access application directory
'C:\WINNT\Profiles\xxxxx\Personal\Visual Studio Projects\Register\'.
The directory does not exist or is not accessible because of security
settings.
-----------
The Register folder and its files (and its parents) are not read-only.
The ISS virtual direction permissions are the default permissions
from when I created the virtual directory.

I inherited this project from someone who has moved on, so not I'm not
yet intimately familiar with the app. I tried to start the app from
two different computers, with the same result.

Can someone please give me some advice on where to start looking in
order to correct this?

thanks
tg
 
C

CJ Taylor

are you part of the debugger users group on your web server? It will be on
the local groups of the webserver.

-CJ
 
C

CJ Taylor

I'll keep looking, but haven't found anything like that yet. Don't quite
understand what the register folder is.. however, you could just look in
your .sln or .vbproj file and look for that and see what it is. or whats
trying to access it, thats the best advice I can give right now. I'll keep
trying to find something better to answer you with.

-CJ
 
M

MSFT

Hello,

Thank you for using the community. I am Luke and I am review this issue
currently. from the error information:

Server cannot access application directory
'C:\WINNT\Profiles\xxxxx\Personal\Visual Studio Projects\Register\'.
The directory does not exist or is not accessible because of security
settings.

It seems the permission is not enough on the folder. You may try grant
everyone with FullControl permission on the special folder to see if it
will help.

For more inforamtion about ASP.NET securty setting:

HOW TO: Configure NTFS File Permissions for Security of ASP.NET Applications
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q815153

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Top