koqui
05-08-2002, 01:18 PM
Does any one know where, or what program to make ASp page, Fast and easy??:D
Best Pro. To create ASP fastkoqui 05-08-2002, 01:18 PM Does any one know where, or what program to make ASp page, Fast and easy??:D Derek Stone 05-08-2002, 01:26 PM There's no program thats magically going to create an ASP page for you, hence why I would suggest Notepad, or Visual InterDev if you want code highlighting and simple intellisense. Good Luck -CL koqui 05-08-2002, 07:44 PM ASP, is kindda like CGi right? Which one you thing is best to use with VB CGI or ASP?:( Robby 05-09-2002, 12:34 AM As CL mentioned "Visual InterDev if you want code highlighting and simple intellisense". If you are looking for something like a Wizard, I don't think there are any. What you may find are ready made apps that will accomplish certain tasks. (ie Mass-Mailers, Form-Validators, etc...) CGI is nothing like ASP, except that they both run on the server. I use both and I prefer ASP, but hey, that's just me.:D Rezner 05-09-2002, 01:20 PM I got InterDev from http://www.papab.com for around $30. It comes with only the CD (no box or manuals.) To elaborate on the Intellisense thing, it is really nice with InterDev when you are working with COM. It will automatically bring up the .DLL's methods for you (similar to VB.) About the only other thing it does for you with ASP is check for highlights scripts and checks for proper useage of the <% script tags %> -- which is a plus. Other than that, your only other option is good ol' notepad. koqui 05-10-2002, 01:59 PM Is there a tutorial to creat ASP in Vb? that u gives know of? -koqui thnx Thinker 05-10-2002, 02:11 PM You don't create ASP in VB. ASP is a set of IIS based COM objects that are used in server-side script in ASP pages. You can create ActiveX components in DLLs that can be created from ASP pages and provide additional functionallity, but these have to be installed on the webserver. This requires administrator access to the server, and a great understanding of creating COM/ActiveX components. Robby 05-10-2002, 08:56 PM To learn and understand the very basics of ASP, Goto W3Schools (http://www.w3schools.com/asp/default.asp) And for much more, Goto MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/asps0ur7.asp) Volte 05-12-2002, 09:23 AM EditPlus (www.editplus.com) is an impressive text editor, but it has syntax highlighting for any language you want (totally customizable). There's lots of other features, too. It's pretty cheap, and it's well worth it. DevGuru (www.devguru.com) has an ASP reference, if you're interested. It's what I use. fed1111 05-13-2002, 04:18 AM To make ASP pages in a fast effective way, with or without database, ADO or DNS connection. Try ASP Express. I think this is a very good and simple program. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum