If you have a SilverLight application that is making requests to a site on IIS and have reached this page, it is likely you have not put into place a client access policy. IIS by default prevents requests from other domains to prevent cross-site scripting among other malicious things. Microsoft was not too creative when [...] [...more]
A while ago I was getting an error while attempting to debug an ASP.Net application. I suppose it was trying to push temporary dll files that it needed into the temp directory, but was unable to do so. I feel as though it should be notice that this was a handler (ashx) that was being [...] [...more]
I’ve recently been working on a small project that deals with sending out emails to several different users on a Windows server. .NET is pretty well documented and I did not have a very tough time writing a function that did what I needed. Not very difficult stuff, but hey, I needed content for my [...] [...more]