Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 02:20 PM
michaaal
Guest
 
Posts: n/a
Default 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



  #2  
Old July 19th, 2005, 02:20 PM
Elie Grouchko
Guest
 
Posts: n/a
Default Re: ASP vs ASPX ?

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" <res0gyio@verizon.net> wrote in message
news:O8g6NC8bEHA.3824@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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[/color]
want[color=blue]
> to be learning ASPX? Can someone point out some of the general[/color]
differences[color=blue]
> between ASP and ASPX?
>
> Thank you in advance,
> Michaaael
>
>
>[/color]


  #3  
Old July 19th, 2005, 02:20 PM
Bob Barrows [MVP]
Guest
 
Posts: n/a
Default Re: ASP vs ASPX ?

michaaal wrote:[color=blue]
> 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[/color]
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.


  #4  
Old July 19th, 2005, 02:24 PM
Bã§TãRÐ
Guest
 
Posts: n/a
Default Re: ASP vs ASPX ?

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]"
<reb01501@NOyahoo.SPAMcom> wrote:
[color=blue]
>michaaal wrote:[color=green]
>> 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[/color]
>http://groups.google.com/groups?q=AS...=1&sa=N&tab=wg
>
>Bob Barrows[/color]

  #5  
Old July 19th, 2005, 02:27 PM
michaaal
Guest
 
Posts: n/a
Default Re: ASP vs ASPX ?


"Bã§TãRÐ" <nobody@msn.com> wrote in message
news:165eg0h0j64hi4a5vut3vhr66qg6j230q8@4ax.com...[color=blue]
> 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]"
> <reb01501@NOyahoo.SPAMcom> wrote:
>[color=green]
> >michaaal wrote:[color=darkred]
> >> 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[/color][/color]
>
>http://groups.google.com/groups?q=AS...e=UTF-8&c2coff[/color]
=1&sa=N&tab=wg[color=blue][color=green]
> >
> >Bob Barrows[/color]
>[/color]

Thanks Guys.


 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles