使用asp.net和C#进行Web开发是否需要本地管理员权限
您能否告诉我我们是否需要管理员权限才能在 asp.net、C#、VS2005、IIS 上工作。您还可以指出,如果我们没有管理员权限,那么我们将无法使用哪些内容,或者 VS 中的所有工具等将无法访问。
谢谢
Can you please let me know whether we need admin rights to work on asp.net,C#,VS2005,IIS. Can you please also point out that if we don't have admin privilege then what all are the stuff we will not be able to work on OR what all are the tools in VS ..etc will not be able to access.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在 IIS 中运行该站点,则需要以管理员身份启动 studio 来创建虚拟目录等。
但如果您使用 Cassini(Visual studio 的 Web 服务器),您可以在没有管理员权限的情况下用 C# 开发 ASP.NET。
D
If you want to run the site in IIS then studio needs to be launched as an administrator to create virtual directories etc.
But if you use Cassini (Visual studio's web server) you can develop ASP.NET in C# without admin rights.
D