Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 31st, 2006, 04:24 PM
Registered User
 
Join Date: Oct 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ramesh055 Send a message via MSN to ramesh055 Send a message via Yahoo to ramesh055
Default ASPX hosting

can i host my web application/site on my computer. it means i don't want any other site to host my web application. do i need domain registration for that.
Is there any other way to host my site in my www root directory of Inetpub and access them from other computer using the raw IP address without getting a domain name registration from ISP.


ramesh
 
Old October 31st, 2006, 04:36 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Yes and No. Most consumer broadband connections are DHCP connections and after a certain amount of time the broadband modem will renew its lease and this may or may not be the same IP address. Also, of ISP's block requests directed at port 80 coming over their connections and this is as simple as chaning the port IIS listens on.

If you have a router between your PC and modem, you will need to setup port forwarding so that when a request comes in on port 80 the request is directed to your pc.

Lastly, in most TOS contracts with ISP's (unless you specifically bought business class service that states you can host) you agree not to host a website off of your connection.

Lastly IIS that comes with Windows XP Pro only supports 10 concurrent connections.



-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.

^^Thats my signature





Similar Threads
Thread Thread Starter Forum Replies Last Post
hosting asp to go Forum and Wrox.com Feedback 0 April 8th, 2008 01:38 PM
New.aspx works but login.aspx fails Validation nigelhamilton BOOK: ASP.NET Website Programming Problem-Design-Solution 8 September 13th, 2004 02:29 AM
New.aspx works but not Login.aspx ? reidcor BOOK: ASP.NET Website Programming Problem-Design-Solution 2 May 24th, 2004 10:32 AM
HowTo Pass Form data from Page1.aspx to Page2.aspx dati ASP.NET 1.0 and 1.1 Basics 6 January 27th, 2004 06:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.