Configure ASP.NET MVC on IIS

. Tuesday, February 15, 2011
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

Hello Guys, if you want to configure asp.net mvc on any of the iis version these are the basic
steps:

1)Create a virtual directory for your application but if you browse now nothing will be there.

















2) now you need to install aspnet_regiis to run any asp.net apps on iis as follows















3) now if you need to run asp.net mvc application another stuff you need to do that is you need to add a dll called to enable routing in your application.
















4)Now you have almost done If you want to add any default page you can add else if you have configured the routing this will work and finally you have configured asp.net mvc apps on iis.


0 comments: