The web site could not be configured correctly; getting ASP.NET process information f

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santoshslonkar
    New Member
    • Dec 2008
    • 1

    The web site could not be configured correctly; getting ASP.NET process information f

    Hi,

    i am working on the unit testing of my application. i have used Mcrosoft visual studio 2005 performance tools. i have occured following error message we i lunch my site.

    "The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:4750/ASSESSMENT/VSEnterpriseHel per.axd' returned an error: The remote server returned an error: (500) Internal Server Error."

    for this error i have done following changes on my application
    1.In Web.config <authenticati on mode="Windows"/>
    2.added following line in web.config
    <location path="VSEnterpr iseHelper.axd">
    <system.web>
    <authorizatio n>
    <allow users="?" />
    </authorization>
    </system.web>
    </location>
    3. I have also try all this things in separate sample application. but occured same error.

    My machine Config
    IIS 5.5
    Visual studio 2005 team edition
    IE 6 and 7

    still i am working this error but not get any final solution. Please let me know you comments.

    Thanks & Regrads
    Santosh Lonkar
Working...