Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)
Microsoft Visual Studio 2008 Service Pack 1 ( SP1 ) Released
BEFORE RUNNING THE SP 1 install you need to run the Visual Studio 2008 Hotfix Cleanup Utility. The HFCU Utility can be found here: http://code.msdn.microsoft.com/RemoveKB944899 The service pack 1 for Visual Studio 2008 can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en Read More...
Spying on your web requests.
These days you need more of a view into the data exchanged between Internet Explorer and your server application. Especially with AJAX and Silverlight. A lot of transactions can occur behind the scenes and debugging can be difficult. I started using a Read More...
How do I force an empty element to show up when serializing a null property to XML or in a WebService SOAP message?
Wierd title? I wanted to include everything on that. So here is the dilema: A client wants to consume one of my web services but they are string parsing instead of using the XML DOM to read the XML response. Because of the old school way of parsing data Read More...
Why is .NET 3.5 not listed in the ASP.NET tab in the IIS MMC Snap-In?
I keep seeing this question posted and I anticipate seeing the question pop up more often. The short answer is: There is no .NET 3.5 application layer for the IIS application context configuration tab. You should set the Framework version to .NET 2.0. Read More...