Command Line code
iisexpress.exe /path:"C:\Windows\Microsoft.NET\Framework\v4.0.3031 9\ASP.NETWebAdminFiles" /vpath:"/ASP.NETWebAdminFiles" /port:8082 /clr:4.0 /ntlm
I have tried changing port numbers, iisexpress launches and registers to but does not load the config file as shown in the result expected on page 615. I believe that my issue stems from the way in which I originally set up the web site and then tried to move it, my visualstudio solution is in the BegASPNET folder but the webconfig file is in my user folder. My site works fine but I may have backed myself into a corner because iisexpress can not seem to find the web config file.
Actually I was wrong, the web config file is in the correct format and location, iisexpress is not seeing the file, when I run iisexpress.exe without any parameters it loads as port 8080 so I tried using that port with the above command line, same result. For some reason iisexpress will not see and register the file. I am wondering about security settings etc, is there something that could be blocking iis from seeing the file.
Last edited by kuchobake; June 27th, 2015 at 11:42 AM..
|