Guest Ido Posted October 14, 2002 Posted October 14, 2002 Hi, I've read alittle about ASP.net, 'cause I want to make a web application, and I want to ask you if ASP.net is the right way to make it? Well, I want to make a web application that know how to access SQL serevr database. I know VB, and I read that I can use VB inside ASP code. Does ASP.net is the best way to do it? Is it the only way? Thanks ! Ido. :) Quote
alexk Posted October 14, 2002 Posted October 14, 2002 You may use simple ASP pages (VBscript or Javascript) instead ASP.NET But ASP.NET provide you powerful development environment like VBA. No more scripts - clear VB code. Sorry about my English. You can ask me in Hebrew. Quote
Guest Ido Posted October 14, 2002 Posted October 14, 2002 Thanks Alexk, Sorry, I have problems with my hebrew letters, so I have to stick to the English ones, it is better also, if someone else is interested with this thread, and English is the laungauge of the world , you know...:) so, if I get this right the different between ASP and ASP.net is only with the environment? Can I do everything in ASP, like web forms,controls,... as I can make with ASP.net? (I guess it much easy to make it with ASP.net? yes?) By the way? does the environment is Visual Studio.net? Thanks, :) Quote
alexk Posted October 14, 2002 Posted October 14, 2002 I will try answer step by step on your questions. 1) The differences are not in environment only, but in concept completely. For example: Most code is server-side - not client-side. Most control's events are handled on server - not on client. 2) Yes, you can make everything in ASP using HTML tags in any text editor or using InterDev or FrontPage, but debuging is more more more difficult. Yes, it much easy to make it with ASP.NET 3) You must install "MicroSoft Visual Studio.NET" if you want use ASP.NET and ADO.NET technologies. Quote
*Gurus* Derek Stone Posted October 14, 2002 *Gurus* Posted October 14, 2002 3) You must install "MicroSoft Visual Studio.NET" if you want use ASP.NET and ADO.NET technologies.That is entirely false. You can code ASP.NET in Notepad if you want to. Quote Posting Guidelines
Guest Ido Posted October 14, 2002 Posted October 14, 2002 OK, thanks. The extenstion make the different (aspx). I want to understand one (BIG) thing: The way to make a web application that will sit on a server, and any client will have acces to it, is by using ASP.NET only? I guess not, I guess I could do this with ASP as well. So what is the big different/s between them? Does the fact that ASP.net is integrated with Visual studio and ASP is not, make the big change? Thanks, :) Quote
*Gurus* Derek Stone Posted October 14, 2002 *Gurus* Posted October 14, 2002 ASP uses VBScript for the most part. ASP.NET uses any of the .NET languages (VB.NET, C#, J#, ...) and runs on the .NET Framework. Quote Posting Guidelines
Moderators Robby Posted October 14, 2002 Moderators Posted October 14, 2002 ASP.NET provide you powerful development environment like VBA. Sorry but one more correction, no part of .NET is anything like VBA. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.