Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

I made a website using the asp.net 4.0. I have deployed it to my local IIS. Need to do profiler in Visual Studio 2010. When I click the run profiler button I get the error like below.

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

What's getting wrong? I to solve this problem.

like image 579
Christopher Bai Avatar asked Mar 12 '12 02:03

Christopher Bai


1 Answers

This issue can occur if the target site is using an external settings file.

You might review the bugreport on this issue someone filed at connect.microsoft.com

Possible problem cause w/Profiler, IIS

like image 157
David W Avatar answered Sep 27 '22 21:09

David W