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

Asked

Viewed 499 times

1

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

1 answer

1


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

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

Then click on allow.

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

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

  • hasn’t worked yet. : S

Browser other questions tagged

You are not signed in. Login or sign up in order to post.