Im working for a new company, the application is mostly 1.1, with ASP pages and compiled com objects.
My first job is to get rid of all the ASP & COM objects by bringing them up to ASP.Net. We all want to use 2005, but we dont have the time to convert the entire application (its pretty large with hundreds of pages).
Would it be possible for me to upgrade the asp/com to 2.0 while the rest of the app is 1.1? Then convert sections, to 2.0 one at a time?
I know its possible to have them as seperate pages on the same server, but we need them to share cookies and whatnot as part of the same application login. So you might login to a 2.0 page, then navigate to a 1.1 page, then a 2.0 page, etc.
Doing this, if its not too Hacky, would save us from having to upgrade to 1.1 then do 2.0 in an entire fell swoop.
My first job is to get rid of all the ASP & COM objects by bringing them up to ASP.Net. We all want to use 2005, but we dont have the time to convert the entire application (its pretty large with hundreds of pages).
Would it be possible for me to upgrade the asp/com to 2.0 while the rest of the app is 1.1? Then convert sections, to 2.0 one at a time?
I know its possible to have them as seperate pages on the same server, but we need them to share cookies and whatnot as part of the same application login. So you might login to a 2.0 page, then navigate to a 1.1 page, then a 2.0 page, etc.
Doing this, if its not too Hacky, would save us from having to upgrade to 1.1 then do 2.0 in an entire fell swoop.