Click here to Skip to main content
15,895,788 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Multiple file upload Pin
paper679-Apr-10 5:08
paper679-Apr-10 5:08 
AnswerRe: Multiple file upload Pin
Anurag Gandhi8-Apr-10 19:33
professionalAnurag Gandhi8-Apr-10 19:33 
QuestionHow to Block Specific IP Number to Access my website Pin
Samarjeet Singh@india8-Apr-10 2:26
Samarjeet Singh@india8-Apr-10 2:26 
AnswerRe: How to Block Specific IP Number to Access my website Pin
Brij8-Apr-10 3:46
mentorBrij8-Apr-10 3:46 
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 
Hi guys, I have a tiny misunderstanding in implementing my session timeout.
I have a asp.net solution with three pages, Default.aspx, Logout.aspx, and Home.aspx, ofcourse all these share the same web.config file.
In my web.config I have:
<pre>
<!--this is my logout implementation-->
<authentication mode="Forms">
<forms loginUrl ="Default.aspx" timeout ="1" requireSSL="false" path="/" defaultUrl="Default.aspx"
slidingExpiration="true"/>
</authentication>
<authorization>
<deny users="?" />
</authorization>
</pre>

and
<pre>
<location path="Home.aspx">
<system.web>
<authorization>
<allow users ="?"/>
</authorization>
</system.web>
</location>
</pre>
but only the Default.aspx is timing out and refreshes. But I want that to happen in the Home.aspx, when no activity is received it must redirect to the Default.aspx.

I know I am messing up somewhere, can anybody help me please???

Thanks
M
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 
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 

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.