views:

56

answers:

1

Are there any special requirements needed to host an ASP.Net MVC2 application?

I'm making an application that will be hosted locally in the server area of my University. I can use either ASP.Net or MVC2, but I'd much rather use MVC2.

A: 

No, you just need .NET Framework 3.5 SP1 and an IIS version that runs on it.

marcind