Groups | Blog | Home
all groups > dotnet faqs > december 2003 >

dotnet faqs : ASP vs ASP.NET


Juan Ignacio DAmato
12/26/2003 9:08:03 AM
Hi, I'm new int ASP.NET
I would like to know what is the best practice to migrate ASP application to
ASP.NET application. I mean in ASP I have a balance between client code and
Server code but in ASP.NET web forms use server code. Should I change
everithing to start to use server side code insted of client code or I still
to have balance between both sides.

How to avoid back button behavior when I postback? I mean is possible to
have a group of post pages in a single back or forwared command in Internet
Explorer that's really annoying

Thanks in advance


Mary Chipman
12/26/2003 10:56:00 AM
There isn't a cut-and-dried answer to that -- a lot depends on your
application. You'll definitely want to re-write your pages using
asp.net server controls, however you can continue to call middle tier
com objects. The help file is a good place to start, as is
www.gotdotnet.com and www.asp.net/default.aspx

-- Mary
MCW Technologies
http://www.mcwtech.com

On Fri, 26 Dec 2003 09:08:03 -0500, "Juan Ignacio DAmato"
[quoted text, click to view]
Guinness Mann
1/5/2004 8:48:46 AM
In article <uaT4Dl7yDHA.2620@TK2MSFTNGP09.phx.gbl>,
jdamato@teledatos.com.co says...
[quoted text, click to view]

I'm not going to address your specific question, but one thing that you
will run across is how to communicate state between the asp and asp.net
portions of your program. (Each service has its own session object.)

There is an excellent article in this Month's asp.netPRO magazine by
Dennis Hurst called "Share Session State Between ASP and ASP.NET Apps."

It is also available at www.aspnetpro.com, but if you're not a
subscriber you can't access it.

I have no connection with asp.netPro magazine or Dennis Hurst, just
pointing out a resource.

Andre
1/29/2004 4:28:00 PM
This is a subject that's been bothering me for month (how to share a session
between ASP and ASP.NET), but I could not find any documentation.

Would you be so kind as to post the relevant information (as you understood
it from reading the article you reffer to), and help me solve this issue ?

an example of code would help...




[quoted text, click to view]

cablito NO[at]SPAM hotmail.com
3/2/2004 11:11:26 AM
search the msdn/framework for that keyword. I found a sample of that there.

AddThis Social Bookmark Button