Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Host Web on CD instead of Server

Status
Not open for further replies.

jeffcullina

Programmer
May 13, 2002
80
US
I am developing a web that interfaces a database. For now, I don't have an internet server to host the web, so it will be hosted on and distributed by CD. My understanding is that ASPs require IIS, and therefore a server. If that is true, I do not think I can use ASPs for this application. I would like to know if I can use ASPs for this application. If not, what other file formats can I use, keeping in mind that I may eventually get a server home, and would then have to make the necessary modifications to use it.
 
I know that IIS comes with microsoft. So any computer that has a microsoft operating system (2000 or NT or XP) should have IIS.
Here is a knowledgebase article on installing IIS 5.0

If you would like to run the application without using a network connection, you will need to install a network loopback adapter. This basically tricks Windows into thinking that it is connected to a network.

Here is a knowledgebase article on how to install a network loopback adapter. (Windows 2000)

I just did the research for the IIS 5.0 and Windows 2000 Pro. If you are running different operating systems then you will need to research those.


Sera
I often believe that...
My computer is possessed!
 
You can install "Personal Web Server" on win98 as an ASP engine.
 
Yes you can. I use it on one of my computers. PWS is a scaled down version of IIS.

Thanks,

Gabe
 
One note:

IIS does not come with Microsoft XP Home edition.

Kris
- Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top