A
Adrian Parker
When I try to profile a website in VS2005, I get the following error.
Launch Error: The web site could not be configured correctly; getting
ASP.NET process information failed. Requesting
'http://localhost:1740/ingenweb/VSEnterpriseHelper.axd' returned an error:
Unable to connect to the remote server
I've tried adding the following to web.config but it made no difference.
<location path="VSEnterpriseHelper.axd">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
I've also tried removing the following out of the web.config but again it
made no difference.
<authorization>
<deny users="?" />
</authorization>
Any ideas ?
Launch Error: The web site could not be configured correctly; getting
ASP.NET process information failed. Requesting
'http://localhost:1740/ingenweb/VSEnterpriseHelper.axd' returned an error:
Unable to connect to the remote server
I've tried adding the following to web.config but it made no difference.
<location path="VSEnterpriseHelper.axd">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
I've also tried removing the following out of the web.config but again it
made no difference.
<authorization>
<deny users="?" />
</authorization>
Any ideas ?