Rob Garrett - Blogs

Welcome to Rob Garrett - Blogs Sign in | Join | Help
in Search
Google

Browse by Tags

All Tags » Development
  • Invocation of SOAP Web Service gives 500 Internal Server Error

    Picture this situation:  It's now 3am, start of business is deadline day for development of your project, and you've been working for the last 7 hours on a web service client bug; where dynamic invocation of the service, via SOAP 1.2, causes the server to return an HTTP 500 Internal Server error.  The air conditioning kicked ...
    Posted to Software/Technology Discussion (Weblog) by robgarrett on June 29, 2007
  • .NET Wrapper for COM Elevation

    Microsoft has ramped up the security in their latest operating system - Windows Vista, which means that developers now have to pay more attention to certain security constraints imposed by the operating system when developing applications.   Those of you readers who have read my prior posts on User Access Control in Vista (and the ...
    Posted to Software/Technology Discussion (Weblog) by robgarrett on February 12, 2007
  • Encrypt/Decrypt Web.config Sections

    Encryption of sections in my web.config file is a task I am constantly looking up on the Internet, so I thought I'd blog it here. -- Generic form for encrypting the Web.config file for a particular website...aspnet_regiis.exe -pef section physical_directory –prov provider   -- or --aspnet_regiis.exe -pe section -app ...
    Posted to Software/Technology Discussion (Weblog) by robgarrett on December 28, 2006
  • Pass by Reference

    Contrary to the beliefs of some developers, .Net reference types do not need to be passed as reference parameters (ref in C#, ByRef in VB) when a method is going to alter the contents of an object instance. Passing a object reference by reference parameter just means the method can reassign the reference to a new object instance. The following ...
    Posted to Software/Technology Discussion (Weblog) by robgarrett on October 25, 2006
Powered by Community Server, by Telligent Systems