Web.Config error

Last post 08-24-2009 2:41 AM by Thomas Sun – MSFT. 3 replies.

Sort Posts:

  • Web.Config error

    08-18-2009, 2:04 PM
    • Member
      4 point Member
    • BiGPoppa
    • Member since 07-21-2009, 11:08 AM
    • Posts 19

    I have a web application that I am trying to run locally, it was an app the company used a long time ago and it need to come back to life, all the old developers are gone so I have to figure this thing out. Step 1 is to run it and see what needs to be changed.

    Configuration Eror

    Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'C:\xxx\index.aspx' because access is denied.

    Source Error

    [No relevant source lines]

    Source File: c:\xxx\web.config Line: 0

    So as you see, I can't complete Step 1 as I cannot get the projet to load... any ideas?

  • Re: Web.Config error

    08-18-2009, 3:03 PM
    • Participant
      1,387 point Participant
    • haku
    • Member since 07-15-2009, 10:17 AM
    • Posts 237

    As you can see it is a right problem.

    http://msdn.microsoft.com/en-us/library/33487zw6.aspx


    Please Mark as Answer if the post helps you.
  • Re: Web.Config error

    08-19-2009, 1:20 AM
    • Member
      4 point Member
    • BiGPoppa
    • Member since 07-21-2009, 11:08 AM
    • Posts 19

    I'm not running IIS, I'm using VS2008 IDE, and I cant get the project to launch.

  • Re: Web.Config error

    08-24-2009, 2:41 AM
    Answer

     Hi,

    ASP.NET requires read, execute, and list access for the ASPNET account (which your ASP.NET website runs under)on the root Web site or on any virtual directory.

    If your ASP.NET website is running on IIS, it is ASPNET or NETWORK SERVICES basing on IIS version; and if it is running from ASP.NET built-in server, it is your current user account logging in system.

    For testing, you can grant "everyone" temporarily.

    For more information, see http://support.microsoft.com/kb/317955/

     

    I look forward to receiving your test results.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
Page 1 of 1 (4 items)