Using VB projects on your web site

F

freeche

I have made a VBScript, in Microsoft Visusal Basic 2005 Express Edition Beta,
wich can do some calculations when the user types input in the script.
Unfortunately I have not been able to integrate it on to my website.

How is it done?
I am currently using Frontpage 2003...

plz advise..
 
A

Andrew Murray

Write it in VBScript in Frontpage (code view). Resave the page as ASP.
Publish to an asp-enabled Widows (IIS) server.

Or rewrite your script/program in javascript.

Or compile the program and make it as a downloadable. exe file.
 
S

Stefan B Rusynko

Requires testing on a Windows server based site (say http://localhost/) as a .asp page
- VBscript is the default language for ASP




|I have made a VBScript, in Microsoft Visusal Basic 2005 Express Edition Beta,
| wich can do some calculations when the user types input in the script.
| Unfortunately I have not been able to integrate it on to my website.
|
| How is it done?
| I am currently using Frontpage 2003...
|
| plz advise..
|
 
C

Cheryl D Wise

Did you write this using ASP.NET 2.0? If so, you host must support ASP.NET
2.0 and very few of them do at this point since the only license available
is a 'go live' beta 2 license.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training in FrontPage,
Dreamweaver and more!
 
Top