I’m running Windows 2000 Advance Server with IIS5 using Classic ASP. Setting up a newer replacement server, have loaded web application, looking to view web app on localhost, prior to replacing older hosted server. When I call http://localhost/web_app on the replacement or live server I receive Error Type: Active Server Pages, ASP 0126 (0x80004005) The include file '/include/inc_pageheader.asp' was not found. The web_app works fine remotely via internet.
The web app and files are listed in IIS5 under Default Web Site and separately listed below the Default Web Site as well. Right clicking on the web_app in the Default Web Site and then viewing the Virtual Directory tab it shows the Local Path pointed to the F: directory where the web_app files are located. I have tried removing the forward slash in front of include, no dice. The web_app errors out on <!-- #include virtual="/include/inc_pageheader.asp" --> when using Localhost. In searching and reading I’ve yet to come up with the resolve. Any suggestions would be greatly appreciated, thanks in advance.