Vs2015 failed to open the web project, unable to access the IIS Metabase, you do not have sufficient privileges to access the IIS meta-website on your computer

clipboard.png

my Web.csproj file configuration:

<WebProjectProperties>
          <UseIIS>False</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>50532</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost:50532/</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <UseCustomServer>False</UseCustomServer>
          <CustomServerUrl>
          </CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>

running as an administrator still does not solve
after opening solution.sln, solution Explorer shows loading failed, right mouse button-reload, continue to pop this window

Apr.30,2021

when you open VS, use the administrator to open it, and then open solution in vs.

Menu