Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Give me Suggestions to maintain security for websites Pin
Pavel Yermalovich23-Mar-11 2:15
Pavel Yermalovich23-Mar-11 2:15 
QuestionASp.Net Timer Pin
anishkannan21-Mar-11 19:54
anishkannan21-Mar-11 19:54 
AnswerRe: ASp.Net Timer Pin
Keith Barrow22-Mar-11 2:49
professionalKeith Barrow22-Mar-11 2:49 
QuestionWindows Authentication restricted access Pin
suesicus21-Mar-11 6:02
suesicus21-Mar-11 6:02 
AnswerRe: Windows Authentication restricted access Pin
Not Active21-Mar-11 8:51
mentorNot Active21-Mar-11 8:51 
GeneralRe: Windows Authentication restricted access Pin
suesicus21-Mar-11 21:34
suesicus21-Mar-11 21:34 
QuestionDebugging Exceptions. Pin
swjam17-Mar-11 23:40
swjam17-Mar-11 23:40 
AnswerRe: Debugging Exceptions. Pin
Anurag Gandhi20-Mar-11 20:53
professionalAnurag Gandhi20-Mar-11 20:53 
Hi,
Are facing any problem in putting try/catch in your code block? I guess, it is not so difficult.
It is anyways suggested to use try/catch unless you are so much sure about your code that it will never throw exception.
(No further argument on this, as different people has different school of thoughts) Smile | :)

If you are developing web application, void Application_Error(object sender, EventArgs e) method in Global.asax file catches your exception (just after exception is thrown) and you can put breakpoint there to analyze what happened wrong.

Hope this will help.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.
My latest article: Group GridView Data

Question[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Pin
Asif Rehman17-Mar-11 4:47
Asif Rehman17-Mar-11 4:47 
Questionasp.net ajax Pin
benams16-Mar-11 16:03
benams16-Mar-11 16:03 
AnswerRe: asp.net ajax Pin
Ankur\m/17-Mar-11 1:30
professionalAnkur\m/17-Mar-11 1:30 
Questionresource string with parameters Pin
Peterson Luiz16-Mar-11 14:46
Peterson Luiz16-Mar-11 14:46 
AnswerRe: resource string with parameters Pin
Gregory Gadow17-Mar-11 4:42
Gregory Gadow17-Mar-11 4:42 
QuestionASP.NET Pin
Member 740216616-Mar-11 8:08
Member 740216616-Mar-11 8:08 
AnswerMy vote of 1 Pin
Keith Barrow16-Mar-11 8:30
professionalKeith Barrow16-Mar-11 8:30 
GeneralRe: My vote of 1 Pin
scottgp16-Mar-11 14:56
professionalscottgp16-Mar-11 14:56 
GeneralRe: My vote of 1 Pin
Keith Barrow16-Mar-11 20:46
professionalKeith Barrow16-Mar-11 20:46 
AnswerRe: ASP.NET Pin
Dalek Dave16-Mar-11 10:40
professionalDalek Dave16-Mar-11 10:40 
GeneralRe: ASP.NET Pin
Pete O'Hanlon16-Mar-11 10:50
mvePete O'Hanlon16-Mar-11 10:50 
GeneralRe: ASP.NET Pin
thatraja16-Mar-11 17:21
professionalthatraja16-Mar-11 17:21 
Questionhow to send sms from asp.net Pin
developerit16-Mar-11 6:11
developerit16-Mar-11 6:11 
AnswerRe: how to send sms from asp.net Pin
Not Active16-Mar-11 12:06
mentorNot Active16-Mar-11 12:06 
Questiondetect browser close in ASP Pin
berba15-Mar-11 22:08
berba15-Mar-11 22:08 
AnswerRe: detect browser close in ASP Pin
Not Active16-Mar-11 2:33
mentorNot Active16-Mar-11 2:33 
AnswerRe: detect browser close in ASP Pin
thatraja16-Mar-11 16:28
professionalthatraja16-Mar-11 16:28 

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.