简体   繁体   English

在Windows Server 2003上将ASP.NET 3.5项目部署到IIS 6

[英]Deploying an asp.net 3.5 project to IIS 6 on windows server 2003

This is my first time deploying a project so please bear with me. 这是我第一次部署项目,请耐心等待。

I have a project which involves a database (sql server 2008 express) class library, webservice and a website which I want to deploy on a windows server 2003 with IIS 6. I look ed on the web and found some help how to do this for the website mostly but unfortunately not that much for the webservice, classlibrary and database. 我有一个项目,该项目涉及数据库(SQL Server 2008 Express)类库,Web服务和一个网站,我希望在带有IIS 6的Windows Server 2003上部署该网站。对于Web服务,类库和数据库,该网站大部分但不幸的是数量不多。

Any suggestions where I can search/find tutorials or anyone willing to guide me through this process. 我可以在其中搜索/查找教程的任何建议,或愿意在此过程中指导我的任何人。

Simply right-click the web service project and choose "Publish". 只需右键单击Web服务项目,然后选择“发布”。 Same with the web site. 与网站相同。 The class library will deploy with the code that uses it. 类库将随使用它的代码一起部署。

With this process, you'll have to deploy the database manually. 通过此过程,您将必须手动部署数据库。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM