|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Servers and ASP |
From: |
Giovanni Zomer |
Date: |
7/11/2000 12:15:47 PM |
IP: |
213.192.36.186 |
do the following tests to understand wheres the problem:
- go to your web administration utility (iis if its nt-server, at pws for nt-ws maybe its called a little bit different, but it would be the same)
- check out which directory is the home directory of your local webserver (usually c:\wwwroot)
- copy your asp somewhere on your local webserver (i.e. c:\wwwroot\test\mypage.asp)
- test your asp using localhost, not opening the document! i.e. http://localhost/test/mypage.asp;
opening using the local function of ie doesnt work!
- to test you page, simply create this one
<% response.write("here i am") %>
and save it to mypage.asp
- if it still doesnt work, maybe you didnt admit scripts in the webserver administrator for this directory
|
Previous Message
Follow Up - Re: Servers and ASP - Name 7/19/2000 8:56:50 AM
|
|
|
|
|
|
|
|
|
|
|
|