473,468 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

What is the difference between ASP and ASP.NET?

6 New Member
Hi,

I'm new in here and interested in going into ASP. I want to know the difference between asp and asp.net. Which is better or much preferred in developing websites?

Appreciate your help.

Thanks.
Dec 29 '11 #1
4 1804
Ammu
78 New Member
ASP.net is better for developing websites.
we can include our asp file in asp.net.
ASP.NET is a framework for building web sites and web applications.it is is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server. An ASP.NET file can contain HTML, XML, and scripts. advantage of asp.net over asp is its rich set of controls ,events, html controls etc so easy to work in this framework
Dec 30 '11 #2
jhardman
3,406 Recognized Expert Specialist
ASP was discontinued in 2002 (and is no longer supported by microsoft) in favor of ASP.net (which is still being used). Most of us who use asp use it to maintain old websites.

The biggest difference is that Asp is fully scripted (never compiled) and linear (only rudimentary support of objects). Asp.net is fully object oriented and uses a just-in-time compiler, so even though you can edit the text in notepad and never have to compile it manually, it does compile so runs much faster and more efficiently than asp.

If you are interested in maintaining an old website then asp might be worth learning, but I would never recommend starting a new project in asp.

Jared
Jan 1 '12 #3
jazzer09
6 New Member
Thanks ammu. Appreciate your response. :)
Jan 2 '12 #4
jazzer09
6 New Member
Thanks Jared. Appreciate your response, too. :)
Jan 2 '12 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: foo | last post by:
I've been looking on the web to see if I could find a link that would describe the difference between the 14882:1998 and the 14882:2003 C++ standard. I found the following link:...
2
by: diadia | last post by:
string s = "hello"; const char *p = s.begin(); cout << p << endl; // print hello s = ""; char *p2= s.begin(); cout << p2 << endl; // print hello why?????
48
by: Wade Yin | last post by:
Hi, What's the difference between: char *x="abcde"; and char y={"abcde"};
11
by: J Wang | last post by:
dear, I debug the program recently as follows. #include <sys/stat.h> int main(int argc, char *argv) { struct stat buf;
0
by: programer | last post by:
Can I use Activex (as vb) to connect database when I use vc.net.
2
by: ajay.bansal02 | last post by:
Hi All What is difference in TCHAR myVar=.....; and TCHAR *myVAR1=(TCHAR *)malloc....; arent both myVar and myVAR1are same?
4
by: Dennis | last post by:
I am trying to set up an Expression column in a DataTable for display in a DataGrid that subtract the column ("BirthDay") from todays date. I can't seem to get it right...is this possible? --...
0
by: RupeshDeenadayalan | last post by:
Is there any difference between a boot loader and a boot strapper.It would be better if any one can tell what operations does a general bootloader,boot strapper,BSP,Driver does???
2
by: martin paul | last post by:
Hello Sir...Could you tell me the KEY difference between signal and sigaction functions....Kindly consider the following sample program which is using signal function... #include <signal.h> void...
5
by: bhushanbagul | last post by:
Hi All Please let me know exactly what difference i and g makes in oracle version i.e. when we say oracle 10g or oracle 11i Thanks Bhushan
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.