You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
486 B
13 lines
486 B
<% '==================================================
|
|
' Module: inc_base.asp
|
|
'
|
|
' Synopsis: Base include file for SA Web Framework
|
|
'
|
|
' Copyright (c) Microsoft Corporation. All rights reserved.
|
|
'================================================== %>
|
|
<!-- #include file="inc_pagekey.asp" -->
|
|
<!-- #include file="inc_registry.asp" -->
|
|
<!-- #include file="inc_debug.asp" -->
|
|
<!-- #include file="inc_global.asp" -->
|
|
<!-- #include file="inc_errorcode.asp" -->
|
|
|