开发者

How to deploy an ASP.net C# on windows2008 server

开发者 https://www.devze.com 2023-01-24 06:45 出处:网络
I want to deploy a Website which i have created using Microsoft Visual Studio 2008 Express Edition onto a remote server having Microsoft Windows Server 2008.

I want to deploy a Website which i have created using Microsoft Visual Studio 2008 Express Edition onto a remote server having Microsoft Windows Server 2008.

I don't know anything about deployment. I want to know what are the t开发者_StackOverflow中文版hings required on the Server in order to make the website work for all the client machines.

i had used ajax toolkit, VisualStudio2008 Express Edition and mysql on my developer machine.

One method which i tried is using copy website,it dint work,may be because i don't know the proper way to do it.

Please help me to deploy my ASP.net website.


The first step to setup your website on Windows Server 2008. Is to setup IIS. Installing IIS7 on Windows Server 2008.

Once that's completed, setup your SQL server on either that machine or a different one.

Depending on your setup. Copy your website files to your web site directory. By default it's [Drive]:\inetpub\wwwroot. You can change the target by virtual directories.

One note, you will need to install AJAX on your server for it to run correctly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号