I am trying to run asp app with IIS 7.5 in Windows WebServer 2008 R2. I am getting the following error
Active Server Pages error 'ASP 0126'
Include file not found
/VD/default.asp, line 2
The include file '/inc/abc.asp' was not found.
I am using the following tag to include
<!-- #include virtual="/inc/abc.asp" -->
I also tried enabling the parent path and using the file="..\inc\abc.asp"
I have also created a new app pool for classic asp with .Net Version = No Managed Code Managed Pipeline Mode = classic
Still not able to include asp file