javascript - Creating a class that serves both classic asp and ASP.Net -


i have been tasked migrating , upgrading our intranet web site windows 2003 (iis 6) server windows 2008 r2 (iis 7.5) server. in process reskinning of asp.net applications have same , feel our classic asp pages.

the website based on vbscript (mostly) , javascript , asp.net apps written in vb.net.

over 2 years ago (and before started working here) of classic asp pages got major overhaul , redesign. @ time framework built of classic asp pages (which majority) asp.net apps left looking way developer wrote them , independent of framework , developer here now.

what looking way can construct new framework (based on existing) classic asp , asp.net can both use without problems. don't want have maintain 2 separate sets of code if don't have to.

most of pages use <% %> script tags embed vbscript , have learned tags not work in asp.net.

so far feeble attempts create class has lead errors , incompatibility. before waste more time thought throw question out development community advice.

open vb.net pages inside iframes on classic asp. give net app , feel of favorite site while allowing maintain single set of code. , on top of allow share data between vbscript , net pages easier.

iframes supported browsers days.

sorry did not see question 1 year old


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -