Nitin Mundhe
11-20-2010, 09:56 AM
I have registered "nitinam.in" domain but I have not taken web hosting service. I want to configure my personal computer as a web hosting server. My pc details are,
Os: Windows server 2003 sp2
IIS: installed
DNS: installed
Active Directory: installed "nitinam.in"
static IP: 192.168.1.59
Internet connectivity: BSNL broadband
pls give me proper solution about how to configure server.
HostingASPNet
11-20-2010, 12:38 PM
Hello,
Basically you should have a static external IP address (get one from your ISP), the IP 192.168... is internal. You should point your domain to your IP address (to add new A record in the domain name control panel settings). And finally to deploy your site (add new site in the IIS console). And finally do not forget to allow connections on port 80(http) in your firewall settings.
Regards
PremiumHost
11-21-2010, 06:35 PM
Here you go http://www.google.com/search?q=configure+home+server
If you don't have any experience, It will take long time to configure your home computer as web server for public access.
fmeos
11-22-2010, 03:28 AM
You need static IP for home server. Once you get the static IP try "How to configure home server" at google and you'll find plenty of articles with step by step guide.
Many ISPs also do block port 80 for incoming connection. You may want to verify first that port 80 is not blocked, unless you don't mind running the web server on a different port and having it part of your URL.
Kamenzki
12-01-2010, 04:01 AM
At the OP, have you already solved your issue?