IIS - File and Virtural Includes
-
I wish to test out my website using IIS. Problem is, being that the website is normally hosted online, I use the following virtural include(s) quite a bit. Obviously this is generating an error when I try and run the website on my computer using IIS. Is there a simple way around this with out having to go through the whole website changing all the includes from virtual to file... I eagerly await any reply’s!! --- Peter M
-
I wish to test out my website using IIS. Problem is, being that the website is normally hosted online, I use the following virtural include(s) quite a bit. Obviously this is generating an error when I try and run the website on my computer using IIS. Is there a simple way around this with out having to go through the whole website changing all the includes from virtual to file... I eagerly await any reply’s!! --- Peter M
Just to update this issue.... The error received is: ________________________________________ HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Technical Information (for support personnel) • Error Type: Active Server Pages, ASP 0126 (0x80004005) The include file '/Includes/Admin/MetaTags.asp' was not found. /cullyonline/Default.asp, line 7 • Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) • Page: GET /cullyonline/Default.asp • Time: 24 August 2004, 17:28:00 • More information: Microsoft Support ________________________________________ The line it’s referring to is Line 7: I’m using IIS Version 5.1 This site does work online, and has been so for the last couple of years. Its just now I wanted to see it working using IIS. Its basically the first include file in the html, and if I remove this line, it will have the same fault on the next virtual include --- Peter M