Hi there,
I am trying to profile ASP.NET application running on local IIS that gathering DBs data from Azure. At first I had to follow instructions of Tip: Fixing VSPerfASPNetCmd metabase errors.
Now I am getting another error – see picture beneath.
I’ve tried some of the instructions can be found via Google but none of them is about time out thus it is not working for my case.
I am using VS 2017-E v. 15.5.6 and IIS v. 10.0.16299.15 on Windows 10 Pro 64 bit v.1709 build 16299.248.
I get sometimes also another error but it is non-sense. Application definitelyruns on IIS.
Sometimes I get also
Event Viewer Data:
Microsoft.VisualStudio.Enterprise.Common.AspNetHelperException: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://tuckerrocky.local/VSEnterpriseHelper.axd' returned an error: The operation
has timed out, Void GetWorkerProcessInfo()
at Microsoft.VisualStudio.Enterprise.Common.BaseHelper.GetWorkerProcessInfo()
at Microsoft.VisualStudio.Enterprise.Common.IISHelper.PreFetchEnv(Dictionary`2& table, String name, Boolean& envfromreg)
at Microsoft.VisualStudio.Enterprise.Common.IISHelper.PreFetchEnv()
at Microsoft.VisualStudio.Enterprise.Common.IISHelper.DelEnv(String var)
at Microsoft.VisualStudio.Enterprise.Common.AspNetHelper.ClearServiceVars(String[] vars)
at Microsoft.VisualStudio.PerformanceTools.LaunchInfo.LaunchServer()
at Microsoft.VisualStudio.PerformanceTools.PerformancePackage.LaunchServersWithProfiling()
Any ideas?