Difference between revisions of "ASP"

From Hostek.com Wiki
Jump to: navigation, search
(Can My ASP Pages Use SSI (Server Side Includes))
Line 4: Line 4:
  
 
New Windows hosting accounts are currently setup on Windows 2008 64 bit servers running IIS 7.
 
New Windows hosting accounts are currently setup on Windows 2008 64 bit servers running IIS 7.
 
==Can My ASP Pages Use SSI (Server Side Includes)==
 
*Yes. An example would be:
 
<pre>
 
<!--#include file="/includes/pagetop.inc"-->
 
</pre>
 
*This example assumes you have a file named pagetop.inc in an includes folder off the root.
 
 
 
[[Category:Windows]]
 

Revision as of 19:58, 12 June 2012

General ASP Information

We fully support ASP on our Windows servers. The Windows 2003 servers are running IIS 6 and the Windows 2008 servers are running IIS 7.

New Windows hosting accounts are currently setup on Windows 2008 64 bit servers running IIS 7.