Ask a Question related to ASP.NET Security, Design and Development.
-
Alexey Smirnov #1
IIS Security strange things
I have intranet application based on ASP.NET on Win2000AS (Framework 1.1).
Website uses an Integrated Windows Authentication as Authentication method
in IIS and has following security configuration in the web.config
------------------------------------------
<identity impersonate="false" />
<authentication mode="Windows" />
<authorization>
<deny users="?" />
</authorization>
<customErrors defaultRedirect="CustomError.aspx" mode="Off">
<error statusCode="401" redirect="Custom401.html"/>
</customErrors>
------------------------------------------
And everything goes fine for 99.9% users and not for one only, who always
get a popup login window to login this website.
He has WinXP box, with latest browser, like many others, but for any reason
website cannot recognize that user as a valid internal user.
Any ideas? Thank you
Alexey Smirnov Guest
-
strange things happening..
Contribute acting strange.. Using Contribute for 3 years now, and on some pages it randomly decides to stop letting people ?paste? in the... -
Strange Things
I had functioning, working applications under Flash Comm?s ?application? directory previously before I reformatted my computer. However now only a... -
Strange things in Opera...
Hi All... I have a small and rather odd problem that I've not encountered before, and from what I can see it could be browser specific. We... -
seeing strange things?
A couple more things and I'll stop bugging everyone. I'm trying to get the file name of the string. If it includes the extension that's fine as... -
[PHP] seeing strange things?
> -----Original Message----- This is because count() returns the number of elements in the array, but because the indexes start at zero the... -
Arvind P Rangan #2
Re: IIS Security strange things
Hi ,
In IE open Options -> select Security
Select Custom LEVEL -> User Authentication
Check if the user has checked Prompt for user name and password.
If its marked make it to auttomatic login only in intranet zone.
Arvind
"Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
news:OSktyX5$DHA.392@TK2MSFTNGP12.phx.gbl...reason> I have intranet application based on ASP.NET on Win2000AS (Framework 1.1).
>
> Website uses an Integrated Windows Authentication as Authentication method
> in IIS and has following security configuration in the web.config
>
> ------------------------------------------
> <identity impersonate="false" />
>
> <authentication mode="Windows" />
> <authorization>
> <deny users="?" />
> </authorization>
>
> <customErrors defaultRedirect="CustomError.aspx" mode="Off">
> <error statusCode="401" redirect="Custom401.html"/>
> </customErrors>
> ------------------------------------------
>
> And everything goes fine for 99.9% users and not for one only, who always
> get a popup login window to login this website.
> He has WinXP box, with latest browser, like many others, but for any> website cannot recognize that user as a valid internal user.
>
> Any ideas? Thank you
>
>
Arvind P Rangan Guest
-
Alexey Smirnov #3
Re: IIS Security strange things
Hi, Arvind
yes, he has the default level (medium low) for the intranet zone
and in addition that site inserted in Local Intranet Site List
(Security - Sites - Advanced...)
Alexey
"Arvind P Rangan" <arvind99@hotmail.com> wrote in message
news:%23vNeUd5$DHA.1212@TK2MSFTNGP12.phx.gbl...1.1).> Hi ,
> In IE open Options -> select Security
> Select Custom LEVEL -> User Authentication
> Check if the user has checked Prompt for user name and password.
> If its marked make it to auttomatic login only in intranet zone.
> Arvind
> "Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
> news:OSktyX5$DHA.392@TK2MSFTNGP12.phx.gbl...> > I have intranet application based on ASP.NET on Win2000AS (Frameworkmethod> >
> > Website uses an Integrated Windows Authentication as Authenticationalways> > in IIS and has following security configuration in the web.config
> >
> > ------------------------------------------
> > <identity impersonate="false" />
> >
> > <authentication mode="Windows" />
> > <authorization>
> > <deny users="?" />
> > </authorization>
> >
> > <customErrors defaultRedirect="CustomError.aspx" mode="Off">
> > <error statusCode="401" redirect="Custom401.html"/>
> > </customErrors>
> > ------------------------------------------
> >
> > And everything goes fine for 99.9% users and not for one only, who> reason> > get a popup login window to login this website.
> > He has WinXP box, with latest browser, like many others, but for any>> > website cannot recognize that user as a valid internal user.
> >
> > Any ideas? Thank you
> >
> >
>
Alexey Smirnov Guest
-
Arvind P Rangan #4
Re: IIS Security strange things
Alexey,
Click on Custom Level
and in that See what is selected for User Authentication.
Arvind
"Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
news:%23Iydfq5$DHA.1700@TK2MSFTNGP12.phx.gbl...> Hi, Arvind
>
> yes, he has the default level (medium low) for the intranet zone
> and in addition that site inserted in Local Intranet Site List
> (Security - Sites - Advanced...)
>
> Alexey
>
>
> "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
> news:%23vNeUd5$DHA.1212@TK2MSFTNGP12.phx.gbl...> 1.1).> > Hi ,
> > In IE open Options -> select Security
> > Select Custom LEVEL -> User Authentication
> > Check if the user has checked Prompt for user name and password.
> > If its marked make it to auttomatic login only in intranet zone.
> > Arvind
> > "Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
> > news:OSktyX5$DHA.392@TK2MSFTNGP12.phx.gbl...> > > I have intranet application based on ASP.NET on Win2000AS (Framework> method> > >
> > > Website uses an Integrated Windows Authentication as Authentication> always> > > in IIS and has following security configuration in the web.config
> > >
> > > ------------------------------------------
> > > <identity impersonate="false" />
> > >
> > > <authentication mode="Windows" />
> > > <authorization>
> > > <deny users="?" />
> > > </authorization>
> > >
> > > <customErrors defaultRedirect="CustomError.aspx" mode="Off">
> > > <error statusCode="401" redirect="Custom401.html"/>
> > > </customErrors>
> > > ------------------------------------------
> > >
> > > And everything goes fine for 99.9% users and not for one only, who>> > reason> > > get a popup login window to login this website.
> > > He has WinXP box, with latest browser, like many others, but for any> >> > > website cannot recognize that user as a valid internal user.
> > >
> > > Any ideas? Thank you
> > >
> > >
> >
>
Arvind P Rangan Guest
-
Alexey Smirnov #5
Re: IIS Security strange things
User Authentication
Logon
Automatic logon only in Intranet zone
-----------------
Any ideas?
Alexey
"Arvind P Rangan" <arvind99@hotmail.com> wrote in message
news:uwNu$LPAEHA.1600@tk2msftngp13.phx.gbl...> Alexey,
> Click on Custom Level
> and in that See what is selected for User Authentication.
> Arvind
> "Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
> news:%23Iydfq5$DHA.1700@TK2MSFTNGP12.phx.gbl...>> > Hi, Arvind
> >
> > yes, he has the default level (medium low) for the intranet zone
> > and in addition that site inserted in Local Intranet Site List
> > (Security - Sites - Advanced...)
> >
> > Alexey
> >
> >
> > "Arvind P Rangan" <arvind99@hotmail.com> wrote in message
> > news:%23vNeUd5$DHA.1212@TK2MSFTNGP12.phx.gbl...> > 1.1).> > > Hi ,
> > > In IE open Options -> select Security
> > > Select Custom LEVEL -> User Authentication
> > > Check if the user has checked Prompt for user name and password.
> > > If its marked make it to auttomatic login only in intranet zone.
> > > Arvind
> > > "Alexey Smirnov" <removeit.hello@smalig.com> wrote in message
> > > news:OSktyX5$DHA.392@TK2MSFTNGP12.phx.gbl...
> > > > I have intranet application based on ASP.NET on Win2000AS (Framework> > method> > > >
> > > > Website uses an Integrated Windows Authentication as Authentication> > always> > > > in IIS and has following security configuration in the web.config
> > > >
> > > > ------------------------------------------
> > > > <identity impersonate="false" />
> > > >
> > > > <authentication mode="Windows" />
> > > > <authorization>
> > > > <deny users="?" />
> > > > </authorization>
> > > >
> > > > <customErrors defaultRedirect="CustomError.aspx" mode="Off">
> > > > <error statusCode="401" redirect="Custom401.html"/>
> > > > </customErrors>
> > > > ------------------------------------------
> > > >
> > > > And everything goes fine for 99.9% users and not for one only, who> >> > > > get a popup login window to login this website.
> > > > He has WinXP box, with latest browser, like many others, but for any
> > > reason
> > > > website cannot recognize that user as a valid internal user.
> > > >
> > > > Any ideas? Thank you
> > > >
> > > >
> > >
> > >
> >
>
Alexey Smirnov Guest



Reply With Quote

