I am having problems using getNetText when trying to access an ASP page
hosted on the local/dev. computer.  I am using the following in the
message window. 

ID = getnettext("http://localhost/portfolio/return.asp";)
put netdone(ID)
-- 1
put nettextresult(ID)
-- ""
put neterror(ID)
-- 4165

This generally means the document was not found, or a bad address.  Can
you not develop using "localhost"?  All works well when posted to a Net
server....

The ASP page has the following simple script for testing purposes:
<%@ LANGUAGE = "VBSCRIPT"%>
<%
Response.Write "The date and time is " & Now 
%>
This works fine when viewed in a browser.


Thanks,

Lee Chadwick
Nikiski High School
Alaska

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to