Is there a ASP.NET web site administration tool in IIS?

后端 未结 6 1293
时光说笑
时光说笑 2021-02-13 17: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

6条回答
  •  时光说笑
    2021-02-13 18:14

    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

    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

    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

提交回复
热议问题