开发具有特定用户权限的 ASP.NET Web 应用程序的最佳方式

发布于 2024-11-30 05:13:44 字数 186 浏览 1 评论 0原文

我正在开发一个 Web 应用程序,需要访问我们其中一台服务器上的特定目录。部署应用程序后,它将作为具有给定目录访问权限的特定“用户”(在 IIS 应用程序池中配置)运行。

使用 Visual Studio 2010 的内置 Web 服务器开发/调试应用程序时,应用程序对该目录没有权限。

开发/调试该应用程序的最佳方法是什么?

I'm developing a web application wich needs access to a specific directory on one of our servers. When the application is deployed it will run as a specific 'user' (configured in the IIS Application Pool) with access permissions to the given directory.

While developing/debugging the application with Visual Studio 2010's built-in webserver, the application has no permissions to the directory.

What would be the best way to develop/debug this application?

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

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

发布评论

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

评论(1

葬花如无物 2024-12-07 05:13:44

你所说的“内置网络服务器”是指卡西尼号吗?
如果是这样,只需将网站部署在机器的 IIS 网站项目属性上即可。

IIS Express 也是一种选择,但我更喜欢在尽可能接近生产环境的环境中进行开发,并且 IIS 是我希望确保不会给我带来任何部署问题的关键服务。

干杯,
亚历克斯

By "built-in webserver" you mean cassini?
If so just deploy the site on the machine's IIS the website project properties.

IIS Express is also an option but I prefer to develop on an environment closest as possible to the one I have in production and IIS is the key service I want to make sure won't give me any deployment problems.

Cheers,
Alex

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