ASP.NET ERROR??? Need Help!!!

Discussion in 'ASP.NET / ASP.NET Core' started by Jessy, Sep 12, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. [?]Whenever I run my asp.net application on my PC, i always get this error messages :

    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" /> </font id="red">

    I don't know what is the problem here, so i hope someone can help me solving this problem.

    Thank you
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    the directory is missing an application.

    try create it in IIS manager.

    quote:Originally posted by Jessy

    [?]Whenever I run my asp.net application on my PC, i always get this error messages :

    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" /> </font id="red">

    I don't know what is the problem here, so i hope someone can help me solving this problem.

    Thank you


    </blockquote id="quote"></font id="quote">
     
  3. Hi Jessy,

    Change that authentication to None it will work.

    Vel
     
  4. HI jessy,
    did u get the problem solved?
    i am also having the same problem and cudnt sort out still.
    Help me out.
    puvi
     
  5. Nevermind, I found the answer using the knowledgebase.

    http://kb.discountasp.net/article.aspx?id=10073

    I'm past this hurdle, on to the next!


    I'm seeing this error also using AdMentor (.net version)

    Says we have to configure a virtual directory as an applicaiton?

    Has anyone worked past this yet?


    quote:Originally posted by bruce

    the directory is missing an application.

    try create it in IIS manager.

    quote:Originally posted by Jessy

    [?]Whenever I run my asp.net application on my PC, i always get this error messages :

    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" /> </font id="red">

    I don't know what is the problem here, so i hope someone can help me solving this problem.

    Thank you


    </blockquote id="quote"></font id="quote">
    </blockquote id="quote"></font id="quote">

    Regards,

    WM

    Experience the Poconos - http://www.poconocommuter.com
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    Very simple!!!

    You can use the web application tool in the control panel to create a web application.

    See http://kb.discountasp.net/article.aspx?id=10181

    quote:Originally posted by wmeyers

    Nevermind, I found the answer using the knowledgebase.

    http://kb.discountasp.net/article.aspx?id=10073

    I'm past this hurdle, on to the next!


    I'm seeing this error also using AdMentor (.net version)

    Says we have to configure a virtual directory as an applicaiton?

    Has anyone worked past this yet?


    quote:Originally posted by bruce

    the directory is missing an application.

    try create it in IIS manager.

    quote:Originally posted by Jessy

    [?]Whenever I run my asp.net application on my PC, i always get this error messages :

    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" /> </font id="red">

    I don't know what is the problem here, so i hope someone can help me solving this problem.

    Thank you


    </blockquote id="quote"></font id="quote">
    </blockquote id="quote"></font id="quote">

    Regards,

    WM

    Experience the Poconos - http://www.poconocommuter.com
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page