asp.net CommunityServer中的wwwStatus
wwwStatus (default = Remove)
Three supported values: Require, Remove, Ignore
Require validates the current Url uses www. (ie, http://www.communityserver.org)
Remove validates the current Url does not contain www.
Ignore does not validate the request
\大概意思是:
有3个属性:Require, Remove, Ignore。使用Require意味着必须使用www;使用Remove则意味着如果使用www.jb51.net则会自动跳为jb51.net;而使用Ignore则以为着不处理。
相关文章
asp.net 退出登陆(解决退出后点击浏览器后退问题仍然可回到页面问题)
退出登陆是再常见不过的了,先清除Session,再转到登陆页面2009-04-04
Windows Server 2012 R2 或 2016无法安装.Net 3.5.1
这篇文章主要为大家详细介绍了Windows Server 2012 R2 或 2016 无法安装 .Net 3.5.1,具有一定的参考价值,感兴趣的小伙伴们可以参考一下2017-02-02
浅谈从ASP.NET Core2.2到3.0你可能会遇到这些问题
这篇文章主要介绍了ASP.NET Core2.2到3.0可能会遇到的问题,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧2019-04-04


最新评论