将ASP应用程序重定向到ASP

将ASP应用程序重定向到ASP

本文介绍了在同一个IIS Server 7.5中将ASP应用程序重定向到ASP.NET应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我将ASP应用程序迁移到ASP.NET应用程序.我需要将ASP应用程序重定向到迁移的ASP.NET版本.

假设ASP站点是"http://example1_asp.com",而迁移的ASP.NET站点是"http://example_aspdotnet.com"

当用户键入asp URL,即" http://example1_asp.com "时,应将用户重定向到ASP.NET URL" http://example_aspdotnet.com "



我需要在IIS中进行哪些更改,以便可以将ASP应用程序重定向到ASP.net应用程序,并且还可以停止ASP应用程序.


提前致谢 !!! :)

Hi,

I migrated an ASP application to an ASP.NET application. I need to redirect the ASP application to the migrated ASP.NET version.

Suppose the ASP site is "http://example1_asp.com" and the migrated ASP.NET site is "http://example_aspdotnet.com"

When a user types the asp URL, i.e. "http://example1_asp.com", the user should be redirected to the ASP.NET URL "http://example_aspdotnet.com"



What change do I need to make in the IIS so that I can redirect the ASP application to the ASP.net application and also the ASP application can be stopped.


Thanks in Advance !!! :)

推荐答案


这篇关于在同一个IIS Server 7.5中将ASP应用程序重定向到ASP.NET应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-27 16:04