why do I get this message when I browse virtual directory?

Last post 03-13-2008 2:53 AM by Benson Yu - MSFT. 12 replies.

Sort Posts:

  • why do I get this message when I browse virtual directory?

    03-07-2008, 6:59 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

    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 application event log of the web server. Please review this log entry to discover what caused this error to occur.

     

     

     

    I made a virtual directory for my website and tried to browse it but this message was shown instead of the page i'm suppose to see. what should I do to make my website browseable?

    tnx 

     

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 8:44 AM
    Answer
    You may need to change the default runtime to 2.0 for these virtual directories if your machine defaults to ASP.NET 1.1. Right click properties of the virtual directory and click the ASP.net tab.

     

    --------------------------------------------------------
    Don't forget to click "Mark as Answer" on the post(s) that helped you.

    Scott ASP.net blog

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 8:53 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

    i've done it already, what else could be the problem?

    tnx

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:01 AM

    Check your event view for any errors and post them up: Control Panel > Administrative Tools > Event Viewer

    --------------------------------------------------------
    Don't forget to click "Mark as Answer" on the post(s) that helped you.

    Scott ASP.net blog

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:07 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

    I've tried to changed the runtime to 1.1 and this message came out,

    The page cannot be displayed

    There is a problem with the page you are trying to reach and it cannot be displayed.

    Please try the following:

     


    HTTP 500 - Internal server error
    Internet Explorer

     

     

     

    by the way the first runtime I set was version 2.0.50727, hope there's no problem with that,

    hope you could help me, tnx

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:16 AM

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

    Do this.  Tell us what you find.

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:26 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

    where can I find the application event log? I have no idea where to find it.

    tnx

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:26 AM

    Is your App asp.net 2.0 or 1.1? Have a look in your event viewer, all will be revealed.

    --------------------------------------------------------
    Don't forget to click "Mark as Answer" on the post(s) that helped you.

    Scott ASP.net blog

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 9:35 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

    it's 2.0 I just tried to changed it to 1.0 and find out what will happen..

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 10:00 AM

    mark_celiz09:
    where can I find the application event log? I have no idea where to find it.

    Administrative Tools -> Event Viewer.

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 10:06 AM

    scott@elbandit.co.uk:
    Control Panel > Administrative Tools > Event Viewer


    --------------------------------------------------------
    Don't forget to click "Mark as Answer" on the post(s) that helped you.

    Scott ASP.net blog

  • Re: why do I get this message when I browse virtual directory?

    03-07-2008, 10:27 AM
    • Loading...
    • mark_celiz09
    • Joined on 02-22-2008, 3:15 AM
    • Philippines
    • Posts 41

     here is the description of the error, hope this would help..

     

    Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  • Re: why do I get this message when I browse virtual directory?

    03-13-2008, 2:53 AM
    Answer

    mark_celiz09:

    Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.

     

    Hi mark_celiz09,

    From the error message, we can know that it is the permission issue due to the app domain cannot be created. For this issue, please refer to the following link to grant the sufficient permissions for ASP.NET account. Although the article appilies to ASP.NET 1.1, the resolution steps are appropriate to ASP.NET 2.0 as well.

    Error message when you request an ASP.NET 1.1 page: "Server Application Unavailable"
    http://support.microsoft.com/kb/919075

    Alternativelly, you can uninstall ASP.NET and then install it again to solve the permission issue which caused by corrupt ASP.NET account.

        C:\WINDOWS\Microsoft.NET\Framework\v*****\aspnet_regiis.exe –u
        C:\WINDOWS\Microsoft.NET\Framework\v*****\aspnet_regiis.exe –i

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
Page 1 of 1 (13 items)
Microsoft Communities