将经典的asp与asp.net结合起来

时间:2022-03-05 01:41:42

I have a (huge) website written in classic asp. Now do I have to switch to vb.net (razor). Is there a way to combine those 2 till the switch is complete ?

我有一个用经典的asp编写的(巨大的)网站。现在我必须切换到vb.net(razor)。有没有办法将这些组合2直到开关完成?

Is there a way to let the application work with classic asp and vb.net ?

有没有办法让应用程序与经典的asp和vb.net一起使用?

(I use webmatrix)(don't know if this is important information) The reason I ask this is because the website contains more than

(我使用webmatrix)(不知道这是否是重要信息)我问这个的原因是因为该网站包含的内容超过了

1 个解决方案

#1


3  

MSDN says you can run .asp and .aspx on the same server

MSDN说你可以在同一台服务器上运行.asp和.aspx

ASP and ASP.NET can both be used on the same Web server. That is, a Web site or Web application within a site can contain both ASP.NET pages and ASP pages. Because both ASP and ASP.NET pages can be accessed from the same Web server, you are not required to port your existing ASP pages over to ASP.NET-compatible pages. [...]

ASP和ASP.NET都可以在同一个Web服务器上使用。也就是说,站点内的Web站点或Web应用程序可以包含ASP.NET页面和ASP页面。因为可以从同一Web服务器访问ASP和ASP.NET页面,所以不需要将现有ASP页面移植到与ASP.NET兼容的页面。 [...]

https://msdn.microsoft.com/en-us/library/ms973813.aspx

https://msdn.microsoft.com/en-us/library/ms973813.aspx

#1


3  

MSDN says you can run .asp and .aspx on the same server

MSDN说你可以在同一台服务器上运行.asp和.aspx

ASP and ASP.NET can both be used on the same Web server. That is, a Web site or Web application within a site can contain both ASP.NET pages and ASP pages. Because both ASP and ASP.NET pages can be accessed from the same Web server, you are not required to port your existing ASP pages over to ASP.NET-compatible pages. [...]

ASP和ASP.NET都可以在同一个Web服务器上使用。也就是说,站点内的Web站点或Web应用程序可以包含ASP.NET页面和ASP页面。因为可以从同一Web服务器访问ASP和ASP.NET页面,所以不需要将现有ASP页面移植到与ASP.NET兼容的页面。 [...]

https://msdn.microsoft.com/en-us/library/ms973813.aspx

https://msdn.microsoft.com/en-us/library/ms973813.aspx