Results 1 to 6 of 6

Thread: Default ASP.NET account can not run properly

  1. #1
    Join Date
    Feb 2010
    Posts
    173

    sad Default ASP.NET account can not run properly

    Hi all,

    Recently, The Domain controller or backup domain controller to install Microsoft Visual Studio. NET or Microsoft. NET Framework, if i try to run the ASP.NET application, the browser displays the following error message:
    Code:
    Server Application Unavailable
    The web application we are attempting to access on this web server is currently unavailable.
    Please hit the "Refresh" button in your web browser to retry your request.
    Please help me. Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Default ASP.NET account can not run properly

    This error is pop up because of ASP.NET with permission weak account (the local computer account named ASPNET) to run its worker process (Aspnet_wp.exe). In the domain controller or backup domain controller, all user accounts are domain accounts, rather than the local computer account. Thus, Aspnet_wp.exe will be unable to find named "localmachinename \ ASPNET" does not start a local account. If the domain controller to provide a valid user account, you must file <processModel> part of the Machine.config specify an explicit account, or you must use the SYSTEM account. Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Default ASP.NET account can not run properly

    To resolve this problem, please use the following methods:
    # Create a weak account that has the correct permissions, and then configure <processModel> part of the Machine.config file to use that account.
    # In the Machine.config file <processModel> part of the userName Property is set to SYSTEM.

    Best of luck.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Default ASP.NET account can not run properly

    If you allow ASP.NET applications to run as SYSTEM or Administrator account, it will cause serious security problems. If you use any of these is an alternative method, the code runs Aspnet_wp.exe process will have access to a domain controller and the domain settings. Aspnet_wp.exe process started from the executable file to run in the same context, they also have access to a domain controller.Therefore, Microsoft recommends using the first alternative. Check and reply.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Default ASP.NET account can not run properly

    If you change the. NET Framework to create the ASPNET account's password, you can use that account. You must know the password for this account because of the need to step behind the password added to the <processModel>. Grant ASPUSER or the ASPNET account "as a batch job" user right. To ensure that this change appears in the "Local Security Policy" settings.
    To give to this account, "as a batch job" user rights, you may have a security policy in each of the following have granted this user right from the Control Panel / Administrative Tools to get started. Check and reply

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Default ASP.NET account can not run properly

    You need to ensure that the ASPUSER or the ASPNET account has access to start the Aspnet_wp.exe process and to provide services for the ASP.NET pages all necessary directories and files. About what permission must be granted to this account additional information, then open the Machine.config file. The file path is:% Systemroot% \ Microsoft.NET \ Framework \ v1.0.3705 \ CONFIG. In the Machine.config file <processModel> part of the userName And password Property to the first step in creating your account name and password. Save Machine.config changes to the file. Best of luck.

Similar Threads

  1. Default mail client not properly installed error
    By biohazard 76 in forum Technology & Internet
    Replies: 7
    Last Post: 31-01-2012, 11:46 AM
  2. Configuring default e-mail account in Entourage
    By Kingfisher in forum Networking & Security
    Replies: 7
    Last Post: 30-05-2010, 12:51 AM
  3. Default mail client is not properly installed
    By kEyURi in forum Windows Vista Mail
    Replies: 1
    Last Post: 27-05-2009, 12:15 AM
  4. Default mail client is not properly installed
    By Orson in forum Operating Systems
    Replies: 2
    Last Post: 07-11-2008, 07:49 PM
  5. Default mail client not properly installed.
    By Wisher in forum Windows XP Support
    Replies: 1
    Last Post: 07-12-2007, 01:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,112,903.65576 seconds with 17 queries