I have a site currently not using umbraco that has: a .net web application with masterpages etc (e.g. mydomain.com/home.aspx, mydomain.com/page1.aspx etc ) and also some standalone classic asp pages (mydomain.com/classicasppage1.asp etc)
I am/have moved the bulk of the .net webapplication to umbraco, but was wondering if there is any way to create a "Classic ASP" template with one multi line text box where i can just dump the classic asp code from the old pages
Once this is all set up i will dns the url to the new infrastructure, so the url structure must remain the same.
Hywel, If you need to keep the asp pages and cant port them over into .net usercontrols or code behind for masterpages then there is a way for you to keep your existing classic ASP pages.
In the web.config you can use modify the two lines to exclude paths & urls from Umbraco
Asp is a different technique, so you can either put the logic in .net usercontrols and use that in umbraco as Warren suggested or run the asp pages in an Iframe and add modify the config file as Warren suggested.
Classic ASP
Hi
I have a site currently not using umbraco that has: a .net web application with masterpages etc (e.g. mydomain.com/home.aspx, mydomain.com/page1.aspx etc ) and also some standalone classic asp pages (mydomain.com/classicasppage1.asp etc)
I am/have moved the bulk of the .net webapplication to umbraco, but was wondering if there is any way to create a "Classic ASP" template with one multi line text box where i can just dump the classic asp code from the old pages
Once this is all set up i will dns the url to the new infrastructure, so the url structure must remain the same.
Any elp much appreciated.
Cheers
Hywel
Hywel,
If you need to keep the asp pages and cant port them over into .net usercontrols or code behind for masterpages then there is a way for you to keep your existing classic ASP pages.
In the web.config you can use modify the two lines to exclude paths & urls from Umbraco
Warren :)
Hi Hywel,
Asp is a different technique, so you can either put the logic in .net usercontrols and use that in umbraco as Warren suggested or run the asp pages in an Iframe and add modify the config file as Warren suggested.
Cheers,
is working on a reply...