asp classic - Mixing ASP.NET pages with ASP Pages in windows server 2003 IIS -
i've got lot of classic asp pages in production on windows server 2003 64-bit machine. i've got .net on there working.
i'm starting move asp ajax pages (pages receive ajax calls classic asp) asp.net/c# take advantage of business/data/logging layer i've got set there in c#.
i've figured on securing aspx pages way of "token" create in database in asp , pass aspx page, uses validate it's legit call , destroys it.
my big question - aside making aspx pages, need compile app same site asp site? assumed i'd - deploy there alongside asp classic pages, , call aspx individually needed.
is strategy sound? need special performance or configuration make asp classic , asp.net coexist well?
thanks - migration has been bear because of extreme asp classic dependency.
it work fine. i've seen on several sites. put them in same directory.
your biggest issue asp , asp.net pages each have own session , application variables won't shared between two. if using session variables in either can force doing lot of hacks make work well.
Comments
Post a Comment