views:

1849

answers:

2

I am getting 403 error when publish an Asp.Net MVC app to IIS6. Any clue?

+1  A: 

There are lots of resources out there. Here is one of them about mvc and iis 6

Sly
+5  A: 

I wrote a walkthrough on deploying ASP.NET MVC to IIS 6 here: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

Haacked
Just curious, the write up was targeting MVC 1, I'm assuming MVC 2 can be deployed in the same manner?
Chad
Yes, that is correct.
Haacked