|
i am busy building a web server its running server 2003 and and iis also asp. everything seems to be working fine. how does it work if i want to publish my website online, do i need a new wan ip address?? i know i have to do the hole dns thing, what ells do i need to do???? any help will be appreciated
Building a web server?
You can do it 2 ways
1 Expose the server directly onto the internet with DMZ which is a scary thing to do from a security point of view
2. The safest way to do this is to port forward on your router, Port 80 External to port 80 Internal and use the external IP as your web address.
Building a web server?
firstly you need to get your server a static ip, which you will have to contact your ISP. secondly you can use iis to host your website.
Building a web server?
First go to a good ISP and get yourself a REAL IP ( STATIC IP) then install Apache and now its time for DNS configuration. IN Linux Fedora Core 5 or 6 you can do this very easily.
I can give you some links --> this can help you with everything
http://www.hostfeel.com/hosting/1446-hos...
http://www.revjim.net/2003/08/27/webhost...
|