Please Help Newbie
am 29.10.2007 23:01:01 von Trouble
I have IIS 6.0 all I am trying to do is setup a IIS .NET web application
folder and view it from HTTP://localhost/folder name.
Here are the steps I have taken:
1) Created a folder called NOCDATA and placed in the
C:\internetpub\wwwroot\NOCDATA.
2)In IIS manager create a new website under website called NOCdata
3) Allow anorymous user local IP address port 80
4)
Re: Please Help Newbie
am 30.10.2007 06:56:08 von Kristofer Gafvert
You do not need to create a new website. The root of the Default Website
is by default c:\inetpub\wwwroot, so you will be able to access the folder
using http://localhost/NOCDATA/
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Trouble wrote:
>I have IIS 6.0 all I am trying to do is setup a IIS .NET web application
>folder and view it from HTTP://localhost/folder name.
>
>Here are the steps I have taken:
>
>1) Created a folder called NOCDATA and placed in the
>C:\internetpub\wwwroot\NOCDATA.
>2)In IIS manager create a new website under website called NOCdata
>3) Allow anorymous user local IP address port 80
>4)