I have been trying to fix this for quite some time, but I just can't do any ASP.NET projects in Visual Studio Express 2012 for Web. I get this error when starting a new project:
Web application projects are currently configured to use IIS Express. To return to using Visual Studio Development Server, change the development server setting in the Projects and Solutions / Web Projects section of the Options menu. The configured IIS Express failed with the error:
- File name: redirect.config
- Error: Cannot read configuration file.
So, I went to the Internet to try to find others with the same error, but I can not find a specific solution to my problem. I find something similar for older versions, but this does not fix my problem. I have an IIS manager under my services (when you want to manage Windows). I even created a virtual folder, but to no avail. Still not working.
I want to use IIS
How to fix it?
source
share