Question

I accidentally deleted the "MyDocuments/IISExpress" folder and now my MVC project doesnt load in Visual Studio 2012. Is there any way to recreate that folder? Thank you

Was it helpful?

Solution

Ok i got it handled. Turns out all you have to do is to open cmd.exe and redirect IIS to another folder to force automated creation:

C:\Program Files (x86)\IIS Express>iisexpress /userhome:C:\MyDocs\IISExpress where "C:\MyDocs" is the new root location for your Documents folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top