手持设备和 Web 服务

发布于 2024-08-04 12:26:46 字数 226 浏览 2 评论 0原文

我正在为使用 Windows CE 2003 的手持设备开发一个 C#.NET 应用程序,这些设备连接到托管在本地 Web 服务器上的 Web 服务,以连接到数据库。

我面临的问题:我必须将 Web 服务目录安全性保持为匿名,因为手持设备无法从 AD 进行身份验证,这就是为什么我无法使用 Windows 身份验证的安全设置。

谁能建议我如何确保具有匿名安全性的网络服务的安全性?

干杯:)

I am working on an C#.NET application for handheld devices with Windows CE 2003, these devices connect to a web service, hosted on a local web server, for connection to database.

Problem I am facing: I have to keep web service directory security as Anonymous because handheld device cant be authenticated from AD and thats why I cant use windows authenticated security settings.

Can anyone suggest me how do I ensure security of web service having anonymous security??

Cheers :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤蝉 2024-08-11 12:26:46

我必须将目录安全保持为匿名,以便袖珍电脑使用 Web 服务,但我们可以通过 IIS 根据 IP 地址授予访问权限来控制这些权限。为此,只需转到 IIS 并右键单击 Web 服务文件夹并转到属性。然后在目录安全选项卡中,IP 地址和域名限制部分提供了根据 IP 或域限制用户的功能。

我希望它也能帮助其他人。

干杯。

I have to keep directory security as anonymous for pocket pcs to use the webservice, but we can control these permissions by granting access on the basis of IP addresses through IIS. For this just go to IIS and right click on web service folder and go to properties. Then in derectory security tab, IP address and domain name restrictions section provides this functionality of restricting users on the basis of their IP or domain.

I hope it will help others too.

Cheers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文