-
Hey guys, i was just wondering...
I want to put my pages on the network, i know how to make some .html and .asp pages, but i want to register to be on the internet network.....I heard talking about IIS, but i'me not confortuble using it....
Could someone tell me all the step you have to go thru, to be able to put your pages on the network??
Thanxs for your time
-
have IIS isntalled. Then all you need is make a directory in the inetpub/wwwroot directory and put your pages in it. Now the pages can be seen inthe browser over the network by typing in
http://your_computername_or_IP/yourd.../whatever.html
Just for the basics you dont need to mess with any IIS settings as long as it is installed
-
In a good word, it's uploading my pages on the internet network.
-
Thanxs for that :)
But can i use IIS, with Window 98 ?? and the InetPub/wwwroot directory, is it going to be install when i install IIS?
-
Not IIS, but you can install Personal Web Server (PWS) . Its just a watered down IIS. Get it at www.microsoft.com. Or it may actually be on your win 98 cd, just goto add/remove programs.
And yes the inetpub/wwwroot directory is created by the program when it is installed.
-
Hey thanxs man, you've bin a great help