Computing.Net > Forums > Web Development > Building a web server with IIS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Building a web server with IIS

Reply to Message Icon

Name: PaulinSTL
Date: September 7, 2005 at 13:22:43 Pacific
OS: WinXPPro
CPU/Ram: 1.0mHz/384mb
Comment:

I'm wanting to build a web server on my home computer through IIS. I am running cable internet through a Linksys hub, so I think I'm running into security issues through my IP address. BTW... I really don't intend to run directly through my home website, but I'd like to eventually link multimedia at home through a Yahoo-based page. But I'm also trying to learn as much as I can about web development.

Previously, I tried to install Apache Tomcat according to the online tutorial; it didn't work. So I've tried that route. When I try to connect to http://localhost/, I keep getting some OLE error (Sorry, not at home to pull it up right now).

Suggestions please?



Sponsored Link
Ads by Google

Response Number 1
Name: jam14online
Date: September 8, 2005 at 01:46:06 Pacific
Reply:

I seriously recommend you ditch IIS out of my personal experience. I used IIS for an ASP web host and I had dozens of problems compared to running with Apache.

Why not download the latest version of Apache (the win32 MSI binary version), install it and try it out? Then just get PHP 5.0.5 from a mirror, install it and follow the instructions at the beginning of the included documentation to integrate it with Apache.

Then you have the latest stable versions of Apache and PHP, the two most powerful web development applications in my opinion. You will be able to create dynamic, fresh and interesting websites and web applications with it.

If you need any help whatsoever, just email me.


0

Response Number 2
Name: Rattlehead_ie2
Date: September 8, 2005 at 09:52:39 Pacific
Reply:

If u want to go the run of IIS. As James said above there is a goodfew errors ur going to run into.
your using IIS on XP which I think is IIS 5.0, good stable for what its worth version. Now what have u done so far to set it up, im guessing uve installed IIS and u now have a c:\inetpub\....... folder in ur c drive,correct?
Let me know if this is correct.BTW if u have a small testing .html file please put it into c:\inetpub\wwwroot\example.html


0

Response Number 3
Name: PaulinSTL
Date: September 9, 2005 at 12:49:39 Pacific
Reply:

Thanks for the input. I'm not exactly sure which version of IIS I have installed at present; how can I find that? Also, I did try to install Apache Tomcat (the very version you suggested, in fact) but it didn't work for some reason, and I'm guessing it has to do with security either on my router or through my ISP's firewall. If anyone has any ideas what might be causing it, please let me know.

Here is the error message I get when I go to http://localhost/:

error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 17

I'm going to try putting an example.html in my wwwroot directory and see if it comes up. I'm also going to go download PHP 5.0.5 as suggested, and I'll be back with results.

Thanks!


0

Response Number 4
Name: PaulinSTL
Date: September 9, 2005 at 16:36:47 Pacific
Reply:

Okay... I think I see part of the problem. I went to www.whatismyip.com and got my IP address... but when I try to locate my home web server through that it's not finding it (I put a test page called index.html in my wwwroot directory).

Because I'm going through a router, I'm sure I am missing something important about routing to my ip address... but I don't know what.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Building a web server with IIS

Set up web site with IIS www.computing.net/answers/webdevel/set-up-web-site-with-iis/226.html

Web Server System Configuration www.computing.net/answers/webdevel/web-server-system-configuration/1227.html

HTML forms without a full server? www.computing.net/answers/webdevel/html-forms-without-a-full-server/2394.html