简体   繁体   English

等同于IIS部署的“管理网站”

[英]“Administer Web Site” equivalent for IIS deployment

During development, i can easily manage my users/roles/smtp etc using the "Administer Web Site" or "ASP.net configuration "command in Visual Studio. 在开发过程中,我可以使用Visual Studio中的“管理网站”或“ ASP.net配置”命令轻松管理用户/角色/ smtp等。 Once the site is deployed to a IIS server, How can i get the same functionality (user and role management). 将站点部署到IIS服务器后,如何获得相同的功能(用户和角色管理)。

I am using IIS 6 我正在使用IIS 6

Edit 1 编辑1

My Server doesnt have the web server executable mentioned in the blog post (JP's response). 我的服务器没有博客文章中提到的Web服务器可执行文件(JP的回复)。 So i copied it from my dev machine. 所以我从开发机器上复制了它。 but it still isnt working. 但它仍然无法正常工作。 The server is crashing with error: 服务器崩溃并显示错误:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'WebDev.WebHost, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f
11d50a3a' or one of its dependencies. The system cannot find the file specified.

The IIS admin tools will be available on the production server as well. IIS管理工具也将在生产服务器上可用。 Here is a blog post on the ASP.NET config. 这是有关ASP.NET配置的博客文章 web site. 网站。

Edit for comment: 编辑评论:

I don't think you can just copy the exe over. 我认为您无法将exe复制过来。 I think you need to at least install visual web developer . 我认为您至少需要安装Visual Web Developer That will ensure that all the dependencies are installed as well. 这样可以确保也安装了所有依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM