简体   繁体   中英

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.

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". 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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