asp.net runtime error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Global
    New Member
    • May 2007
    • 1

    asp.net runtime error

    The Following error occurs when running our website. what is the error and give a solution pls...

    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 ='MachineToAppl ication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:


    Line 43: by Microsoft that offers a single logon and core profile services for member sites.
    Line 44: -->
    Line 45: <authenticati on mode="Windows" />
    Line 46:
    Line 47:
  • leela mn
    New Member
    • May 2007
    • 43

    #2
    this happens when u r website is not been configured as an apllication in IIS
    go to IIS

    u r website -> right click -> properties ->
    in the properties window click on the button Create
    this will create the application

    Comment

    • dip_developer
      Recognized Expert Contributor
      • Aug 2006
      • 648

      #3
      Originally posted by Global
      The Following error occurs when running our website. what is the error and give a solution pls...

      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 ='MachineToAppl ication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

      Source Error:


      Line 43: by Microsoft that offers a single logon and core profile services for member sites.
      Line 44: -->
      Line 45: <authenticati on mode="Windows" />
      Line 46:
      Line 47:
      what are you doing ??? trying to run your web aaplication in onther machine....
      try to copy your project in a Virtual Directory in your target machine...

      go to Control Panel--> Administrative tool---->Internet Service Manager----> Under the machine name got to Default Website.....Right Click here ....go to New.......> Virtual Directory...go through the steps....your application is copied in the Virtual Directory...... Run application from there....

      Comment

      Working...