Server Application Unavailable Message

Last post 12-02-2009 4:42 PM by miteshsura. 36 replies.

Sort Posts:

  • Re: Server Application Unavailable Message

    08-27-2007, 12:53 PM
    • Contributor
      2,504 point Contributor
    • jose_jimenez
    • Member since 10-13-2006, 2:43 AM
    • Posts 484

    did you check the event log of the server you published your site to?

     --JJ

    Please mark as answered if I helped.
    I don't answer personal emails unless I know you or of you. Feel free to post in the forum to get an answer from me.
  • Re: Server Application Unavailable Message

    08-28-2007, 1:40 AM
    • Member
      4 point Member
    • GeckoTT
    • Member since 07-09-2007, 4:01 AM
    • Yangon, Myanmar
    • Posts 3

     I work on only one computer. Not 've different server. I can browse not publish, original source on IIS and after Publish I can't browse and got that error. Thanks for reply.

    regards,

    Thet Thet Aung 

     

     

    Regards,
    Thet Thet Aung
  • Re: Server Application Unavailable Message

    08-28-2007, 6:56 AM

    Well I must say, this is a great post and could be kept as a reference material for all people trying to set up as I have been answering this type of questions. Good work guys.

    Please Mark Post that helped you as answer, also include a summary of what solved the problem as it helps others in similar situations
  • Re: Server Application Unavailable Message

    10-04-2007, 12:53 PM
    • Member
      46 point Member
    • Raskolnikov
    • Member since 09-05-2006, 6:55 PM
    • Posts 27

    FYI.

     I had this error today on a new site that i created. Turns out i did not have the permissions set correctly on the folder of the web application. Anyway, that might be something else you want to check.

  • Re: Server Application Unavailable Message

    11-09-2007, 1:02 PM
    • Member
      2 point Member
    • csganesh
    • Member since 11-09-2007, 5:46 PM
    • Posts 2

    need to give permission for the virtual folder. give the permission as "everyone" and try it

  • Re: Server Application Unavailable Message

    05-12-2008, 7:59 AM

    Hi,

        Check ASPUSER account. It should have administrator privillege. Also check ASPUSER account is locked or not.

     Check from

    My Computer Right Click ==>Click Manager ==> Local Users and Groups ==> Users==> right click ASPUSER

  • Re: Server Application Unavailable Message

    05-16-2008, 2:44 PM

    Thank you jose_jimenez .It helps me a lot.

    http://www.linkedin.com/pub/4/858/714

  • Re: Server Application Unavailable Message

    05-30-2008, 2:43 PM
    • Contributor
      2,504 point Contributor
    • jose_jimenez
    • Member since 10-13-2006, 2:43 AM
    • Posts 484

     I'm glad it helped.  Do you come to the UI Developer meetings?  Email me a the UI.

     

     

    Please mark as answered if I helped.
    I don't answer personal emails unless I know you or of you. Feel free to post in the forum to get an answer from me.
  • Re: Server Application Unavailable Message

    06-06-2008, 4:56 PM
    • Member
      4 point Member
    • nickpir12
    • Member since 06-06-2008, 8:52 PM
    • Posts 2

    I'm pleased to announce the public availability of my IIS Metabase Analyzer which will help you locate and resolve this issue. It is available here:

    http://allegiance.chi-town.com/IisMetabaseAnalyzer.aspx

     Please let me know if you find it useful.

    Thanks,
    Nick.

  • Re: Server Application Unavailable Message

    09-08-2008, 2:38 PM
    • Member
      8 point Member
    • nsuresh_rasr
    • Member since 09-14-2004, 7:49 PM
    • Posts 3

    Thanks a lot. Your solution solved my issue.

     

    Thanks

    Baba

    o
    --BaBa
  • Re: Server Application Unavailable Message

    09-09-2008, 5:52 AM
    • Member
      100 point Member
    • anubha.saxena
    • Member since 08-12-2008, 7:13 AM
    • Saxena
    • Posts 42

     

    Aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.

    Then the most likely causes are:

    1. Microsoft .NET Framework is no longer registered correctly.

    2. The Microsoft Internet Information Server memory is corrupted.

    3. The ASP.NET user no longer has access to the Microsoft .NET Framework folder, the application folder, or the Temporary Files folder.

    4. You have recently applied a security patch to IIS.

    5. Your system is a domain controller.

    6. (Advanced) The processModel section of the Machine.config file does not specify AutoGenerate for the password.

  • Re: Server Application Unavailable Message

    09-09-2008, 7:41 AM
    • Member
      100 point Member
    • anubha.saxena
    • Member since 08-12-2008, 7:13 AM
    • Saxena
    • Posts 42

     Hi,

    Our ASP.NET 2.0 website keeps giving us the error "Server Application Unavailable". When we look in the event log, the error is further explained:

    "aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid."

    There is another error that states:

    "aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account."

    We have been trying to launch a new version of the site, which has been upgraded to ASP.NET 2.0. The only configuration change we have made on the server (besides deleting the old website and uploading the new files) is to change the ASP.NET version option on the ASP.NET of the website properties in IIS.

    We are running IIS 6 on Windows Server 2003.


  • Re: Server Application Unavailable Message

    01-06-2009, 12:31 PM
    • Member
      12 point Member
    • benizi
    • Member since 03-12-2008, 10:18 PM
    • Posts 10

    I ran into this problem. Afterward, I had trouble with some .NET 1.1 apps not working, even though some others in the same ASP 1.1 pool were fine. For others to start working again, I needed to 'Recycle' the App Pool. (In IIS management console: right-click the pool, choose 'Recycle'.)

  • Re: Server Application Unavailable Message

    01-27-2009, 1:50 AM
    • Member
      91 point Member
    • prabhatasp
    • Member since 01-19-2009, 7:22 AM
    • India
    • Posts 81

     Hi,
     I have same problem. i am publish my website and create a websetup. when i install my machine it works fine but when i install it my client machine i am getting a windows login screen. I have tried every thing like install and uninstall IIS, register iis and create user permission, etc. but no luck. Please help me as soon as possible. Thanks in advance.

  • Re: Server Application Unavailable Message

    01-27-2009, 2:08 AM
    Did you try below steps, Check ASPUSER account. It should have administrator privillege. Also check ASPUSER account is locked or not. Check from My Computer Right Click ==>Click Manager ==> Local Users and Groups ==> Users==> right click ASPUSER
Page 2 of 3 (37 items) < Previous 1 2 3 Next >