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

后端 未结 6 1299
时光说笑
时光说笑 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:21

    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.

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

提交回复
热议问题