|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Windows authentication onlyHi,
I am using "Forms" based authentication for allowing users to enter "webapplication". is there anyway that I can make "Windows" authentication only? If I go to IIS/defaultwebsite/"webapp" and change directory security properties to Integrated Windows Authentication only, would that work? Thanks, Stephen Hello Stephen,
yep. that would work --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Hi, > > I am using "Forms" based authentication for allowing users to enter > "webapplication". > is there anyway that I can make "Windows" authentication only? > If I go to IIS/defaultwebsite/"webapp" and change directory security > properties to Integrated Windows Authentication only, would that work? > > Thanks, > Stephen Hi Dominick,
that did not work, i selected a folder and set only "Integrated windows authentication", in web.config authentication="windows", restarted IIS and called a page in the folder using a browser. it just showed me the page without showing authentication window. please advice, Stephen Show quoteHide quote "Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com> wrote in message news:42565460e17018c787d617eb85b0@news.microsoft.com... > Hello Stephen, > > yep. that would work > > --------------------------------------- > Dominick Baier - DevelopMentor > http://www.leastprivilege.com > > > Hi, > > > > I am using "Forms" based authentication for allowing users to enter > > "webapplication". > > is there anyway that I can make "Windows" authentication only? > > If I go to IIS/defaultwebsite/"webapp" and change directory security > > properties to Integrated Windows Authentication only, would that work? > > > > Thanks, > > Stephen > > Hello Stephen,
because you were authenticated automatically. on your test page add a Response.Write(Page.User.Identity.Name) what do you see? --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Hi Dominick, > > that did not work, > > i selected a folder and set only "Integrated windows authentication", > in > web.config authentication="windows", restarted IIS > and called a page in the folder using a browser. > it just showed me the page without showing authentication window. > > please advice, > Stephen > "Dominick Baier [DevelopMentor]" > <dbaier@pleasepleasenospamdevelop.com> wrote in message > news:42565460e17018c787d617eb85b0@news.microsoft.com... > >> Hello Stephen, >> >> yep. that would work >> >> --------------------------------------- >> Dominick Baier - DevelopMentor >> http://www.leastprivilege.com >>> Hi, >>> >>> I am using "Forms" based authentication for allowing users to enter >>> "webapplication". >>> is there anyway that I can make "Windows" authentication only? >>> If I go to IIS/defaultwebsite/"webapp" and change directory security >>> properties to Integrated Windows Authentication only, would that >>> work? >>> Thanks, >>> Stephen its blank Dominick
Show quoteHide quote "Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com> wrote in message news:42565460e2c148c7883a63a097f6@news.microsoft.com... > Hello Stephen, > > because you were authenticated automatically. > > on your test page add a > > Response.Write(Page.User.Identity.Name) > > what do you see? > > --------------------------------------- > Dominick Baier - DevelopMentor > http://www.leastprivilege.com > > > Hi Dominick, > > > > that did not work, > > > > i selected a folder and set only "Integrated windows authentication", > > in > > web.config authentication="windows", restarted IIS > > and called a page in the folder using a browser. > > it just showed me the page without showing authentication window. > > > > please advice, > > Stephen > > "Dominick Baier [DevelopMentor]" > > <dbaier@pleasepleasenospamdevelop.com> wrote in message > > news:42565460e17018c787d617eb85b0@news.microsoft.com... > > > >> Hello Stephen, > >> > >> yep. that would work > >> > >> --------------------------------------- > >> Dominick Baier - DevelopMentor > >> http://www.leastprivilege.com > >>> Hi, > >>> > >>> I am using "Forms" based authentication for allowing users to enter > >>> "webapplication". > >>> is there anyway that I can make "Windows" authentication only? > >>> If I go to IIS/defaultwebsite/"webapp" and change directory security > >>> properties to Integrated Windows Authentication only, would that > >>> work? > >>> Thanks, > >>> Stephen > > Hello Stephen,
then anonymous is still enabled, IIS only authenticates when he has to. --------------------------------------- Dominick Baier - DevelopMentor http://www.leastprivilege.com Show quoteHide quote > its blank Dominick > > "Dominick Baier [DevelopMentor]" > <dbaier@pleasepleasenospamdevelop.com> wrote in message > news:42565460e2c148c7883a63a097f6@news.microsoft.com... > >> Hello Stephen, >> >> because you were authenticated automatically. >> >> on your test page add a >> >> Response.Write(Page.User.Identity.Name) >> >> what do you see? >> >> --------------------------------------- >> Dominick Baier - DevelopMentor >> http://www.leastprivilege.com >>> Hi Dominick, >>> >>> that did not work, >>> >>> i selected a folder and set only "Integrated windows >>> authentication", >>> in >>> web.config authentication="windows", restarted IIS >>> and called a page in the folder using a browser. >>> it just showed me the page without showing authentication window. >>> please advice, >>> Stephen >>> "Dominick Baier [DevelopMentor]" >>> <dbaier@pleasepleasenospamdevelop.com> wrote in message >>> news:42565460e17018c787d617eb85b0@news.microsoft.com... >>>> Hello Stephen, >>>> >>>> yep. that would work >>>> >>>> --------------------------------------- >>>> Dominick Baier - DevelopMentor >>>> http://www.leastprivilege.com >>>>> Hi, >>>>> >>>>> I am using "Forms" based authentication for allowing users to >>>>> enter >>>>> "webapplication". >>>>> is there anyway that I can make "Windows" authentication only? >>>>> If I go to IIS/defaultwebsite/"webapp" and change directory >>>>> security >>>>> properties to Integrated Windows Authentication only, would that >>>>> work? >>>>> Thanks, >>>>> Stephen
Anonymous access + Windows Authentication
Custom Security Permission & Security Attribute troubles X.509 "Bad Key" error - EnvelopedCms.Decrypt() RSACryptoServiceProvider Sending raw sockets without administrative privileges? WindowsPrincipal in a component used in classic ASP always returns the same identity Are .NET Caches Secure from Memory Dumps etc? Ensuring that calling assembly signed by certain keys NTFS file system folder permissions by using Active Directory Serv If my System.IO.StreamWriter Write method throws "The specified network name is no longer available. |
|||||||||||||||||||||||