I have a .NET2.0 website running webforms and some classic ASP pages. The pipeline must be Integrated.
I have ASP installed on my webserver :) I also have the application pool running only 32bit applications. However when attempting to access a classic page I receive a 401 unauthorized response.
i.e. http://080080wine.co.nz/wine-plans/wine-plans.asp
Any idea how to resolve this issue?
Edit: The exception will occur when adding an
<!--#include virtual="/some/path/file.asp" -->