views:

54

answers:

2

Hi,

I have planned to develop a web application using MVC, can any one suggest me the how easy to deploy the application on the IIS?

And also let me know the steps to that.

regards, Satish

+1  A: 

Just publish your application either to your server directory or locally and copy it to the the destination server. Make sure your server is configured for MVC, see below:

Using ASP.NET MVC with Different Versions of IIS

Server installation options for ASP.NET MVC 2

rick schott
A: 

as rick says, and also, make sure (if IIS6) to use wildcard mapping - this needs to be added in the IIS control panel. again, our old friend google should throw up plenty of options on doing this. if you're under shared hosting, you can request it and most are happy to add it.

jim

jim