ASP .Net Project Problem

  • Thread starter Thread starter Jamin Guy
  • Start date Start date
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
 
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
 
Back
Top