This might be silly Question. Sorry, but I am rather new to IIS

I have been looking at something called MRTG. Se more on
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/

Well, I have succeded to make some flies in my c:\intepub\wwwroot\mrtg which
tracks my Nortelswitches. Nothing fancy ! The main file is the Index.htm that
I made which links to difrrent grafs over swithces.
This I have done on a Windwos 2003 server but I want to have a promt for
login.
I do not want it to be public for all ! Viewer must enter a user and
password. Can I make a local account, perhaps and change rights for the
folders ?

Carl

Re: Prompt for a index.htm by Kristofer

Kristofer
Thu Feb 03 14:11:23 CST 2005

Hi,

Open Windows Explorer and navigate to the file. Right click the file
and/or folder and click properties. Click on the Security tab, and grant
access only to your user account.

In IIS Manager, make sure that "Integrated Windows Authentication" is
enabled. To do this, right click the website (in IIS Manager) and click
Properties. Click on the "Directory Security" tab and click "Edit" for
"Anonymous access and authentication control".

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Carl wrote:

> This might be silly Question. Sorry, but I am rather new to IIS
>
> I have been looking at something called MRTG. Se more on
> http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
>
> Well, I have succeded to make some flies in my c:\intepub\wwwroot\mrtg
which
> tracks my Nortelswitches. Nothing fancy ! The main file is the Index.htm
that
> I made which links to difrrent grafs over swithces.
> This I have done on a Windwos 2003 server but I want to have a promt for
> login.
> I do not want it to be public for all ! Viewer must enter a user and
> password. Can I make a local account, perhaps and change rights for the
> folders ?
>
> Carl

Re: Prompt for a index.htm by David

David
Thu Feb 03 15:22:29 CST 2005

And make sure that anonymous access is unchecked -- to ensure that
authentication is required before attempting to access index.htm.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
news:xn0dy2qn972mcmd00x@news.microsoft.com...
Hi,

Open Windows Explorer and navigate to the file. Right click the file
and/or folder and click properties. Click on the Security tab, and grant
access only to your user account.

In IIS Manager, make sure that "Integrated Windows Authentication" is
enabled. To do this, right click the website (in IIS Manager) and click
Properties. Click on the "Directory Security" tab and click "Edit" for
"Anonymous access and authentication control".

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Carl wrote:

> This might be silly Question. Sorry, but I am rather new to IIS
>
> I have been looking at something called MRTG. Se more on
> http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
>
> Well, I have succeded to make some flies in my c:\intepub\wwwroot\mrtg
which
> tracks my Nortelswitches. Nothing fancy ! The main file is the Index.htm
that
> I made which links to difrrent grafs over swithces.
> This I have done on a Windwos 2003 server but I want to have a promt for
> login.
> I do not want it to be public for all ! Viewer must enter a user and
> password. Can I make a local account, perhaps and change rights for the
> folders ?
>
> Carl