Quick tips on running Classic ASP on IIS 7, 7.5

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


My name is Sanborj.
and this is my life.