Unless I redirect the My Documents folder to a local copy IIS Express fails to start with the following error message: Filename: redirection.config Error: Cannot read configuration file

This happens when starting a new web project from studio or even is I just double click on the iisexpress.exe file.

Any way around this or must I continue to redirec the My Documents folder

link|improve this question
I'm also having the same problem. I am using VMWare Fusion, so my PC is a virtual machine, and the My Documents folder is mapped to the Documents folder on the Mac side. In other words, it is as if it were on a network drive. The bug has been reported here: connect.microsoft.com/webmatrix/feedback/details/637342/… but not solution is provided. If we could only find where to set the IIS Express configuration files path... – Jean-François Beauchamp Aug 22 '11 at 20:54
feedback

1 Answer

It seems you are using old version of IIS Express. Un-install your current IIS Exprss and install latest refresh release from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=abc59783-89de-4adc-b770-0a720bb21deb

Let us know if this does not solve your problem.

link|improve this answer
Thank you for the suggestion.... I downloaded and re-installed and this did not not fix the problem. I've tried running iisexpress.exe from its folder and also starting new project in vs2010 sp1. Same results. What else can be done. – Mariano May 6 '11 at 20:06
Delete/rename %userprofile%\documents\iisexpress folder and try again. – vikomall May 6 '11 at 23:27
Deleting the folder and running iisexpress.exe does recreate it, but unfortunately it does not fix the proble. I've installed WebMatrix and this does start new projects I create in web matrix, but not existing folders with websites. – Mariano May 10 '11 at 15:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.