Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie question

Status
Not open for further replies.

ts2032

Technical User
Mar 26, 2002
115
US
hello all,

I am new to VID and am using VID6. I have a test page that connects to a database and retrieves a name and comment from the table. I thought that my asp pages were being run on the server, but as my pages were not displaying correctly, I viewed the source of the page and saw that all of my coding was within the html of the page. In other words, the page was blank, except for the heading, but when I viewed the source, I could see all of the <%request.form(&quot;Data&quot;)%> coding. So, I am confused. Any help would be appreciated.

tsmith
 
What file extension is the file? If the extenstion is something other than .asp it will not process the page.


Try this to insure iis and vid is working correct.
Create a new asp page. Add this line (after the <body>): <% response.write &quot;hello world&quot; %>

Hth
 
Thank you for your response,

Yes all the filenames have the asp extension. When I view the source all of the active server script shows up, so I am assuming that either IIS is not installed on the server or it does not support asp for some reason. I am kinda new to the whole web/server type stuff.

Once again,Thank you.

tsmith
 
I contacted my web host and was told that they did not support active server pages.

thank you for your respnse.writes

t.smith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top