McKirahan
Wed Apr 28 19:11:02 CDT 2004
"Rye" <ryleykrboyle@hotmail.com> wrote in message
news:6C195F7D-0DF5-40FB-AAB6-AB3EA6C01FDF@microsoft.com...
> OK, there are probably alot of you out there that think this question is
dumb, but I can't figure it out...
>
> How do i get vbscript installed on IIS (Or wherever) so that I can write
vbscript on my ASP webpages? Its driving me friggin nuts! Please, let me
know.
>
> Rye
ASP supports VBScript natively.
What is driving you nuts?
Start with something simple; for example:
<% Response.Write(FormatDateTime(Now(),1)) %>
Save the above as "DateTime.asp" in C:\inetpub\wwwroot then open up a Web
browser and visit the URL
http://localhost/DateTime.asp