|
-
Oct 2nd, 2002, 02:47 AM
#1
Thread Starter
Registered User
creating simple asp file
Trying to create 1st asp file...
this doesn't work so far, any pointers?
<SCRIPT LANGUAGE="VBScript" RUNAT="SERVER">
<%
set hello = server.createobject("HelloServer.Hello")
response.write hello.getHello()
%>
</SCRIPT>
-
Oct 2nd, 2002, 03:16 AM
#2
Thread Starter
Registered User
The other thing I have noticed is that asp extension files do not have an icon associated with them, so I probably have to put them in a directory for them to be able to instatiate the dll on this machine or kick over the web server?
Any tips appreciated.
-
Oct 2nd, 2002, 03:40 AM
#3
Thread Starter
Registered User
I have put the file in D:\Inetpub\wwwroot but still no luck there is still no icon next to the files with asp extension.
What do I have to do to get this script to run?
-
Oct 2nd, 2002, 03:35 PM
#4
you cant just double click an asp page and expect it to run..You have to browser to it using an http address.
like if you have pws/iis isntalled on that computer then you would use
http://localhost/myfile.asp
assuming the file is in the wwwroot dir.
-
Oct 2nd, 2002, 07:25 PM
#5
Thread Starter
Registered User
finally got it to work 
the script that worked needed me to regsvr the dll then also had to rewrite the script
now onto implementing the rest of the soap toolkit 3.0 so vb 6 apps can consume webservices...
Last edited by Nucleus; Oct 2nd, 2002 at 07:29 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|