Quick tips on running Classic ASP on IIS 7, 7.5
- Install ASP . by default, this is not installed on later versions of IIS, like 7, 7.5
- Enable Parent Paths in ASP feature, in IIS Manager
- For MVC, add a code to exclude all asp in all routings routes.IgnoreRoute(“{*allasp}”, new { allasp = @”.*.asp(/.*)?” })