Can you mix ASP and ASP.NET?

I work on a mobile site that uses .aspx for pages; however, I am passing information from old .asp pages . These .asp pages read database connections, and I donโ€™t understand how to convert them to .aspx pages without starting into configuration errors that are not clear to me when corrected.

Is it nice to use mixed .asp and .aspx pages on a site? If not, how can I learn to better understand the differences in conversions from .asp database connections to .aspx? This is the only obstacle that I am currently facing with this site, and I would very much like to find a solution in the near future, as I have been stuck here for some time.

The site works, but I would like to match the .aspx setting on the pages. I appreciate any help you can offer, thanks.

+5
source share
2 answers

You can combine two teams. It is not necessarily a bad practice to mix these two, but there may be some technical things that you will have to solve. Since it looks like you are trying to convert a classic ASP site to ASP.NET if there are not too many pages, I would probably try to figure out conversion problems so that all your pages work on ASP.NET,

, ASP ASP.NET , , , asp, asp.net, , . , ASP ASP.NET, : ASP ASP.NET.

+7

ASP ASP.NET. , , . , ( cookie), - .

ASP , global.asa , , asp. , , .

ASP.NET ASP, ASP.NET, / , , ASP.NET Web . . www.asp.net, .

+7

All Articles