Tag: iis

  • Remove Windows Authentication Prompts in Firefox

    If you have intranet sites using Windows Auth that are not fully qualified domain names (fqdn) (like http://companyintranet/) you probably noticed that Firefox constantly prompts your users to enter their windows authentication credentials.  You can easily get Firefox to work like IE by allowing automatic logins. Go to “about:config” Filter the keys down to “network.automatic”…

  • Testing Email from Local Apps with a Pickup Directory

    I just learned about this neat trick that’s helpful for developing email features locally. In your web.config file you can tell your application to save emails to a folder instead of sending through an smtp server.  This way you can have your application code work as normal and check all the emails it sends by…