|
-
Oct 20th, 2002, 10:24 AM
#1
Thread Starter
Lively Member
Visual Basic in CGI and ASP
I'm looking to make some components for a future website in Visual Basic, trouble is I have no idea how it is done. I can't get hold of a trial for VB.NET, and I don't know how to develop CGI scripts in VB either.
Can you clear this up? I don't know what the relation between ASP and VB is either.
Last edited by MrFoxy; Oct 20th, 2002 at 10:29 AM.
-
Oct 21st, 2002, 08:09 PM
#2
Black Cat
While you can do direct CGI with VB (search the forums, I've posted an example before), you need to use the API to do most of the CGI work and VB and CGI itself are kinda slow.
Depending on what you want to do, your VB activex dlls can be accessed by ASP. ASP can also be coded in VBScript, which is a lot like VB, except missing many useful functionality. You can code ASP in JScript or PerlScript or several other languages (anything besides VBscript and Jscript needs to be installed).
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Oct 24th, 2002, 01:49 AM
#3
Member
thats a good discssiion....
well how do i call VB dll or a exe from ASP..??
more clarity pls
Kittu
-
Oct 25th, 2002, 09:54 AM
#4
Black Cat
Server.CreateObject("YourVBProjectName.YourClassName") for a DLL.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|