|
Hi..
I have manged to get free domain..
I have to create web pages...The hosting service supports FTP ....I don't know only HTML pages can be uploaded or even asp..
please help me..
CAn my new website support ASP pages?
Depends on your webhost. Find out from them or let me know the domain i can check from that.
ASP normally runs on a Windows based webserver.
CAn my new website support ASP pages?
that really depends if your hosting service is running a windows server.
CAn my new website support ASP pages?
make a file, call it "test.asp" with these contents:
<%
Response.write("Hello Snake")
%>
upload it to your servers's root and try to access it in a browser, e.g http://yourwebsite.com/test.asp
if you see "Hello Snake" in browser then the server supports asp.
http://scritpvault.charmingsnakes.net
Asp / VbScript Tutorials and reference
|