Results 1 to 5 of 5

Thread: creating simple asp file

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530

    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>

  2. #2

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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.

  3. #3

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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?

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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
  •  



Click Here to Expand Forum to Full Width