login about faq


I have just bought a server and would like to start hosting a website on it, I have a legit version of Windows Server 2003. Anyone?

asked Feb 27 '11 at 23:20

Tetris's gravatar image

Tetris
1223


I'm typing this from memory, so please don't kill me if something is wrong or vague.

Open the Server Manager (it should open when you log in). Click "Add or remove" for the server roles. Click next. Select Application Server (IIS). On the next page you can enable ASP.NET if you want server-side scripting. Finish the installation by obeying the wizard.

To change settings for IIS you can click Start, administrative tools, internet information services manager. Your website should be located at c:inetpubwwwroot. Also if you want to have a somewhat real website you will probably want to upgrade ASP.NET past version 1.

answered Mar 01 '11 at 02:19

Joel's gravatar image

Joel
5363515

Thanks, this is a great help! :D

(Mar 01 '11 at 02:59) Tetris Tetris's gravatar image

Yeah, basically you use the server manager to add a role, and install internet information services. You might want to try your server under linux, though.

answered Mar 01 '11 at 02:24

Duodave's gravatar image

Duodave
4.6k404998

Thanks dude, I have tired Ubuntu Server before now, I just hate typing hundreds of lines of code....

(Mar 01 '11 at 03:00) Tetris Tetris's gravatar image

Well, since you want to make a web server, you could try a control panel like the open source ISP Config. That might meet your neeeds.

(Mar 01 '11 at 11:04) Duodave Duodave's gravatar image

http://www.web-hosting-top.com/web-hosting/directory.control-panels A good list, but i've always liked webmin due to the simple web interface for linux.

Don't forget to download and install PHP and SQL (my SQL is my fave) because these are not installed into win server 2003 by default. Good if you intend to use php or any database driven website. SQL is also sometimes needed when using forums such as phpbb3 (free)

(Mar 01 '11 at 11:53) SignOff SignOff's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×1,936
×537
×254
×106
×28
×12
×4

Asked: Feb 27 '11 at 23:20

Seen: 3,568 times

Last updated: Mar 01 '11 at 11:59