Server Application Unavailable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scott M.

    #1

    Server Application Unavailable

    WinXP Pro w/IIS 5.1
    VS .NET 2002

    When trying to run the most simple web app from VS .NET, I get the following
    error:

    Server Application Unavailable
    The web application you are attempting to access on this web server is
    currently unavailable. Please hit the "Refresh" button in your web browser
    to retry your request.

    Administrator Note: An error message detailing the cause of this specific
    request failure can be found in the system event log of the web server.
    Please review this log entry to discover what caused this error to occur.

    -----

    My account is an Administrator and is in the Debugger Users as well as the
    VS Developers groups. IIS doesn't have any modifications to its' security
    settings (Anonymous access and Integrated Windows Authentication are
    checked).

    IIS is running as I can access non-.NET web pages from http://localhost/etc.

    Any thoughts?


  • Scott M.

    #2
    Re: Server Application Unavailable

    FYI - I've found the problem and the solution @
    http://www.asp.net/faq/ms03-32-issue.aspx.

    NOTE: Because I have both the 1.0 and the 1.1 frameworks installed, I had to
    comment out the line in the supplied batch file that checks for the 1.1
    framework. After that, problem solved!


    "Scott M." <s-mar@badspamsnet .net> wrote in message
    news:OvDgdgAbDH A.1940@TK2MSFTN GP10.phx.gbl...[color=blue]
    > WinXP Pro w/IIS 5.1
    > VS .NET 2002
    >
    > When trying to run the most simple web app from VS .NET, I get the[/color]
    following[color=blue]
    > error:
    >
    > Server Application Unavailable
    > The web application you are attempting to access on this web server is
    > currently unavailable. Please hit the "Refresh" button in your web[/color]
    browser[color=blue]
    > to retry your request.
    >
    > Administrator Note: An error message detailing the cause of this specific
    > request failure can be found in the system event log of the web server.
    > Please review this log entry to discover what caused this error to occur.
    >
    > -----
    >
    > My account is an Administrator and is in the Debugger Users as well as the
    > VS Developers groups. IIS doesn't have any modifications to its' security
    > settings (Anonymous access and Integrated Windows Authentication are
    > checked).
    >
    > IIS is running as I can access non-.NET web pages from[/color]
    http://localhost/etc.[color=blue]
    >
    > Any thoughts?
    >
    >[/color]


    Comment

    Working...