Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP vs ASPX ?

Reply
Thread Tools

ASP vs ASPX ?

 
 
michaaal
Guest
Posts: n/a
 
      07-22-2004
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



 
Reply With Quote
 
 
 
 
Elie Grouchko
Guest
Posts: n/a
 
      07-22-2004
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" <> wrote in message
news:...
> 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
>
>
>



 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      07-22-2004
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.


 
Reply With Quote
 
Bã§TãRÐ
Guest
Posts: n/a
 
      07-28-2004
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]"
<> 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


 
Reply With Quote
 
michaaal
Guest
Posts: n/a
 
      07-30-2004

"Bã§TãRÐ" <> wrote in message
news:...
> 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]"
> <> 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.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: passing hidden fields from aspx to asp and back to aspx Nirosh ASP .Net 0 04-28-2009 05:44 AM
asp.net login.aspx 404 but no login.aspx needed frekster ASP .Net 1 09-14-2005 10:33 AM
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
Re: Opening anoter .aspx window from a a .aspx main project. Gerry O'Brien [MVP] ASP .Net 0 04-11-2004 01:36 AM
including one aspx file in another aspx file vish ASP .Net 2 07-16-2003 10:29 PM



Advertisments