Tag Archive | "asp.net"

IIS, Silverlight cross site / domain requests

IIS, Silverlight cross site / domain requests

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]

Programming Comments (0)

IIS / ASP.Net, Error CS0016: Could not write to output file

IIS / ASP.Net, Error CS0016: Could not write to output file

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]

Computers Comments (1)

Sending HTML emails with attachments in ASP.NET

Sending HTML emails with attachments in ASP.NET

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]

Programming Comments (0)

-->