473,399 Members | 3,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

to access a page in that directory, you have to give a username and a password

Hello,

info: I'me a rookie with IIS

I have on a WinXP Pro the IIS installed, so I can test some pages before
uploading to the hostserver online

on the hostserver is a possibility (with the program PLESK) to make a
directory secure
(to access a page in that directory, you have to give a username and a
password)

in my own server (IIS) is a directory where I want to do the same thing
how can I do that with the "Internet Information Services Manager"
(IIS-manager)
(to access a page in that directory, you have to give a username and a
password)

C.
Oct 3 '07 #1
3 2453
"Charlotte" <ch***************@SPAMtelenet.bewrote in message
news:p5**********************@phobos.telenet-ops.be...
Hello,

info: I'me a rookie with IIS

I have on a WinXP Pro the IIS installed, so I can test some pages before
uploading to the hostserver online

on the hostserver is a possibility (with the program PLESK) to make a
directory secure
(to access a page in that directory, you have to give a username and a
password)

in my own server (IIS) is a directory where I want to do the same thing
how can I do that with the "Internet Information Services Manager"
(IIS-manager)
(to access a page in that directory, you have to give a username and a
password)
In IIS manager open the properties dialog on the directory you wish to
protect.
Select the Directory Security tab and click edit button in the Anonymous
access and authentication control section.

Turn off Anonymous access
Turn on Integrated Windows Authentication

Ok out the dialogs.

Now in Windows explorer modify the Access Control list of the folder to so
that only the users and groups you want can have access.

--
Anthony Jones - MVP ASP/ASP.NET
Oct 3 '07 #2

"Anthony Jones" <An*@yadayadayada.comschreef in bericht
news:%2****************@TK2MSFTNGP05.phx.gbl...
"Charlotte" <ch***************@SPAMtelenet.bewrote in message
news:p5**********************@phobos.telenet-ops.be...
>Hello,

info: I'me a rookie with IIS

I have on a WinXP Pro the IIS installed, so I can test some pages before
uploading to the hostserver online

on the hostserver is a possibility (with the program PLESK) to make a
directory secure
(to access a page in that directory, you have to give a username and a
password)

in my own server (IIS) is a directory where I want to do the same thing
how can I do that with the "Internet Information Services Manager"
(IIS-manager)
(to access a page in that directory, you have to give a username and a
password)
=========================
In IIS manager open the properties dialog on the directory you wish to
protect.
Select the Directory Security tab and click edit button in the Anonymous
access and authentication control section.

Turn off Anonymous access
Turn on Integrated Windows Authentication

Ok out the dialogs.

Now in Windows explorer modify the Access Control list of the folder to so
that only the users and groups you want can have access.
==========================

I've turned off Anonymous access - OK
I've turned on Integrated Windows Authentication - OK

but now i'm stuck

how can i make a random username (with password) for that directory
(the username is not a windows-username)

can you get me started

Oct 3 '07 #3
"Charlotte" <ch***************@SPAMtelenet.bewrote in message
news:hX*********************@phobos.telenet-ops.be...
>
"Anthony Jones" <An*@yadayadayada.comschreef in bericht
news:%2****************@TK2MSFTNGP05.phx.gbl...
"Charlotte" <ch***************@SPAMtelenet.bewrote in message
news:p5**********************@phobos.telenet-ops.be...
Hello,

info: I'me a rookie with IIS

I have on a WinXP Pro the IIS installed, so I can test some pages
before
uploading to the hostserver online

on the hostserver is a possibility (with the program PLESK) to make a
directory secure
(to access a page in that directory, you have to give a username and a
password)

in my own server (IIS) is a directory where I want to do the same thing
how can I do that with the "Internet Information Services Manager"
(IIS-manager)
(to access a page in that directory, you have to give a username and a
password)

=========================
In IIS manager open the properties dialog on the directory you wish to
protect.
Select the Directory Security tab and click edit button in the
Anonymous
access and authentication control section.

Turn off Anonymous access
Turn on Integrated Windows Authentication

Ok out the dialogs.

Now in Windows explorer modify the Access Control list of the folder to
so
that only the users and groups you want can have access.

==========================

I've turned off Anonymous access - OK
I've turned on Integrated Windows Authentication - OK

but now i'm stuck

how can i make a random username (with password) for that directory
(the username is not a windows-username)

can you get me started
Open computer management
Go to local users and groups

Create a new user:
Specify name
Enter password (twice)
clear must change password
Set user cannot change password
Set password never expires
Click create
Open user and go to member of tab
Remove Users group add Guests group
On folder properties security tab. Open advanced dialog. Clear inherit from
check box.
Select clear option from popup (not to copy inherited ACL). OK the dialog
Add an admin user and give full access
Add the new user and give read access
You may need to go to the advanced dialog and select replace permission on
children
Note when testing if you are using IE and it recognises the local site as
belonging to the intranet zone it will silent attempt to use your login
details. Since you are likely to be an admin of your machine it will appear
that the folder isn't protected.

A good test would be from another machine logged on as someone else using a
FQDN for the machine.

--
Anthony Jones - MVP ASP/ASP.NET
Oct 3 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: red | last post by:
I know this is probably a faq but it is hard to search for this exact problem. When I put this on a php page: <? $link = mysql_connect("localhost", "cardini", "password") or die("Could not...
5
by: Joeri KUMBRUCK | last post by:
Hello, I'm trying to create an ASP page where users can type in a username and password, and these credential should be checked with active directory. If username and password are correct, the...
5
by: Joeri KUMBRUCK | last post by:
Hello, I'm trying to create an ASP page where users can type in a username and password, and these credential should be checked with active directory. If username and password are correct, the...
8
by: John | last post by:
Hello. I am currently working through a book on Dreamweaver and using PHP. I am having a little trouble with setting up the database though. I have php 4.2.3 and MySQL 4.0.20a. I am running...
3
by: Paul | last post by:
Hi all, at present I I've built a website which can be updated by admin and users. My problem, I've combined "log in" and "access levels" to restrict access to certain pages, using the built...
2
by: pascal Joseph | last post by:
To reach their accompte ftp via a page html, I place a form for our customer on a page. I found this code. But it doesn't work because I reach the base of the server and not directly the own...
9
by: Nathan Sokalski | last post by:
I am trying to connect to a Microsoft Access Database from my ASP.NET Application. I use the following code to create my connection string: cmdSelect.Connection = New...
3
by: Doug Bailey | last post by:
I am trying to control a Windows Service via a Web Service interface. (I am developing in .NET2003) I am using the ServiceController object which allows me to read the state of the services with...
0
by: ronscottlangham | last post by:
I have a web page that any authenticated user can access, but I dynamically enable/disable other asp.net controls on the web page based on the Role that they are in via C# code behind. My web...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.