ASP.NET网站管理工具 [英] ASP.NET Website Admin Tool

查看:92
本文介绍了ASP.NET网站管理工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好;



我是一名经验丰富的WinForms开发人员,但现在只是钻研ASP.NET。



我正在使用ASPNETDB.mdf开发一个带有用户身份验证等的基本网站。虽然这个站点在我的机器上,但使用ASP WebSite管理工具很容易修改此数据库中的数据。但是,如果我将其上传到托管服务的远程服务器,我该如何管理呢?



谢谢

Eric

Hi All;

I am an experienced WinForms developer but only now delving into ASP.NET.

I am developing a basic website with user authentication etc... using ASPNETDB.mdf. While this site is on my machine it is easy to amend data in this DB using the ASP WebSite Admin Tool. But how can I manage it once I upload it to a remote server at my hosting service?

Thanks
Eric

推荐答案

根据您的托管服务提供商的身份,他们通常会提供一些带有Web托管解决方案的数据库实例(我知道goDaddy会这样做)。我建议你移植你的模式,最后通过连接字符串访问模式,在修改数据方面。您通常可以通过Web界面访问数据库。



您的另一个选择是编写一些ASP.NET代码来为您进行数据库修改,实质上是创建自己的Web仪表板来访问应用程序。这不是最好的方法,但它会为你完成工作。
Depending on who your hosting provider is, they usually provide a few db instances with a web hosting solution (I know goDaddy Does). I would suggest you port your schema there end access the schema via connection strings, in terms of modifying the data. You can usually access your db via a web interface.

Your other option is to write some ASP.NET code to do the db modifications for you, essentially creating your own web dashboard to access the application. It's not the best approach but it will get the job done for you.


这篇关于ASP.NET网站管理工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆