Re: Server Application Unavailable

From: Bob (Bob_at_discussions.microsoft.com)
Date: 12/29/04


Date: Wed, 29 Dec 2004 02:31:03 -0800

Jim

Thanks for your patience.

You were right about the FP permissions.
I think I have fixed them but when I try to test a .aspx page I am being
asked for a login and password.
I have tried logging in as ASPNET with a password ASPNET/aspnet and also
with my machine login and password but get a 401 error.
I am sure this is a stupid question, but if I do logon as ASPNET is there a
default password. When I looked at changing the ASPNET password I was given
all sorts of warnings about the implications of this.
Bob.

"Jim Cheshire (JIMCO)" wrote:

> Bob wrote:
> > Running XP Pro, FP 2003, IIS5.1, .NET Framework 1.1.
> > .aspx pages created in FP 2003 give the above error when I try to
> > test them in the browser IE6.0
> > The error log gives the following info:
> > 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.
> >
> > ASP pages run OK
> >
> > Do not have a clue how to fix this.
> >
> > Bob Fraser
>
> Bob,
>
> This simply means that the ASP.NET worker process (aspnet_wp.exe) couldn't
> start for some reason. This could be caused by a permissions problem or a
> user rights problem.
>
> The first thing to try would be this:
>
> 1. Go to a command prompt.
> 2. Change into the c:\windows\microsoft.net\framework\v1.1.4322 directory.
> 3. Run the following command:
> aspnet_regiis -u
> 4. Run the following command:
> aspnet_regiis -i
>
> When you do that, it will "reinstall" ASP.NET, but it will also correct any
> permissions for the account. If the above doesn't work, delete the ASPNET
> account and then complete the above steps again.
>
> --
> Jim Cheshire
> JIMCO
> Charity-ware Add-ins for FrontPage
> http://www.jimcoaddins.com
>
> Author of Special Edition Using Microsoft Office FrontPage 2003
>
>
>
>
>



Relevant Pages

  • Re: Server Unavailable - ASP.NET 2.0 on Windows XP
    ... Please review the permissions outlined in this article. ... Make sure that the HOME-WKSTATION\ASPNET account has been assigned NTFS ... So I switched to that directory in Command Prompt and tried the ... If I switch the Windows XP ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server Unavailable - ASP.NET 2.0 on Windows XP
    ... The -ga command isn't a part of that beta version. ... permissions to the global assembly cache. ... Please review the steps in it, for creating a service account for an ASP.NET 2.0 application, ... I've also tried the aspnet_regiis thing as well as setting permissions on folders as described ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server Unavailable - ASP.NET 2.0 on Windows XP
    ... Please review the permissions outlined in this article. ... Make sure that the HOME-WKSTATION\ASPNET account has been assigned NTFS ... So I switched to that directory in Command Prompt and tried the following... ... I'm still getting the "Server Unavailable" error... ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Problem Writing a File from a Web Service
    ... it should have the same permissions as my Domain account. ... That leads me to believe that the web service isn't running under the ASPNET ... actually running under the ASPNET user credentials. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP to ASP.NET Error 80070005 (JScript.NET)
    ... Permissions" and "Configuration Permissions" then save. ... COM object working for ASPNET. ... To get it working I had to remove the "Internet Guest Account" ... computer (where manually moving/adding -> restarting didn't work) I ...
    (microsoft.public.dotnet.framework.aspnet)

Loading