I have a web project that uses IISExpress and when attempting to load the project I receive the exception message below.
Asked
Active
Viewed 541 times
3
-
1) Does [How can i change IIS Express port for a site](http://stackoverflow.com/a/21202917/1115360) help? 2) If you're ultimately going to deploy on IIS and you can run that on your computer, I suggest using IIS for development. – Andrew Morton Nov 29 '16 at 19:06
-
Using IIS is an option, but will be problematic when doing checkins that involve the.csproj files. For this reason, I would rather use IIS Express for development – AnxiousdeV Nov 29 '16 at 19:10
-
http://stackoverflow.com/a/20723427/5292301 – User Dec 08 '16 at 08:49
-
You can find answer on [iis-express-unable-to-create-the-virtual-directory](http://stackoverflow.com/questions/5608976/iis-express-unable-to-create-the-virtual-directory) thread. – KaNcHaN WaKoDiKaR Dec 08 '16 at 11:17
-
Have you tried Pravin's suggested link? – AlvinfromDiaspar Dec 08 '16 at 15:39
-
Consider doing this (for kicks & giggles). http://stackoverflow.com/questions/12170133/creating-a-virtual-directory-failed-with-the-error – AlvinfromDiaspar Dec 08 '16 at 15:43