ASP .Net Project Problem

J

Jamin Guy

I have an ASP .Net project that I'm trying to debug, but I'm having
trouble running it correctly on my machine. It runs fine on the
server, but when I run it from my local machine(XP Pro with IIS) I can
only access pages in the projects root directory. If I try to access
pages in sub-directories of the project root directory I get an HTTP
403 error. The project folder is a virtual directory and my IIS
settings are exactly the same as a co-worker who also has the exact
same code. Any ideas on what else could be wrong? TIA
 
G

Guest

Hi Jamin,

If you are running a virtual directory you want to copy the "aspnet_client"
directory and its contents into the application root directory. This should
solve the problem.

Best
Abe
 

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