在哪里可以访问生产服务器上的 ASP.NET 配置?
目前,我已在生产服务器中成功部署了 ASP.NET 应用程序。
现在我需要使用 MySQL Membership Provider 创建角色和用户。
到目前为止,我已经使用 ASP.NET 配置站点在 localhost 中完成了此操作,该站点可以在 VS2010 的“项目”菜单中找到。
如果我没有安装 VS2010,如何在生产服务器中使用它?有没有其他方法可以有效地设置此配置(角色、用户...)?
Currently, I have successfully deployed my ASP.NET App in the Production server.
Now I need to create the roles and users with the MySQL Membership Provider.
So far I have done this in localhost using the ASP.NET Configuration site that can be found in the "Project" menu in VS2010.
How can I use this in the production server if I don't have VS2010 installed there? Is there any other way to effectively set up this configuration (roles, users...)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样 这个?
How about this?