Click here to Skip to main content
15,881,455 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Deploy ASP.NET MVC application with ftp on web server Pin
DPaul199418-Aug-15 9:40
DPaul199418-Aug-15 9:40 
QuestionLimiting the number of connected systems of a web app using php Pin
Member 1178652211-Aug-15 22:30
Member 1178652211-Aug-15 22:30 
QuestionRe: Limiting the number of connected systems of a web app using php Pin
DamithSL12-Aug-15 0:24
professionalDamithSL12-Aug-15 0:24 
AnswerRe: Limiting the number of connected systems of a web app using php Pin
Member 1178652212-Aug-15 1:18
Member 1178652212-Aug-15 1:18 
QuestionHow to define +91 as default value on TextBox in simple html Pin
kumarravishankar11-Aug-15 8:08
professionalkumarravishankar11-Aug-15 8:08 
AnswerRe: How to define +91 as default value on TextBox in simple html Pin
User 418025411-Aug-15 8:32
User 418025411-Aug-15 8:32 
AnswerRe: How to define +91 as default value on TextBox in simple html Pin
ZurdoDev11-Aug-15 9:50
professionalZurdoDev11-Aug-15 9:50 
QuestionWCF Questions - In Depth - C# Pin
Erpizn_1310-Aug-15 23:03
Erpizn_1310-Aug-15 23:03 
Hi,

Scenario: Windows forms application is the client talking to a WCF service exchanging sensitive data in both directions

1. Transport Security
• SSL using server certificate with Anonymous client authentication - is encryption of message optional?
o What ensures that the message is definitely encrypted?
o Symmetric key is negotiated for message encryption, but what controls the strength of this key 128-bit / 256-bit etc.?

• If an additional layer of custom encryption/decryption logic is implemented along with SSL, specifically for message security, are there any drawbacks?

2. Message Security
• When message security is enabled over HTTP (no SSL) and a server certificate is provided in the configurations, how is the message encrypted/decrypted - with what key and how is the key exchanged?

• When message security is enabled over HTTPS (with SSL certificate) is the encryption/decryption happening twice?
o Is it possible to configure an Anonymous client (no client certificate/authentication) in this scenario?
o Is it possible to configure different certificates for SSL negotiation and for message encryption/decryption?
o What key used for message encryption - same as SSL negotiated key or new key based on the provided certificate?

3. SSL Server Certificate Validation by client
• By default, client validates the certificate during initial handshake - what all information of the certificate, exactly are validated and what are not validated? This validation is done by whom – .NET framework on the client or the OS itself?
o How different is this validation, from X509Certificate2.Verify() method call on the certificate, if done explicitly?

• In client code, if the callback to ServicePointManager.ServerCertificateValidationCallback delegate is registered, does this method get called before or after the automatic validation of server certificate?

Thanks in advance for your help.
AnswerRe: WCF Questions - In Depth - C# Pin
Richard MacCutchan10-Aug-15 23:26
mveRichard MacCutchan10-Aug-15 23:26 
GeneralRe: WCF Questions - In Depth - C# Pin
Erpizn_1310-Aug-15 23:47
Erpizn_1310-Aug-15 23:47 
Questionhow to make interface for the time table that Pin
Member 1179064510-Aug-15 0:34
Member 1179064510-Aug-15 0:34 
SuggestionRe: how to make interface for the time table that Pin
Richard MacCutchan10-Aug-15 1:58
mveRichard MacCutchan10-Aug-15 1:58 
Questionhow to create a sms webapp? Pin
Member 118975669-Aug-15 20:51
Member 118975669-Aug-15 20:51 
AnswerRe: how to create a sms webapp? Pin
Kornfeld Eliyahu Peter9-Aug-15 21:09
professionalKornfeld Eliyahu Peter9-Aug-15 21:09 
GeneralRe: how to create a sms webapp? Pin
Member 118975669-Aug-15 21:31
Member 118975669-Aug-15 21:31 
AnswerRe: how to create a sms webapp? Pin
heggard31-Aug-15 4:35
heggard31-Aug-15 4:35 
QuestionDisplay Photo Columns using PHP Pin
Jassim Rahma7-Aug-15 12:05
Jassim Rahma7-Aug-15 12:05 
AnswerRe: Display Photo Columns using PHP Pin
DPaul199417-Aug-15 19:42
DPaul199417-Aug-15 19:42 
QuestionTABLE or DL which one is recommended? Pin
Jassim Rahma6-Aug-15 9:08
Jassim Rahma6-Aug-15 9:08 
AnswerRe: TABLE or DL which one is recommended? Pin
PIEBALDconsult6-Aug-15 9:42
mvePIEBALDconsult6-Aug-15 9:42 
AnswerRe: TABLE or DL which one is recommended? Pin
DPaul199417-Aug-15 19:58
DPaul199417-Aug-15 19:58 
QuestionBrowser Resize Pin
NJdotnetdev6-Aug-15 7:59
NJdotnetdev6-Aug-15 7:59 
GeneralRe: Browser Resize Pin
PIEBALDconsult6-Aug-15 8:37
mvePIEBALDconsult6-Aug-15 8:37 
GeneralRe: Browser Resize Pin
NJdotnetdev6-Aug-15 9:12
NJdotnetdev6-Aug-15 9:12 
QuestionAjax problem Pin
Member 117865225-Aug-15 22:36
Member 117865225-Aug-15 22:36 

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.