且构网

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

从asp.net Web应用程序中删除网站移动母版页

更新时间:2022-04-02 21:38:08

打开Web.config,
< system.web> 中添加以下内容:

Open Web.config,
in <system.web> add the flowing:

<browserCaps>
  <result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
  <filter>isMobileDevice=false</filter>
</browserCaps>