質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top