473,511 Members | 12,087 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP vs ASPX ?

I have been using ASP for a few years now. For the most part I have been
able to make it do what I need for it to do. Is there a reason I might want
to be learning ASPX? Can someone point out some of the general differences
between ASP and ASPX?

Thank you in advance,
Michaaael

Jul 19 '05 #1
4 8989
ASPX or ASP.Net is a completely different programming model. From my
experience the main difference is that in ASP it is hard to develop
big/complex applications unless using DCOM components written in one of the
Visual Studio 6.0 languages (VB or C++).

ASP.Net allow you to develop big web applications in C#, VB or C++ without
having to suffer the DCOM performance penalty, and with full support of the
..Net IDE, and >net applications are easier to deploy than DCOM components.

My recomendation is that if you do not have more than a few hundreds lines
of code to write, you can continue using ASP, but if you start counting in
thousands of lines start thinking about .Net.

Elie Grouchko

"michaaal" <re******@verizon.net> wrote in message
news:O8**************@TK2MSFTNGP10.phx.gbl...
I have been using ASP for a few years now. For the most part I have been
able to make it do what I need for it to do. Is there a reason I might want to be learning ASPX? Can someone point out some of the general differences between ASP and ASPX?

Thank you in advance,
Michaaael

Jul 19 '05 #2
michaaal wrote:
I have been using ASP for a few years now. For the most part I have
been able to make it do what I need for it to do. Is there a reason
I might want to be learning ASPX? Can someone point out some of the
general differences between ASP and ASPX?

Thank you in advance,
Michaaael

http://groups.google.com/groups?q=AS...=1&sa=N&tab=wg

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #3
ASP.net is compiled code so theoretically its supposed to be fatser
than classic asp. One thing that I have noticed and heard from
numerous sources is all the hard stuff you've had to do in ASP (i.e dB
connections , form controls etc) have been made much much much easier
to use. It is these performance enhancements to the common every day
crap I have to deal with that has prompted me to start learning about
asp.net

Bastard
On Thu, 22 Jul 2004 09:16:56 -0400, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
michaaal wrote:
I have been using ASP for a few years now. For the most part I have
been able to make it do what I need for it to do. Is there a reason
I might want to be learning ASPX? Can someone point out some of the
general differences between ASP and ASPX?

Thank you in advance,
Michaaael

http://groups.google.com/groups?q=AS...=1&sa=N&tab=wg

Bob Barrows


Jul 19 '05 #4

"Bă§TăRĐ" <no****@msn.com> wrote in message
news:16********************************@4ax.com...
ASP.net is compiled code so theoretically its supposed to be fatser
than classic asp. One thing that I have noticed and heard from
numerous sources is all the hard stuff you've had to do in ASP (i.e dB
connections , form controls etc) have been made much much much easier
to use. It is these performance enhancements to the common every day
crap I have to deal with that has prompted me to start learning about
asp.net

Bastard
On Thu, 22 Jul 2004 09:16:56 -0400, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
michaaal wrote:
I have been using ASP for a few years now. For the most part I have
been able to make it do what I need for it to do. Is there a reason
I might want to be learning ASPX? Can someone point out some of the
general differences between ASP and ASPX?

Thank you in advance,
Michaaael
http://groups.google.com/groups?q=AS...e=UTF-8&c2coff

=1&sa=N&tab=wg
Bob Barrows


Thanks Guys.
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3931
by: Stevie_mac | last post by:
It might be me but... I dont seem to get a Page_Load event when a opening an ASPX in an iFrame. I do geta Page_Load event when an item on the ASPX (inside the iFrame) is clicked but then...
1
2801
by: Jerry Tovar | last post by:
I am using .Net 2003 on a XPPro running IIS. I am unable to view any of my ASPX webforms in a browser unless I modify the .ASPX file and replace Codebehind="employee.aspx.cs" with...
3
9834
by: Tom | last post by:
Hi, I have an index.aspx page which includes top.aspx, left.aspx, main.aspx and bottom.aspx. In the left.aspx, there is a login web control - login.ascx. It keeps session of username and role...
6
3554
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html...
3
1831
by: DavidS | last post by:
Have parent.aspx from which I open Driver.aspx form via button on parent.aspx. When I first open the modal dialog, the driver.aspx Page_Load function is called. After I close the dialog, then...
3
2703
by: Evan | last post by:
I have a web page with 2 frames. The left frame is running menu.aspx and the right frame is running images.aspx. When a selection is made in menu.aspx I call a method in images.aspx and pass a...
2
1995
by: WJ | last post by:
I have three ASPX pages: 1. "WebForm1.aspx" is interactive, responsible for calling a web site (https://www.payMe.com) with $$$. It is working fine. 2. "WebForm2.aspx" is non-interactive, a...
2
2162
by: Janusz Jezowicz | last post by:
Hello! I would like to have one page on the server, which would be a target processing page for a number of other aspx pages. E.g Processing page \portal_page.aspx Target pages
10
2415
by: ptass | last post by:
Hi In asp.net 2.0 an aspx files .cs file is a partial class and all works fine, however, I thought I’d be able to create another class file, call it a partial class and have that compile and...
24
2726
by: John Rivers | last post by:
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX...
0
7427
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7512
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
5671
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
5069
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
4741
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
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1577
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
449
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.