How to publish an asp.net mvc 4 website on iis6?

1

I give a publish in visual studio 2012, I add a new website in iis6, I put the folder path of the published files, but when I go to the site, it opens the login screen and when I click to enter the page it is blank . How can I fix this error, or would I have a different way of doing this?

    
asked by anonymous 08.07.2015 / 15:25

1 answer

1

According to Can deploy MVC 4 application on IIS 6 in SO-en, you need to access the IIS manager : expand the IIS master node, and choose the Extensões de Serviço Web node.

Then, in the left panel of IIS Manager , right-click on the ASP .NET v4.0 extension.

Then click on Allow.

* I translated the terms, I do not know if they are the terms that appear in Portuguese. If you have IIS Manager in English, follow the link above.

More information here also ASP.NET MVC on IIS 6 Walkthrough .

    
08.07.2015 / 16:09