UIWebView 的 ASP.NET 4 表单身份验证问题
我在 Asp.Net Forms Authentication 中读到了类似的问题当使用 iPhone UIWebView 时,asp.net 4 浏览器功能无法识别 UIWebView 的使用。我的网站无法通过 iPhone/iPad 运行,例如登录 https://www。 nc-software.com/login.aspx 因此。
有人可以提供我需要在 App_Browsers 文件夹中创建的确切信息吗?
谢谢。
I read of a similar issue at Asp.Net Forms Authentication when using iPhone UIWebView where using a UIWebView is not recognized by asp.net 4 browser capabilities. My web site is not functioning from an iPhone/iPad such as the login at https://www.nc-software.com/login.aspx due to this.
Can someone please provide the exact info I need to create in an App_Browsers folder please?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我最终使用的自定义浏览器定义,名为“generic2.browser”,放置在 App_Browsers 中,以使我的 UIWebView 能够与 asp.net 4 表单身份验证一起使用。
Here is what I ended up using for my custom browser definition named "generic2.browser" placed in App_Browsers to get my UIWebView to work with asp.net 4 forms authentication.