ASP .Net Project Problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jamin Guy

    #1

    ASP .Net Project Problem

    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

  • AbeR

    #2
    RE: ASP .Net Project Problem

    Hi Jamin,

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

    Best
    Abe

    "Jamin Guy" wrote:
    [color=blue]
    > 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
    >
    >[/color]

    Comment

    Working...