Diving in Maldives, Kuredu
In April 2008 we made a diving trip to Maldives and the island Kuredu. Kuredu is in the Lhaviyani Atoll a bit north of Male airport. The diving was quite nice although I heard from Christian that there are much more life in other more southern atolls (probably due to overfishing where the islands are [...]
Avoiding local maildrop when using CDOSYS
I experienced strange problems with some ASP scripts at a clients hosted web server. The script sends e-mails after completed execution and occasionally (quite often) some of the e-mails are not delivered or are delivered much later than expected. When running in a hosted environment it is also very hard to track as you have [...]
CRM Authentication
One good way of Authenticating against CRM Webservice is not tell CRM which internally defined system user account you wish to authenticate against. I found this good article from Microsoft about how to lookup the system user account based on the GUID that it receives in CRM after you have told CRM that you wish [...]
Encoding in your Visual Studio project
Have you experienced problems in your Visual Studio projects that no matter which encoding you try to use in your pages <?xml version=”1.0″ encoding=”iso-8859-1″?> for XML or <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> but still you have problems solving swedish characters such as å, å and ö when posting information to external webservice etc.
Try and configure your [...]