简体   繁体   English

如何使用SQL Server和Asp.net在专用服务器中部署Web应用程序?

[英]How can I deploy my web application In dedicated server using SQL Server and Asp.net?

I have a website developed in ASP.NET and SQL Server 2005. Now I have purchased a dedicated server to deploy the website. 我有一个使用ASP.NET和SQL Server 2005开发的网站。现在,我购买了专用服务器来部署该网站。

I have trouble combining the Pleck Control Panel and my web server. 我无法将Pleck控制面板和我的Web服务器结合在一起。 How can I deploy my website on this web server usingPlesk Control Panel (cPanel). 如何使用Plesk控制面板(cPanel)在此Web服务器上部署我的网站。

  • Install web deploy to your server 将Web部署安装到服务器
  • Create your website in iis 在iis中创建您的网站
  • Deploy your application using visual studio. 使用Visual Studio部署您的应用程序。
  • Add a customer to your plesk panel (just add yourself) 将客户添加到plesk面板(只需添加自己)
  • Add a website to customer you created (with domain you want to use with) 将网站添加到您创建的客户中(要使用的域名)
  • Go to website options and disable hosting (This will allow iis to respond request coming to that domain) 转到网站选项并禁用托管(这将使iis响应来自该域的请求)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在本地服务器上托管和部署ASP.NET Web应用程序 - How to host and deploy an ASP.NET web application on a local server 如何将asp.net应用程序部署到我的服务器 - How to deploy an asp.net application to my server 我可以使用SQL Server安全性来控制对(数据库优先)ASP.net应用程序的访问吗? 怎么样? - Can I use SQL Server security to control access to my (database first) ASP.net application? How? 与我的ASP.NET Web应用程序的多个SQL Server连接 - Multiple SQL Server connection to my ASP.NET web application 如何使用asp.net MVC应用程序从服务器上的网络路径读取 - How can I read from a network path on my server using asp.net mvc application 如何在本地iis上部署asp.net Web应用程序? - How can I deploy an asp.net web application on my local iis? 如何在生产服务器中回收asp.net Web应用程序? - How to recycle my asp.net web application in production server? 如何使用 Team Build 部署 ASP.NET web 应用程序? - How can I deploy an ASP.NET web application using Team Build? 如何让我的 ASP.Net MVC2 应用程序通过 SQL 服务器使用 Sql 身份验证进行身份验证? - How do I get my ASP.Net MVC2 application to authenticate with the SQL Server using Sql Authentication? 将我的Web服务器上的asp.net应用程序连接到另一台服务器上的sql数据库的方法? - Ways to connect my asp.net application on my web server to a sql database on another server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM