Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET 2.0   (RSS)
Sorry, but there are no more tags available to filter with.

Getting CryptographicException exception "Padding is invalid and cannot be removed" after Migrating to ASP.NET 2.0

Problem Description ============= One of my colleague migrated his asp.net 1.1 application to asp.net 2.0. It worked fine for some time and soon after it is deployed it started giving intermittent security exception below: Event code: 3005 Event An unhandled
Posted by Parag Agarwal | 1 Comments
Filed under:

ASP.NET 2.0 - Errors while re-directing user to an error page after the exception is thrown from COM Port

Abstract ======= There is an ASP.NET 2.0 application inside of which i connect to serial COM port by using the classes present in System.IO.Port namespace ( http://msdn2.microsoft.com/en-us/system.io.ports.serialport.aspx ). I am able to connect to COM
Posted by Parag Agarwal | 0 Comments
Filed under:

Understanding Login Controls in ASP.NET 2.0

The link below explains what are the Login Controls and how they can be used against custom data source instead of SQL Server by creating the custom Membership Provider classes. http://support.microsoft.com/kb/910440/en-us By creating the custom membership
Posted by Parag Agarwal | 0 Comments
Filed under:

Understanding VirtualPathProviders in ASP.NET 2.0

To read more about virtual path providers, visit the following link: http://support.microsoft.com/kb/910441/en-us Thanks, Parag
Posted by Parag Agarwal | 1 Comments
Filed under:

Getting 'Webform_Postbackoptions is undefined’ errors in ASP.NET 2.0

Issue ==== I recently got an issue where customer ASP.NET 2.0 website on IIS and on one of the aspx pages he was using RangeValidator control. Browsing to that aspx page was giving client side Java script errors ‘ Webform_Postbackoptions is undefined
Posted by Parag Agarwal | 13 Comments
Filed under:

Using Web Deployment Project in Visual Studio 2005

Issue ==== One of my colleague developed ASP.NET 2.0 application in Visual studio 2005. During the development phase he referenced few assemblies from a shared directory that were not in GAC. As a result, all the referenced assemblies were copied in Bin
Posted by Parag Agarwal | 0 Comments
Filed under:
 
Page view tracker