Click here to Skip to main content
15,887,446 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Janus GridEx + asp.net Pin
thatraja18-Nov-13 4:32
professionalthatraja18-Nov-13 4:32 
QuestionRe: Janus GridEx + asp.net Pin
jojoba201119-Nov-13 18:05
jojoba201119-Nov-13 18:05 
QuestionADO.NET Pin
rock_monu17-Nov-13 21:58
rock_monu17-Nov-13 21:58 
AnswerRe: ADO.NET Pin
Rockstar_17-Nov-13 22:26
professionalRockstar_17-Nov-13 22:26 
AnswerRe: ADO.NET Pin
Richard MacCutchan17-Nov-13 22:36
mveRichard MacCutchan17-Nov-13 22:36 
AnswerRe: ADO.NET Pin
Abhinav S19-Nov-13 16:58
Abhinav S19-Nov-13 16:58 
QuestionHow to put the Datapager's numeric pager field back to one every selected index changed of dropdownlist? Pin
Member 840570016-Nov-13 1:26
Member 840570016-Nov-13 1:26 
QuestionRole-based windows authentication Pin
#realJSOP14-Nov-13 6:33
mve#realJSOP14-Nov-13 6:33 
I'm doing an intranet site for a specific group of users on our domain, and have specified the following AD roles in the web config.

XML
<system.web>

    <authentication mode="Windows" />
    <authorization>
        <allow roles="DOMAIN\Role1" />
        <allow roles="DOMAIN\Role2" />
        <allow roles="DOMAIN\Role3" />
     </authorization>

</system.web>


One problem is that the settinsg above allow anyone to access the site, so I added the following to the authroization section:

XML
<deny users="*" />


I'm in Role3, but when I add the deny line, i can't browse to the site (it prompts me for credentials).

I also tried turning impersonation on, but that resulted in a 500 error.

What am I doing wrong?
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


AnswerRe: Role-based windows authentication Pin
Richard Deeming14-Nov-13 6:51
mveRichard Deeming14-Nov-13 6:51 
GeneralRe: Role-based windows authentication Pin
#realJSOP14-Nov-13 7:05
mve#realJSOP14-Nov-13 7:05 
GeneralRe: Role-based windows authentication Pin
#realJSOP14-Nov-13 10:43
mve#realJSOP14-Nov-13 10:43 
QuestionHow to get the current page value of datapager in asp.net? Pin
Member 840570013-Nov-13 8:11
Member 840570013-Nov-13 8:11 
AnswerRe: How to get the current page value of datapager in asp.net? Pin
Richard Deeming13-Nov-13 9:50
mveRichard Deeming13-Nov-13 9:50 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Member 840570013-Nov-13 10:19
Member 840570013-Nov-13 10:19 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Richard Deeming13-Nov-13 10:33
mveRichard Deeming13-Nov-13 10:33 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Member 840570013-Nov-13 10:46
Member 840570013-Nov-13 10:46 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Richard Deeming13-Nov-13 11:01
mveRichard Deeming13-Nov-13 11:01 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Member 840570014-Nov-13 5:32
Member 840570014-Nov-13 5:32 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Richard Deeming14-Nov-13 6:05
mveRichard Deeming14-Nov-13 6:05 
GeneralRe: How to get the current page value of datapager in asp.net? Pin
Member 840570014-Nov-13 7:09
Member 840570014-Nov-13 7:09 
QuestionWhat is the meaning of the bwlow line code? Pin
Rockstar_12-Nov-13 23:46
professionalRockstar_12-Nov-13 23:46 
AnswerRe: What is the meaning of the bwlow line code? Pin
Marco Bertschi13-Nov-13 0:13
protectorMarco Bertschi13-Nov-13 0:13 
Questionopen input dialog from gridview cancel btn Pin
rmedo12-Nov-13 11:15
rmedo12-Nov-13 11:15 
AnswerRe: open input dialog from gridview cancel btn Pin
Rockstar_12-Nov-13 23:48
professionalRockstar_12-Nov-13 23:48 
QuestionCan anybody help me to resolve issue related “Godex EZ-1100 Plus” printer? Pin
Sahyadri3112-Nov-13 1:44
Sahyadri3112-Nov-13 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.