Cannot start any ASP.NET projects

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?

+5
source share
2 answers
  • In Solution Explorer, right-click the name of the web application project for which you want to specify the web server, and then click Properties
  • In the Properties window, go to the Web tab.
  • Visual Studio, "" " Visual Studio".
  • Visual Studio, . " ", , ,
  • IIS, - IIS. , IIS . URL-, localhost -, URL (, l ocalhost/WebApplication1).
  • IIS, - IIS. , IIS . URL-, localhost -, URL- (, loca lhost/WebApplication1).
  • -, " -". URL- URL-, Visual Studio .
+1

, , <useiisexpress>true</useiisexpress> <UseIIS>True</UseIIS> .

.

+1

All Articles