上载ASP.NET Web应用程序 [英] Upload ASP.NET web application

查看:79
本文介绍了上载ASP.NET Web应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在视觉上完成了我的Web应用程序; Studio 2010,并使用sql server2008作为数据库.现在我想通过互联网托管.有人可以帮我吗……thnx

I have completed my web application in visual; studio 2010 and uses sql server2008 as database. now i want to host in over internet. can anyone help me out......thnx

推荐答案

您托管了域吗?
如果是,那么您必须具有一个FTP帐户;否则,您将没有该帐户.您必须从Internet下载Filezilla才能在Web上上传Web应用程序,并且还需要SQL Server IP,登录ID和登录密码.
您可以在那里上传数据库.在上传Web应用程序之前,请检查您的web.config以获取正确的连接字符串.
更重要的一件事是检查您的Web服务器是否配置了.net Framework 4.0?如果没有,请要求管理员将其升级到4.0,否则您的应用程序将无法运行.

快乐的编码. [:)]
Have you hosted your domain??
If yes,then you must have a FTP account; you have to download Filezilla from internet to upload your web application on the web and you also need SQL server IP, login ID and login Password.
There you can upload your database. Before uploading web application please check your web.config for correct connectionstring.
One more important thing is that check your webserver is configured for .net framework 4.0 or not? if not then ask your administrator to upgrade it to 4.0 else your application will not work.

Happy coding. [:)]


您需要一个托管帐户.

具有最新框架支持和域的Windows主机.如果您有这些东西,那么最简单的在线发布文件的方法之一就是FTP.

在托管帐户中检查"MSSQL Server设置",然后找到服务器名称以及用户ID和密码.
检查您的托管帐户的FTP信息,查找用户ID,密码,服务器名,端口号等,然后使用Internet Explorer登录到FTP,或者使用任何FTP客户端会更好.

现在将您的已部署文件上传到服务器,然后在上传到Web之前更改Web.config中的设置.上传数据库,如果MS SQL Server允许您运行脚本,则只需复制数据库脚本即可,这更加容易.检查所有设置,然后单击确定,然后与您的域联机.

祝你好运...
You need an Hosting account for that.

Windows Hosting with Latest Framework support and a Domain. If you have these things then one of easiest method to publish your files online is FTP.

Check MSSQL Server Setting in your Hosting Account and find server name and User ID , password.
Check FTP Information of your Hosting account, Find UserID, Password, ServerName, port number etc and Login to FTP with Internet Explorer or It would be more better if you use any of FTP Clients.

Now upload your Deployed Files to Server, Change settings in Web.config before uploading to web. Upload Database and if MS SQL Server allows you to Run Scripts just copy Script of Your Database, which is more easier. Check all settings OK and Go online with your Domain.

Best of Luck...


这篇关于上载ASP.NET Web应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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