views:

101

answers:

1

Why Default.aspx missing if I created ASP.NET MVC 2 project? And why this project didn't work on IIS?

+2  A: 

Default.aspx is need only for IIS6 or IIS7 (Classic Mode).

If you have problem with running project without Default.aspx in IIS, set ASP.NET to Integrated Pipeline mode.

MicTech