When a user send a request to my website, is there a way I can send back a
response so user will have a prompt window where they can type in their
username and password? just like the one IIS provide when you don't have
permission to access a site. The reason is I can not use aspx page to let
user type in username. User need open file in their Microsoft Word.

Thanks!

--

David WENG

Re: Is there a way to prompt user for username and password like window authentication? thanks! by Tom

Tom
Fri May 27 13:05:30 CDT 2005

"davidw" <davidw@affinisys.com> wrote in message
news:%23MNknRuYFHA.3320@TK2MSFTNGP12.phx.gbl...
> When a user send a request to my website, is there a way I can send back a
> response so user will have a prompt window where they can type in their
> username and password? just like the one IIS provide when you don't have
> permission to access a site. The reason is I can not use aspx page to let
> user type in username. User need open file in their Microsoft Word.

Yes, just disable anonymous access and make sure the appropriate accounts
have NTFS read permissions ...

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS



Re: Is there a way to prompt user for username and password like window authentication? thanks! by davidw

davidw
Fri May 27 14:26:12 CDT 2005

Thanks, but those users are in my database, I want to valid those users by
myself. I just want the interface to let user type in username and password.
Is it possible?

--

David WENG

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:OxGhXbuYFHA.1412@TK2MSFTNGP12.phx.gbl...
> "davidw" <davidw@affinisys.com> wrote in message
> news:%23MNknRuYFHA.3320@TK2MSFTNGP12.phx.gbl...
> > When a user send a request to my website, is there a way I can send back
a
> > response so user will have a prompt window where they can type in their
> > username and password? just like the one IIS provide when you don't have
> > permission to access a site. The reason is I can not use aspx page to
let
> > user type in username. User need open file in their Microsoft Word.
>
> Yes, just disable anonymous access and make sure the appropriate accounts
> have NTFS read permissions ...
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsserver2003/community/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running
IIS
>
>



Re: Is there a way to prompt user for username and password like window authentication? thanks! by Kyle

Kyle
Fri May 27 17:46:59 CDT 2005

you got to make an authentication system then seperate of NT user accounts
using forms based authentication

something like www.aspprotect.com


"davidw" <davidw@affinisys.com> wrote in message
news:%23ZdMzHvYFHA.3272@TK2MSFTNGP14.phx.gbl...
> Thanks, but those users are in my database, I want to valid those users by
> myself. I just want the interface to let user type in username and
> password.
> Is it possible?
>
> --
>
> David WENG
>
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
> news:OxGhXbuYFHA.1412@TK2MSFTNGP12.phx.gbl...
>> "davidw" <davidw@affinisys.com> wrote in message
>> news:%23MNknRuYFHA.3320@TK2MSFTNGP12.phx.gbl...
>> > When a user send a request to my website, is there a way I can send
>> > back
> a
>> > response so user will have a prompt window where they can type in their
>> > username and password? just like the one IIS provide when you don't
>> > have
>> > permission to access a site. The reason is I can not use aspx page to
> let
>> > user type in username. User need open file in their Microsoft Word.
>>
>> Yes, just disable anonymous access and make sure the appropriate accounts
>> have NTFS read permissions ...
>>
>> --
>> Tom Kaminski IIS MVP
>> http://www.microsoft.com/windowsserver2003/community/centers/iis/
>> http://mvp.support.microsoft.com/
>> http://www.iistoolshed.com/ - tools, scripts, and utilities for running
> IIS
>>
>>
>
>



Re: Is there a way to prompt user for username and password like window authentication? thanks! by davidw

davidw
Sat May 28 05:13:59 CDT 2005

But I can not use web page for authentication, I don't think it will work
when I open a link in Microsoft Office,

--

David WENG
Memlink Architect
"Kyle Peterson" <kpete23@hotmail.com> wrote in message
news:uR4$U3wYFHA.1224@TK2MSFTNGP10.phx.gbl...
> you got to make an authentication system then seperate of NT user accounts
> using forms based authentication
>
> something like www.aspprotect.com
>
>
> "davidw" <davidw@affinisys.com> wrote in message
> news:%23ZdMzHvYFHA.3272@TK2MSFTNGP14.phx.gbl...
> > Thanks, but those users are in my database, I want to valid those users
by
> > myself. I just want the interface to let user type in username and
> > password.
> > Is it possible?
> >
> > --
> >
> > David WENG
> >
> > "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
> > news:OxGhXbuYFHA.1412@TK2MSFTNGP12.phx.gbl...
> >> "davidw" <davidw@affinisys.com> wrote in message
> >> news:%23MNknRuYFHA.3320@TK2MSFTNGP12.phx.gbl...
> >> > When a user send a request to my website, is there a way I can send
> >> > back
> > a
> >> > response so user will have a prompt window where they can type in
their
> >> > username and password? just like the one IIS provide when you don't
> >> > have
> >> > permission to access a site. The reason is I can not use aspx page to
> > let
> >> > user type in username. User need open file in their Microsoft Word.
> >>
> >> Yes, just disable anonymous access and make sure the appropriate
accounts
> >> have NTFS read permissions ...
> >>
> >> --
> >> Tom Kaminski IIS MVP
> >> http://www.microsoft.com/windowsserver2003/community/centers/iis/
> >> http://mvp.support.microsoft.com/
> >> http://www.iistoolshed.com/ - tools, scripts, and utilities for running
> > IIS
> >>
> >>
> >
> >
>
>



Re: Is there a way to prompt user for username and password like window authentication? thanks! by Kristofer

Kristofer
Sat May 28 05:57:22 CDT 2005

Hi David,

Custom authentation can be implemented with an ISAPI filter, which will be
able to protect all files.

Do a search on google.com for "isapi authentication filter", and you will
find code examples, and commercial products.


--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


davidw wrote:

> But I can not use web page for authentication, I don't think it will work
> when I open a link in Microsoft Office,

Re: Is there a way to prompt user for username and password like window authentication? thanks! by David

David
Mon May 30 06:52:34 CDT 2005

Microsoft Office only understands NT users and authorization rules based on
them. So, you will need to either:
1. Use native NT users, in which case you just turn on authentication and
everything magically works. Manage users in Active Directory or similar
2. Us