web service hosting

bandoola

New member
Joined
Nov 10, 2005
Messages
3
Programming Experience
Beginner
hi everyone,

I am in need of some guidance on web service hosting. I have developed a web service(asp.net) and i want to host it on my computer using IIS. And i want to access the web service hosted on my computer from the Internet(not from LAN). My computer is behind a router.

Thanks.
 
1. Open the router for internet traffic to your server.

2. Make sure Windows Firewall also allow traffic to pass.

3. If you don't have a static ip then you will need to register with someone who can host DNS (dynamic dns hosting service) so people can look up your site.

4. Run a utility on your server that notify DNS host when your computer acquires a new IP.
 
Back
Top