Re: ASP and ASP.NET applications running side by side during a migrati
- From: "lonsharim" <mujahid_nospam@xxxxxxxxxxxxx>
- Date: Thu, 10 May 2007 18:25:03 +0530
Hi Manish,
Thanks for the links below. I have already read the MSDN article on the session objects between ASP and .NET world although I havent seen the webcast yet. I was looking for more options to choose from, hence my question on the forum hoping there would be more ideas thrown around. I still dont know what to do with the multitude of asp functions.
Will keep looking, thanks for all the responses.
Cheers,
MW
BTW- I use a newsreader
"Manish Bafna" <ManishBafna@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:811FCF3A-52AA-48AF-9B26-8E917F4E8CC2@xxxxxxxxxxxxxxxx
Hi,
As might be knowing that sessions are not shared between ASP and ASP.NET.But
below MSDN link provides a workaround for it:
http://msdn2.microsoft.com/en-us/library/aa479313.aspx
you should find following links also useful:
[1]http://msevents.microsoft.com/cui/eventdetail.aspx?eventid=1032244102&culture=en-us
[2]http://msevents.microsoft.com/cui/eventdetail.aspx?eventid=1032243971&culture=en-us
[3]http://msdn2.microsoft.com/en-us/library/ms973813.aspx
--
If my answer helped you,then please do press Yes below.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"lonsharim" wrote:
Hi all,
We have been approached by a company that have large 2 tier ASP based
website using SQL Server as the backend. These systems have been in place
for well over a decade with a small inhouse team doing any maintainance
required.
They now want to move to ASP.NET 2.0 in phases. Starting by doing any new
development work in ASP.NET while still maintaining their old code in ASP
with a minimal migration of code if required. Given the size of their
migration it seems to be the most workable solution for the moment.
1. The ASP pages have a truck load of session objects and application
variables and we need to find an elegant way to make use of them in our ASPX
pages.
2. As it is a 2 tier system, they have their entire business logic
encapsulated in functions grouped together in different ASP pages. Whenever
a page requires a function, they include the ASP page containing the
function. We want to find a way to make calls to these functions from our
.NET pages. We are not considering duplicating the business logic on the dot
net side because of the volume and because there is little or no
documentation available on hand.
I would really appreciate any pointers in the right direction.
TIA
-MW
.
- References:
- Prev by Date: Re: DateTime.ToString() outputting dates in US format on UK machine
- Next by Date: Re: Try...Catch...Finally not firing finally?
- Previous by thread: RE: ASP and ASP.NET applications running side by side during a mig
- Next by thread: Re: ASP and ASP.NET applications running side by side during a migration
- Index(es):
Relevant Pages
|