且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将多个ASP.net应用程序集成到单个应用程序中

更新时间:2022-11-05 21:15:29

由于存在三个Web应用程序,因此我认为这三个Web应用程序具有不同的虚拟目录.

因此,您可以在首页中直接输入这三个Web应用程序的网址
Since there are three web applications and i assume that these three web apps had different virtual directories.

So you can directly enter the url of these three web applications in you home page
Ex.

<a href="http://Mycomputername/Webapp1/home.aspx"  runat="server" />

<a href="http://Mycomputername/Webapp2/home.aspx"  runat="server" />

<a href="http://Mycomputername/Webapp3/home.aspx"  runat="server" />