添加,删除服务~配置Asp.net角色数据库
VS命令行工具:
添加: InstallUtil ServiceName.exe
卸载: InstallUtil /u ServiceName.exe
删除: Delete ServiceName.exe
创建和配置数据库 :aspnet_regsql
生成aspnetdb数据库 ,该数据库用于存放WebSiteApplication的角色,用户等信息
VS命令行工具:
添加: InstallUtil ServiceName.exe
卸载: InstallUtil /u ServiceName.exe
删除: Delete ServiceName.exe
创建和配置数据库 :aspnet_regsql
生成aspnetdb数据库 ,该数据库用于存放WebSiteApplication的角色,用户等信息