Tag: c#
Recently I was tasked with emailing a report to several people and the report contained data that was generated from a SQL query. Since the the report needed to …
There are several ways to secure an IIS web application on Windows Server such as using an SSL certificate, a Firewall, access control lists (ACL), and using an application …
Recently I was working on an issue where the path to an application needed to be in the server Path Environment Variable. I didn’t have physical access to the …
If you’ve ever managed a mailing list or sent out an announcement to a distribution group then you have inevitably experienced non-delivery report (NDR) floods. These messages indicate delivery …
Recently I was cleaning up a personal mailbox I’ve kept over the years for use when a 3rd party asks for an email address and I don’t want to …
Depending on how many sites your Windows web server is hosting maintaining IIS logs can be a challenge. IIS logs provide valuable insight into the traffic your sites are …
Redirecting visitors on your site from one page to another is handled by using either a 301 redirect or a 302 redirect. The numbers 301 and 302 refer to …
Email is everywhere. You may not know immediately if your web site is down but you’ll almost always know if your email isn’t working. The ability to send and …