本文介绍了在welcome.ascx中添加代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请建议在welcome.ascx页面中添加以下代码,而不会出现错误.

Please suggest to add below code in welcome.ascx page without error.


推荐答案

在您的Web应用程序配置文件中,在appsettings下添加SITE BASE URL,然后确保服务器已配置为运行使用ADFS的基于声明的身份验证.

In your Web Application Config file add the SITE BASE URL under appsettings and then ensure your server has been configured to run the claim based authentication that uses the ADFS.


这篇关于在welcome.ascx中添加代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 12:15