Open the ASP.NETWebAdminFiles website using any Visual Studio
Add - Existing Website
Browse to C:WindowsMicrosoft.NETFrameworkv4.0.30319ASP.NETWebAdminFiles
Inside your wesbite project, browse to the C# file
ASP.NETWebAdminFilesApp_CodeWebAdminPage.cs
Go to Line 989
Comment the line out // string appId = StringUtil.GetNonRandomizedHashCode...
Add a new line string appId = "1"
Save the website, Unload it from Visual Studio
Run IIS Express in CMD
iisexpress.exe /path:C:WindowsMicrosoft.NETFrameworkv4.0.30319ASP.NETWebAdminFiles /vpath:/WebAdmin /port:8181 /clr:4.0 /ntlm
Run your website
http://localhost:8181/webadmin/default.aspx?applicationPhysicalPath=B:TFSMyWebsiteMyWebsiteRoot&applicationUrl=/
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…