Click here to Skip to main content
15,888,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Questionweb.config authorisation Pin
stickenlittle12-Nov-13 0:51
stickenlittle12-Nov-13 0:51 
Hi Everyone,
I'm trying to create a web.config file for security on an intranet.

I want it to have the following rules:

If someone browses to the site on a specific IP range, they get straight in.
If someone doesn't fall into that IP range, they are presented with a log in box that authenticates against an LDAP query.

I have gone down the route so far of the following method for IP access and it works fine.
XML
<security>
 <ipSecurity allowUnlisted="false">
  <add ipAddress="x.x.x.0" subnetMask="255.255.255.0" allowed="true"/>
 </ipSecurity>
</security>
<modules runAllManagedModulesForAllRequests="true"/>

How could I then combine this with LDAP authentication (if that's even possible)? Or should I take a different approach? My only concern so far is that the ipsecurity method is too specific and you are either allowed in or you're not with no room for another form of authentication.

Any tips would be much appreciated!

Thanks in advance,

Tom
SuggestionPlease help me or suggest in the my project description and feilds Pin
Maniteja.Vegi11-Nov-13 7:10
Maniteja.Vegi11-Nov-13 7:10 
SuggestionRe: Please help me or suggest in the my project description and feilds Pin
Richard Deeming11-Nov-13 7:20
mveRichard Deeming11-Nov-13 7:20 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Maniteja.Vegi11-Nov-13 7:28
Maniteja.Vegi11-Nov-13 7:28 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Richard Deeming11-Nov-13 7:29
mveRichard Deeming11-Nov-13 7:29 
GeneralMessage Closed Pin
11-Nov-13 7:33
Maniteja.Vegi11-Nov-13 7:33 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Richard Deeming11-Nov-13 7:38
mveRichard Deeming11-Nov-13 7:38 
GeneralMessage Closed Pin
11-Nov-13 7:49
Maniteja.Vegi11-Nov-13 7:49 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Richard Deeming11-Nov-13 7:51
mveRichard Deeming11-Nov-13 7:51 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Maniteja.Vegi11-Nov-13 7:38
Maniteja.Vegi11-Nov-13 7:38 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Chris Quinn11-Nov-13 23:54
Chris Quinn11-Nov-13 23:54 
GeneralRe: Please help me or suggest in the my project description and feilds Pin
Richard MacCutchan11-Nov-13 22:46
mveRichard MacCutchan11-Nov-13 22:46 
QuestionInsert controller return list into ListView over webpage Pin
gshhar11-Nov-13 3:19
gshhar11-Nov-13 3:19 
QuestionSize of the Div based on the Screen Resolution Pin
cybersavvy10-Nov-13 23:20
cybersavvy10-Nov-13 23:20 
AnswerRe: Size of the Div based on the Screen Resolution Pin
Gopi Kishan Mariyala11-Nov-13 16:43
Gopi Kishan Mariyala11-Nov-13 16:43 
Questionhow to convert crystal report (.rpt) to RDLC report Pin
mhd.sbt8-Nov-13 3:13
mhd.sbt8-Nov-13 3:13 
AnswerRe: how to convert crystal report (.rpt) to RDLC report Pin
thatraja8-Nov-13 4:06
professionalthatraja8-Nov-13 4:06 
QuestionC# code to fetch all attributes of an element Pin
AshwiniSH6-Nov-13 23:02
professionalAshwiniSH6-Nov-13 23:02 

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.