同一服务器的两个WEB应用程序,从一个WEB程序怎么获取另一WEB程序的登陆页面?
如题:同一服务器的两个WEB应用程序,从一个WEB程序怎么获取另一WEB程序的登陆页面?
[解决办法]
//webapp1
location.href="网站2/login.aspx";
HttpContext.Current.Redirect("SecondApplicationsSignInPage.aspx");