Click here to Skip to main content
15,912,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web service namespace Pin
hung_ngole20-Apr-06 17:33
hung_ngole20-Apr-06 17:33 
GeneralRe: Web service namespace Pin
minhpc_bk20-Apr-06 18:01
minhpc_bk20-Apr-06 18:01 
GeneralRe: Web service namespace Pin
hung_ngole21-Apr-06 6:07
hung_ngole21-Apr-06 6:07 
AnswerRe: Web service namespace Pin
jitendra gupta20-Apr-06 21:51
jitendra gupta20-Apr-06 21:51 
GeneralRe: Web service namespace Pin
hung_ngole21-Apr-06 6:09
hung_ngole21-Apr-06 6:09 
Questionneed to make Chat public only .. Pin
coolshad20-Apr-06 5:35
coolshad20-Apr-06 5:35 
QuestionHow to make Web Application more Secure in Asp.Net???? Pin
pal_vaidya20-Apr-06 4:14
pal_vaidya20-Apr-06 4:14 
AnswerRe: How to make Web Application more Secure in Asp.Net???? Pin
SABhatti20-Apr-06 10:46
SABhatti20-Apr-06 10:46 
follow the teps:

1. set the session.timeout = 10 in code or in web.config
2. after login store anything in session that is unique for everyuser (probably username). In pageload of everypage check if that value still exists in session if not redirect to login page and force the session to expire using session.abandon or session.removeall you may also delete the cooki for the session.
3. use http_referer to redirect to the same page after login again (balance sheet or so..) check if referer is nothing then redirect to home page otherwise redirect to referer..

you can even give warning before expiry of session using javascript settimeout ..

-----
QuestionValidators not getting fired Pin
Manoj Sethi20-Apr-06 3:59
Manoj Sethi20-Apr-06 3:59 
AnswerRe: Validators not getting fired Pin
Rakheesh Chalil20-Apr-06 10:02
Rakheesh Chalil20-Apr-06 10:02 
GeneralRe: Validators not getting fired Pin
Manoj Sethi21-Apr-06 2:30
Manoj Sethi21-Apr-06 2:30 
QuestionProfile Pattern Pin
Daniel Negron20-Apr-06 3:43
Daniel Negron20-Apr-06 3:43 
AnswerRe: Profile Pattern Pin
minhpc_bk20-Apr-06 16:38
minhpc_bk20-Apr-06 16:38 
QuestionRedirecting to a 2nd webform without a postback Pin
sohne20-Apr-06 3:35
sohne20-Apr-06 3:35 
Questionsearch engine optimization Pin
david boon20-Apr-06 3:28
david boon20-Apr-06 3:28 
AnswerRe: search engine optimization Pin
Guffa20-Apr-06 9:14
Guffa20-Apr-06 9:14 
QuestionGridView client-side support? Pin
-Dr_X-20-Apr-06 3:10
-Dr_X-20-Apr-06 3:10 
AnswerRe: GridView client-side support? Pin
SABhatti20-Apr-06 10:57
SABhatti20-Apr-06 10:57 
QuestionWhy is mail left in the queue folder Pin
mahmoud mohammed20-Apr-06 3:00
mahmoud mohammed20-Apr-06 3:00 
AnswerRe: Why is mail left in the queue folder Pin
chakkara200320-Apr-06 3:56
chakkara200320-Apr-06 3:56 
AnswerRe: Why is mail left in the queue folder Pin
SABhatti20-Apr-06 11:01
SABhatti20-Apr-06 11:01 
QuestionFailed to enable constraints with typeddataset Pin
dotnettech20-Apr-06 2:51
dotnettech20-Apr-06 2:51 
AnswerRe: Failed to enable constraints with typeddataset Pin
Mike Ellison20-Apr-06 3:08
Mike Ellison20-Apr-06 3:08 
GeneralRe: Failed to enable constraints with typeddataset Pin
dotnettech20-Apr-06 18:37
dotnettech20-Apr-06 18:37 
GeneralRe: Failed to enable constraints with typeddataset Pin
Mike Ellison21-Apr-06 3:30
Mike Ellison21-Apr-06 3:30 

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.