开发具有特定用户权限的 ASP.NET Web 应用程序的最佳方式
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你所说的“内置网络服务器”是指卡西尼号吗?
如果是这样,只需将网站部署在机器的 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