Beginner Question.

T

TonyJeffs

I've just started to try and understand ASP.
ASP doesn't work when I upload to my NTL webspace, so I signed up for
free AST enabled webspace at:
http://www.1asphost.com

This works fine with simple ASP "hello world" code:

.................................
<%
response.write("Hello World!")
%>
................................


But when I try this

...............................
<%
Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set objFSO = Nothing
%>
..................................

It gives this error:
......................................................
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/tonyjeffs2/test/test4.asp, line 8
Invalid ProgID. For additional information specific to this message
please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
...................................................

Reading the microsoft site, I get the idea that it is the way the
server is set up, rather than my code. Is that correct?

Thanks
Tony
 
B

Bullschmidt

If great price is what you're after you may want to look into
www.best-machine.com where currently for $4.50/mo total you can set up 5
domains (i.e. separate Web sites).

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top