如何实时部署网站 [英] How to Deploy the website live

查看:87
本文介绍了如何实时部署网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要帮助.我已经使用ASP.Net 2.0框架开发了一个网站..我现在完成了我的网站,但在我尝试在本地主机中运行之前,它必须启用它,但它无法正常工作.我正在使用Windows XP和SQL Server 2005和VS2008.我将网站发布到IIS中的intepub \ wwwroot文件夹,将虚拟目录发布到该网站,同时浏览它不起作用...如何在本地主机中部署该网站,否则如何直接上载以在Internet中生活我应该怎么做?..谁能帮我...

Hi,
I need help. I have develop one website using ASP.Net 2.0 framework.. i completed my site now i need to make it live before that i tried in local host but it not working. I m using Windows XP and SQL Server 2005 & VS2008. I publish my site to intepub\wwwroot folder in IIS i make the virtual directory to the site and while i browse its not working... How to deploy the site in local host otherwise how can i upload directly to live in world wide Web what should i want to do?.. Can anyone help me...

推荐答案

使用Visual Studio 2005部署网站 [远程IIS调试:调试在远程IIS服务器"上托管的ASP.NET应用程序 [ ^ ]
入门指南:使用ASP.NET探索IIS 6.0 [
Deploying ASP.NET Websites on IIS 7.0 [^]
Deploying Web Sites Using Visual Studio 2005[^]
Remote IIS Debugging : Debug your ASP.NET Application which is hosted on "Remote IIS Server"[^]
Beginner''s Guide : Exploring IIS 6.0 With ASP.NET [^]


如果您要发布自己的网站到Internet,则需要一个域名和托管空间.您需要为域名每年支付费用,并为托管空间每月支付费用,尽管根据您要订阅的托管服务有一些付款安排.有很多公司提供托管服务,例如 DiscountASP.Net [ ^ ],只需在Google中查找即可.
If you want to publish your site to the Internet, you will need a domain name and hosting space. You have to pay yearly for the domain name and monthly for the hosting space, although there are payment arrangements depending on the hosting service you will subscribe to. There are a lot of companies that provides hosting services, such as DiscountASP.Net[^], just look up in Google.



要托管任何网站,您需要在服务器和域名上留出空间.
在服务器上购买域名和空间.
当您在服务器上购买空间时,将向您提供一个ID和密码.
此ID和密码可帮助您提交目录.
每个托管公司都提供一个控制面板,通过使用此控制面板,您可以托管您的网站.
如果使用数据库,则使用Sql server,然后将在其控制面板中选择sql server.
现在您将在计算机上打开sql服务器.
将身份验证模式从Windows身份验证更改为SQL身份验证.
输入托管公司提供的ID和密码.现在您可以在远程服务器上创建数据库了.
更改网站中的连接字符串,将其作为数据源=数据库服务器的IP地址.
如果连接成功,则可以使用远程dadabase检查您的本地网站.
现在,您可以根据控制面板上的指示汇总网站目录.
Hi,
To host any website,You needs space on server and domain name.
Purchase your domain name and space on server.
When you purchase space on server , An id and password will be provided to you.
This id and password helps you to Directory submission.
A control panel is provieded by each hosting company,By using this control panel you can host your site.
If you use database, Sql server then,You will be select sql server in their control panel.
now you will be open your sql server on your computer.
Change the Authentication mode from windows authentication to SQL authentication.
Enter id and password provided by the hosting company.now you can create database on remote server.
change the connection string in your website as data source=ip address of your databse server.
if you connected successfully,then you can check your local website with remote dadabase.
Now you can sumbit website directory according to the control panel instructions.


这篇关于如何实时部署网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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