Difference between revisions of "ASP"

From Hostek.com Wiki
Jump to: navigation, search
Line 1: Line 1:
==== General ASP Information ====
+
== 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.
 
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.
Line 5: Line 5:
 
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)==
+
==Can My ASP Pages Use SSI (Server Side Includes)==
 +
*Yes. An example would be:
 
<pre>
 
<pre>
Yes. An example would be:
 
 
 
<!--#include file="/includes/pagetop.inc"-->
 
<!--#include file="/includes/pagetop.inc"-->
 +
</pre>
 +
*This example assumes you have a file named pagetop.inc in an includes folder off the root.
  
This example assumes you have a file named pagetop.inc in an includes folder off the root.
 
</pre>
 
  
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 19:15, 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.

Can My ASP Pages Use SSI (Server Side Includes)

  • Yes. An example would be:
<!--#include file="/includes/pagetop.inc"-->
  • This example assumes you have a file named pagetop.inc in an includes folder off the root.