Application Unavailable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Curt Emich

    Application Unavailable

    When I try to launch a local .NET application on my laptop, I'm getting the
    error: "Server Application Unavailable". I'm told to look in a log file,
    but I see no log files in the IIS directory. I know the service is running.
    Any ideas?


  • Kristofer Gafvert

    #2
    Re: Application Unavailable

    Hi,

    It's in Event Viewer you should look, and not in the IIS logfile directory.

    Take a look there and see if that gives you any clue.

    --
    Regards,
    Kristofer Gafvert
    http://www.ilopia.com - My personal Web Site, with information about things
    i find interesting, for example Windows Server 2003.
    Reply to newsgroup only. Remove NEWS if you must reply by email, but please
    do not.


    "Curt Emich" <cemich@comcast .net> wrote in message
    news:VLWdnVxKmK YGwsaiXTWJiw@co mcast.com...[color=blue]
    > When I try to launch a local .NET application on my laptop, I'm getting[/color]
    the[color=blue]
    > error: "Server Application Unavailable". I'm told to look in a log file,
    > but I see no log files in the IIS directory. I know the service is[/color]
    running.[color=blue]
    > Any ideas?
    >
    >[/color]


    Comment

    • Scott M.

      #3
      Re: Application Unavailable

      I had the same problem. See: http://www.asp.net/faq/ms03-32-Issue.aspx for
      details on how to fix.

      However, at the link above, they provide a download to run as part of the
      solution,
      if you have both the 1.0 and the 1.1 frameworks installed you will need to
      comment out the line in the bat file that checks for 1.1.



      "Curt Emich" <cemich@comcast .net> wrote in message
      news:VLWdnVxKmK YGwsaiXTWJiw@co mcast.com...[color=blue]
      > When I try to launch a local .NET application on my laptop, I'm getting[/color]
      the[color=blue]
      > error: "Server Application Unavailable". I'm told to look in a log file,
      > but I see no log files in the IIS directory. I know the service is[/color]
      running.[color=blue]
      > Any ideas?
      >
      >[/color]


      Comment

      Working...