Results 1 to 3 of 3

Thread: Configuration Error!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2005
    Posts
    19

    Configuration Error!

    hello everybody!
    i'm start studying Dot net so i have much difficult. I hope every help me. thank you very much.
    please help me overcome this erro




    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:


    Line 23: "Forms", "Passport" and "None"
    Line 24: -->
    Line 25: <authentication mode="Windows" />
    Line 26:
    Line 27:

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Configuration Error!

    Looks like an error in your Web.Config file - have you been editing it recently?

    Post the file and we'll try and find the problem.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  3. #3
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: Configuration Error!

    No, there is no error with that file.

    If this is on your local computer, or one you have access to, click CONTROL PANEL, ADMINISTRATIVE TOOLS, IIS ADMIN

    Go to the default Web site, find the folder for your project
    Right Click, go to PROPERTIES

    click the CREATE button.

    Hit OK.

    If this is on a computer that you do not have access to, then either:
    Have the person with access do it.
    Or
    Move your project to the root of the Web server.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width