有一个ASP。网络站点管理工具在IIS?

时间:2021-01-03 03:15:27

I am using asp.net web site administration tool to manage the different roles in my project (currently Customer and Administrator). During the development, in vs 2008, its very easy to manage the roles. (Project -> Asp.Net configuration). How do I manage my roles and users when the system is deployed (IIS)? Is it possible to run a "asp.net web administration tool-services" on IIS?

我正在使用asp.net web站点管理工具来管理项目中的不同角色(当前是客户和管理员)。在开发过程中,在vs 2008中,管理角色非常容易。(项目- > Asp。网络配置)。如何在部署系统(IIS)时管理角色和用户?是否可能在IIS上运行“asp.net web管理工具-服务”?

6 个解决方案

#1


2  

Supposedly, developers are intended to admin the site using the visual studio web site administration tool. There is no out-of-the-box web interface to front-end that stuff.

据推测,开发人员打算使用visual studio web站点管理工具来管理站点。没有开箱即用的网络接口来做前端。

#2


13  

This article describes how to create one, including the code that you can directly embed in your website:

这篇文章描述了如何创建一个,包括你可以直接嵌入你的网站的代码:

http://aspnet.4guysfromrolla.com/articles/053007-1.aspx

http://aspnet.4guysfromrolla.com/articles/053007 - 1. aspx

This article describes how you can run the ASP.NET configuration website administration tool on IIS: http://blogs.msdn.com/rahulso/archive/2006/03/09/547402.aspx

本文描述如何运行ASP。IIS上的配置网站管理工具:http://blogs.msdn.com/rahulso/archive/2006/03/09/547402.aspx

Update: here's a very basic example in MVC3/Razor: http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=2240#Create_a_page_to_manage_roles

更新:在MVC3/Razor中有一个非常基本的例子:http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=2240#Create_a_page_to_manage_roles

#3


1  

If you are using a SQL Server instance, rather than the mapped database file in APP_DATA you can use the ASP.Net configuration tool by temporarily changing the Connection String for the database to point to your live database rather than the local one - this will enable you to edit the roles/users etc.

如果您使用的是SQL Server实例,而不是APP_DATA中的映射数据库文件,那么可以使用ASP。Net配置工具,通过临时更改数据库的连接字符串以指向您的活动数据库而不是本地数据库——这将使您能够编辑角色/用户等。

However, it's one of those areas where you should probably look at writing/finding a tool to edit/manage these properly.

然而,在这些领域中,您可能应该考虑编写/寻找一个适当编辑/管理它们的工具。

#4


1  

you can create an application in IIS, you just know that direction of web administration tools (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ASP.NETWebAdminFiles)

您可以在IIS中创建一个应用程序,您只需要知道web管理工具的方向(C:\Windows\ microsoft.l \Framework64\v4.0.30319\ asp.netadminfiles)

the other point that you should now is that you need two parameter in the URL.

您现在应该注意的另一点是,在URL中需要两个参数。

AS an example: http://localhost/PMIS-Security/default.aspx?applicationPhysicalPath=C:\PMIS&applicationUrl=/PMIS

作为一个例子:http://localhost/PMIS-Security/default.aspx?applicationPhysicalPath=C:\ PMIS&applicationUrl = /采购经理人指数

applicationPhysicalPath=C:\PMIS applicationUrl=/PMIS

applicationPhysicalPath = C:\采购经理人指数applicationUrl = /采购经理人指数

#5


0  

You can use Servant. Get it here http://servant.io/ just install it on your server and you are good to go

您可以使用仆人。在这里得到http://servant。io/在你的服务器上安装就可以了

#6


0  

Try this ASP.NET Web Site Administration Tool http://sourceforge.net/projects/wsatudri/

试试这个ASP。NET网站管理工具http://sourceforge.net/projects/wsatudri/

#1


2  

Supposedly, developers are intended to admin the site using the visual studio web site administration tool. There is no out-of-the-box web interface to front-end that stuff.

据推测,开发人员打算使用visual studio web站点管理工具来管理站点。没有开箱即用的网络接口来做前端。

#2


13  

This article describes how to create one, including the code that you can directly embed in your website:

这篇文章描述了如何创建一个,包括你可以直接嵌入你的网站的代码:

http://aspnet.4guysfromrolla.com/articles/053007-1.aspx

http://aspnet.4guysfromrolla.com/articles/053007 - 1. aspx

This article describes how you can run the ASP.NET configuration website administration tool on IIS: http://blogs.msdn.com/rahulso/archive/2006/03/09/547402.aspx

本文描述如何运行ASP。IIS上的配置网站管理工具:http://blogs.msdn.com/rahulso/archive/2006/03/09/547402.aspx

Update: here's a very basic example in MVC3/Razor: http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=2240#Create_a_page_to_manage_roles

更新:在MVC3/Razor中有一个非常基本的例子:http://www.mikepope.com/blog/DisplayBlog.aspx?permalink=2240#Create_a_page_to_manage_roles

#3


1  

If you are using a SQL Server instance, rather than the mapped database file in APP_DATA you can use the ASP.Net configuration tool by temporarily changing the Connection String for the database to point to your live database rather than the local one - this will enable you to edit the roles/users etc.

如果您使用的是SQL Server实例,而不是APP_DATA中的映射数据库文件,那么可以使用ASP。Net配置工具,通过临时更改数据库的连接字符串以指向您的活动数据库而不是本地数据库——这将使您能够编辑角色/用户等。

However, it's one of those areas where you should probably look at writing/finding a tool to edit/manage these properly.

然而,在这些领域中,您可能应该考虑编写/寻找一个适当编辑/管理它们的工具。

#4


1  

you can create an application in IIS, you just know that direction of web administration tools (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ASP.NETWebAdminFiles)

您可以在IIS中创建一个应用程序,您只需要知道web管理工具的方向(C:\Windows\ microsoft.l \Framework64\v4.0.30319\ asp.netadminfiles)

the other point that you should now is that you need two parameter in the URL.

您现在应该注意的另一点是,在URL中需要两个参数。

AS an example: http://localhost/PMIS-Security/default.aspx?applicationPhysicalPath=C:\PMIS&applicationUrl=/PMIS

作为一个例子:http://localhost/PMIS-Security/default.aspx?applicationPhysicalPath=C:\ PMIS&applicationUrl = /采购经理人指数

applicationPhysicalPath=C:\PMIS applicationUrl=/PMIS

applicationPhysicalPath = C:\采购经理人指数applicationUrl = /采购经理人指数

#5


0  

You can use Servant. Get it here http://servant.io/ just install it on your server and you are good to go

您可以使用仆人。在这里得到http://servant。io/在你的服务器上安装就可以了

#6


0  

Try this ASP.NET Web Site Administration Tool http://sourceforge.net/projects/wsatudri/

试试这个ASP。NET网站管理工具http://sourceforge.net/projects/wsatudri/