Click here to Skip to main content
15,881,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Jens Meyer8-Apr-10 3:51
Jens Meyer8-Apr-10 3:51 
GeneralRe: How to Block Specific IP Number to Access my website Pin
Brij8-Apr-10 7:28
mentorBrij8-Apr-10 7:28 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Abhijit Jana8-Apr-10 8:51
professionalAbhijit Jana8-Apr-10 8:51 
QuestionSession Pin
Morgs Morgan8-Apr-10 2:25
Morgs Morgan8-Apr-10 2:25 
AnswerRe: Session Pin
sashidhar8-Apr-10 2:28
sashidhar8-Apr-10 2:28 
GeneralRe: Session Pin
Morgs Morgan8-Apr-10 2:40
Morgs Morgan8-Apr-10 2:40 
GeneralRe: Session Pin
Morgs Morgan8-Apr-10 2:41
Morgs Morgan8-Apr-10 2:41 
AnswerRe: Session Pin
michaelschmitt9-Apr-10 1:14
michaelschmitt9-Apr-10 1:14 
Hello,

In the "location path="home.aspx..." section you
say that all anonymous users have access to this site (by using allow=?). Use deny instead of
allow:

<location path="Home.aspx">
      <system.web>
         <authorization>
            <deny users ="?"/>
         </authorization>
      </system.web>
   </location>


Otherwise, this page is not protected. Also, dont mix session and forms authentication timeout.

Hope i'm right and this helps.
QuestionGridview with subheaders below.... Pin
pranavcool8-Apr-10 1:46
pranavcool8-Apr-10 1:46 
AnswerRe: Gridview with subheaders below.... Pin
Arun Jacob8-Apr-10 1:50
Arun Jacob8-Apr-10 1:50 
AnswerRe: Gridview with subheaders below.... Pin
sashidhar8-Apr-10 2:14
sashidhar8-Apr-10 2:14 
QuestionHelp with using SqlCacheDependency programmatically? Pin
Member 43208318-Apr-10 0:58
Member 43208318-Apr-10 0:58 
AnswerRe: Help with using SqlCacheDependency programmatically? Pin
Not Active8-Apr-10 1:32
mentorNot Active8-Apr-10 1:32 
Questioncheck session timeout Pin
alfhv7-Apr-10 22:45
alfhv7-Apr-10 22:45 
AnswerRe: check session timeout Pin
Dinesh Mani7-Apr-10 23:40
Dinesh Mani7-Apr-10 23:40 
GeneralRe: check session timeout Pin
alfhv7-Apr-10 23:45
alfhv7-Apr-10 23:45 
QuestionWindows Authentication Pin
Paul Unsworth7-Apr-10 22:39
Paul Unsworth7-Apr-10 22:39 
AnswerRe: Windows Authentication Pin
Dinesh Mani7-Apr-10 23:27
Dinesh Mani7-Apr-10 23:27 
GeneralRe: Windows Authentication Pin
Paul Unsworth9-Apr-10 0:15
Paul Unsworth9-Apr-10 0:15 
QuestionShape File Reader Pin
kjsl2k97-Apr-10 22:14
kjsl2k97-Apr-10 22:14 
Questionconversion Pin
Kissy167-Apr-10 21:14
Kissy167-Apr-10 21:14 
AnswerRe: conversion Pin
R. Giskard Reventlov7-Apr-10 21:24
R. Giskard Reventlov7-Apr-10 21:24 
GeneralRe: conversion Pin
Kissy167-Apr-10 22:06
Kissy167-Apr-10 22:06 
AnswerRe: conversion Pin
Dinesh Mani7-Apr-10 21:39
Dinesh Mani7-Apr-10 21:39 
GeneralRe: conversion Pin
Kissy167-Apr-10 22:04
Kissy167-Apr-10 22:04 

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.