SharePoint Best Practices: Form Digest in ASP .Net Pages within SharePoint
If you ever find yourself modifying data within SharePoint using custom ASP .Net pages, you will undoubtedly have run into errors regarding the pages security validation being invalid. Rather than...
View ArticleAdding a Silverlight Control to an existing ASP.NET Website
I’ve only been working with Silverlight for a few months now and I’ve came to the conclusion that either my Google-fu is lacking or there isn’t a great deal of lower level information out there on how...
View ArticleASP .Net MVC Localization
Ever needed to localize/internationalize an MVC web application but didn’t know how to? Well it’s actually pretty simple with ASP .Net. The first step is to set the page’s UICulture to the language...
View ArticleSharePoint 2010 Forms Based Authentication
For the past couple of days I’ve been tasked with testing out and learning about SharePoint’s FBA (Forms Based Authentication). Traditionally SharePoint makes use of Windows Authentication for...
View ArticleUpdated GAC DLLs not showing updates in ASP.Net Applications
I recently ran into an issue on one of my development ASP.Net servers where I would deploy an updated DLL (Dynamic-link library) to the GAC (global assembly cache) but the ASP.Net applications which...
View ArticleConnection errors with application pages
Periodically, I have overzealous users who refresh the page even when the load time is < 1 second. Within my application pages, I’d receive errors similar to “internal connection fatal error”. The...
View ArticleOpen XML in the Sandbox
Sometime back I was given the task of taking information in an email and automating it into a specifically formatted word document (kind of a strange request I know). With me being a complete OpenXML...
View ArticleAJAX Control Toolkit OnUploadedComplete – Running client side JS
If you’ve ever used the AJAX Controll Toolkit’s asyncFileUpload control you will undoubtedly have run into some screwiness dealing with how this event does not act like normal update panel...
View ArticleStoring Connection String Information in the Secure Store Service
As a SharePoint developer, i’ve been tasked a few times with pulling data from an external database into SharePoint. More often than not, that data is secured SQL data and needs to be accessed using a...
View ArticleStoring Credentials in a SharePoint Property Bag
I recently posted about storing credentials in the Secure Store Service, and based on a few comments, I figured I should also post about storing credentials in the property bag. For this post I’m just...
View Article