Jerry Orman

Adventures in SharePoint

Fix: Random FileNotFoundException in ASP.Net 2.0 application

Issue - Random FileNotFoundException when browsing ASP.Net 2.0 application. An event similar to the...

Author: Jerry_Orman Date: 03/26/2007

Getting real-time updates from remote process using the AJAX Extension

This sample was a result of an idea from Kent Post at Akamai. He was wanting to be able to launch a...

Author: Jerry_Orman Date: 03/08/2007

Viewstate error in mobile ASP.NET app

This is my third mobile post this week! This one was tricky to track down so hopefully this will...

Author: Jerry_Orman Date: 01/10/2007

Determining what capabilities ASP.NET is using to render pages

When you make a request to an ASP.NET based site, the browser's capabilities are determined by the...

Author: Jerry_Orman Date: 01/09/2007

Mobile ASP.NET Emulators

When developing Mobile ASP.NET apps, it is useful to test the application across a variety of...

Author: Jerry_Orman Date: 01/08/2007

JavaScript Fun!

I was recently working with JavaScript and ran into some weird things I hadn't ran into before....

Author: Jerry_Orman Date: 11/22/2006

Custom WebPart Catalog

Trying to catch back up on my blogging, I have a list of topics to post on, just haven't had time to...

Author: Jerry_Orman Date: 10/05/2006

System.InvalidOperationException: Mutex could not be created.

We've seen a few of these issues come through lately andwanted to get something posted so people can...

Author: Jerry_Orman Date: 07/24/2006

Vista + IIS 7 + Local IIS web site = error?

Finally got around to getting a clean install of Vista Beta 2 on my laptop and of course the first...

Author: Jerry_Orman Date: 06/06/2006

ASP.NET tab forces restart of W3SVC

If you change the version on the ASP.NET tab that comes with the 2.0 Framework, the entire W3SVC...

Author: Jerry_Orman Date: 04/14/2006

Session loss after migrating to ASP.NET 2.0

The HttpOnly attribute has been added to the Session cookie generated by ASP.NET 2.0. This value is...

Author: Jerry_Orman Date: 03/05/2006

Another SSL Termination/Acceleration gotcha in 2.0

In 1.1, we used the requireSSL attribute to ensure that the FormsAuthentication cookie has the...

Author: Jerry_Orman Date: 03/03/2006

Nonsecure items message using Menu control over SSL

If you're using the new menu control that ships with ASP.NET 2.0 and SSL Termination/Acceleration,...

Author: Jerry_Orman Date: 02/06/2006

Debug javascript generated by webresource.axd

Ran across this the other day and thought someone else may find it useful. Javascript for the...

Author: Jerry_Orman Date: 01/23/2006

Properties from Base Page Class missing in VS2005

There was a design change to the web sites in Visual Studio 2005 in which properties for custom base...

Author: Jerry_Orman Date: 01/23/2006

Users seeing other users data in ASP.NET

One of the more difficult issues to troubleshoot deal with 2 users seeing each others data when they...

Author: Jerry_Orman Date: 11/22/2005

<Previous