Hi I've a web application in ASP. I'm planning to develope the future pages in ASP.Net. Is there any way to use the same old ASP pages (without converting them to .aspx) and built the future pages in ASP.net.

Hi I've a web application in ASP. I'm planning to develope the future pages in ASP.Net. Is there any way to use the same old ASP pages (without converting them to .aspx) and built the future pages in ASP.net.

You can use the asp pages side by side with the asp.net pages. The only problem you might run into is sharing session variables. You can also use ASP Compatible mode of ASP.NET with your old ASP pages without a whole lot of conversion (there is some) and gain the benefit of the ASP.NET debugger. Good Luck!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.