AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Creating Secure DotNetNuke ASP.NET AJAX Web Services : Michael Washington

Thursday, January 01 2009

This article will cover what is needed to implement secure web services for use with ASP.NET AJAX in the DotNetNuke Framework. When implementing ASP.NET AJAX in your DotNetNuke module, you will usually discover that calling web services from your client-side code is an efficient method for accessing data because the web services can also be used by other programs, allowing you to reuse the code. The problem with this strategy is that the web services need to be secured and you do not want to transmit unencrypted passwords over the network. Simply encrypting the passwords is not enough because the username / encrypted password combination can be captured with a packet sniffer or retrieved from the web browser cache and used to access the web service....

Read More:
Creating Secure DotNetNuke ASP.NET AJAX Web Services : Michael Washington
Also See:
Chatting with Atlas : Andrew Flick and Anthony Lombardo
Tips and Tricks: ASP.NET AJAX 1.0 and User Controls : Bilal Haidar [MVP]
How to Create an HTML Editor for ASP.NET AJAX : Eric Williams (winthusiasm.com)
Handling the back button from server code : Bertrand Le Roy

Post your comment

Comment