PDA

View Full Version : Microsof IIS-Server...


dramarc
01-23-2002, 10:22 PM
Hi!
Does anybody know how to us MS IIS to act like a server on you own computer? This would be great since I wíll be able to try my rookie ASP scripts and Flash files locally.
I've tried to put my FLash and ASP files in wwwroot folder and then tried to access them through my browser using http://"folder" command. THe HTml flash documents works, but not the ASP/database thing. I've tried my wonb scripts as well as premade ones that should work!!

>any suggestions?!?

Anders

tg
01-23-2002, 11:04 PM
if you have iis or pws installed on your machine, then in wwwroot, put a folder for your website inside your folder have an index.asp or index.html page.

then in your browser type this:
http://127.0.0.1/myFolderName/index.html

or

http://localhost/myFolderName/index.html

this will take you to the page in the browser.

toke
01-24-2002, 01:39 AM
It depends on OS you use. You can install what it called "PWS" and then it will create the MS IIS for you if you use Windows 98, 98SE, or ME. With NT or 2000, I think the OS will do for you right away.