After entering the code for step 3 all on 1 line as follows:
iisexpress.exe /path:"C:\Windows\Microsoft.NET\Framework\v4.0.3031 9\ASP.NETWebAdminFiles" /vpath:"/ASP.NETWebAdminFiles" /port:8082 /clr:4.0 /ntlm
It returns the message:
Successfully registered URL "http://localhost:8082/" for site "Development Web Site" application "/"
Successfully registered URL "http://localhost:8082/ASP.NETWebAdminFiles/" for site "Development Web Site" application "/ASP.NETWebAdminFiles"
Registration completed
It doesn't metnion copying the template config file or updated the configuration file or starting the IIS Express
I did attempt to go on to step 4 and open a browser and paste:
http://localhost:8082/asp.netwebadmi...plicationURL=/
But when it ask for my user name and password and I enter it, the page reloads and just ask the the username and password again. When I switch back to the command prompt it has added:
Request started: "GET"
http://localhost:8082/asp.netwebadmi...plicationURL=/
Request ended:
http://localhost:8082/asp.netwebadmi...plicationURL=/ with HTTP status 401.2
Any help would be greatly appreciated