Click here to Skip to main content
16,006,535 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DateFormat Problem in ASP.NET Pin
sharad Pyakurel8-Jun-10 18:08
sharad Pyakurel8-Jun-10 18:08 
AnswerRe: DateFormat Problem in ASP.NET Pin
Goutam Patra29-Jun-10 3:03
professionalGoutam Patra29-Jun-10 3:03 
QuestionTabContainer cannot have children of type 'System.Web.UI.UpdatePanel'. Pin
developerit6-Jun-10 21:05
developerit6-Jun-10 21:05 
AnswerRe: TabContainer cannot have children of type 'System.Web.UI.UpdatePanel'. Pin
Jamil Hallal6-Jun-10 21:55
professionalJamil Hallal6-Jun-10 21:55 
QuestionHow to be man in the middle for a http communication!! Pin
Nadia Monalisa6-Jun-10 19:57
Nadia Monalisa6-Jun-10 19:57 
AnswerRe: How to be man in the middle for a http communication!! Pin
Adam R Harris7-Jun-10 4:15
Adam R Harris7-Jun-10 4:15 
GeneralRe: How to be man in the middle for a http communication!! Pin
Nadia Monalisa7-Jun-10 8:51
Nadia Monalisa7-Jun-10 8:51 
GeneralRe: How to be man in the middle for a http communication!! Pin
Adam R Harris7-Jun-10 9:18
Adam R Harris7-Jun-10 9:18 
I think you might be missunderstanding the actual issue.

The issue is that someone has infected either the client machine, a 'man in the middle' server or the actual server itself.

There really isnt much you can do to prevent that as these are things that happen far beyond the control of your server side code.

The reason that people are telling you to implement SSL to avoid the *potential* for this type of attack is because SSL simply encrypts the data before it is sent from the client machine to the server and then it is decrypted on the server side for your code to use.

So long story short, there is nothing you can do aside from enabling SSL on your server which is something you should do anyways if you are dealing with sensitive information.

If you really just want to learn more about that type of attack i would suggest Wikipedia or something of the sort, but im pretty sure your not going to get a bunch of web developers to tell you how to intercept their data Laugh | :laugh:
If at first you don't succeed ... post it on The Code Project and Pray.

QuestionHow to enforse 'https' or 'http' protocol in ASp.NET Web Form Routing ? Pin
Nadia Monalisa6-Jun-10 19:19
Nadia Monalisa6-Jun-10 19:19 
QuestionScroll bar not maintaining its position in ListView (ASP.net) Pin
mittalpa6-Jun-10 18:48
mittalpa6-Jun-10 18:48 
AnswerRe: Scroll bar not maintaining its position in ListView (ASP.net) Pin
Sandeep Mewara6-Jun-10 19:45
mveSandeep Mewara6-Jun-10 19:45 
QuestionHow to send mail automatically. Pin
Honeyboy_206-Jun-10 16:46
Honeyboy_206-Jun-10 16:46 
AnswerRe: How to send mail automatically. Pin
Sandeep Mewara6-Jun-10 18:25
mveSandeep Mewara6-Jun-10 18:25 
AnswerRe: How to send mail automatically. Pin
Jamil Hallal6-Jun-10 20:21
professionalJamil Hallal6-Jun-10 20:21 
AnswerRe: How to send mail automatically. Pin
The solution7-Jun-10 0:49
The solution7-Jun-10 0:49 
GeneralRe: How to send mail automatically. Pin
Honeyboy_207-Jun-10 5:09
Honeyboy_207-Jun-10 5:09 
GeneralRe: How to send mail automatically. Pin
ureyes8416-Feb-11 10:27
ureyes8416-Feb-11 10:27 
QuestionI need code upload Video by ASP Classic Pin
haibec6-Jun-10 15:54
haibec6-Jun-10 15:54 
AnswerRe: I need code upload Video by ASP Classic Pin
Sandeep Mewara6-Jun-10 18:21
mveSandeep Mewara6-Jun-10 18:21 
QuestionMessage Removed Pin
6-Jun-10 11:26
tek 20096-Jun-10 11:26 
AnswerRe: fill a table Pin
Sandeep Mewara6-Jun-10 18:22
mveSandeep Mewara6-Jun-10 18:22 
QuestionMatrix Report in Crystal Report Pin
sharad Pyakurel5-Jun-10 17:09
sharad Pyakurel5-Jun-10 17:09 
AnswerRe: Matrix Report in Crystal Report Pin
Sandeep Mewara5-Jun-10 21:04
mveSandeep Mewara5-Jun-10 21:04 
QuestionRequesting for a suggession about choosing the best method to determine Debug mode Pin
Nadia Monalisa5-Jun-10 9:23
Nadia Monalisa5-Jun-10 9:23 
AnswerRe: Requesting for a suggession about choosing the best method to determine Debug mode Pin
Not Active5-Jun-10 13:16
mentorNot Active5-Jun-10 13:16 

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.