Johnny Code
Fear no code

IIS

Ignoring Elmah Exception Spam

By John Bubriski on February 13, 2012

Did you setup Elmah on your website or web application? Yes? Great. Are you getting 100′s or 1000′s of exception emails every day for bots probing your site for various applications and application frameworks? Yes? Not great. Did you filter all those emails into a folder in your inbox? Yes? Then you’re doing it wrong. [...]

Posted in Programming | Tagged 403 Forbidden, Elmah, IIS, IIS6, IIS7, Request Filtering, URL Rewriting | 2 Responses

IIS6 Website Settings

In IIS6 HTTP 301 Redirect from non-www to www

By John Bubriski on January 4, 2012

This article applies to IIS6, but the concept applies to almost any public website.  You should probably setup a 301 redirect from http://example.com to http://www.example.com (or the other way around). If you don’t, bad things can happen.  Anyway, here is how you can do it in IIS6: Instructions Create a new website with the same [...]

Posted in Programming | Tagged HTTP 301 Redirect, IIS, IIS6 | Leave a response

Can’t reinstall IIS issue

By John Bubriski on September 5, 2011

I ran into this fun issue the other day where I I couldn’t access one of my sites. I assumed it was a problem with ASP.NET so I uninstalled it. To my dismay, the reinstall failed! That has never happened before! The problem was actually a simple one. I had moved one of the many [...]

Posted in Uncategorized | Tagged ASP.NET, IIS | Leave a response

First code snippet: How to uninstall and reinstall ASP.NET

By John Bubriski on May 27, 2009

So I decided to try and use this as a storage mechanism for my snippets of code.  Here is the first one!  How to uninstall and reinstall ASP.NET!  You might need to do this if you start having issues with ASP.NET. C:>cd windowsMicrosoft.NETFrameworkv2.0.50727 C:WINDOWSMicrosoft.NETFrameworkv2.0.50727>aspnet_regiis -u Start uninstalling ASP.NET (2.0.50727). ……………………………. Finished uninstalling ASP.NET (2.0.50727). C:WINDOWSMicrosoft.NETFrameworkv2.0.50727>aspnet_regiis [...]

Posted in Programming | Tagged .NET Framework, ASP.NET, IIS, Windows | 2 Responses

About Me

I'm a Software Engineer at Worcester Envelope in Auburn, MA. Check out the About page to learn more about me.
Follow @JohnBubriski

Pages

  • About Me
  • Contact Me
  • Developer Resources
  • Kentico Resources
    • Kentico Tips and Tricks
    • Settings Module for Kentico CMS

What I’m Reading

  • The Quick Python Book, Second Edition
  • ASP.NET MVC 2 in Action
  • The Art of Unit Testing: With Examples in .Net
  • Code Complete: A Practical Handbook of Software Construction

My Recent Tweets

  • "Pumped Up Kicks" by #FosterThePeople actually has some twisted lyrics... 11 hours ago
  • @codeimpossible Last time I checked most weddings (and marriages) are not democratic in nature... 13 hours ago
  • New blog post: Get BizForm Record ID http://t.co/0wdZ8vAM 15 hours ago
  • @codeimpossible trying out preview/beta bits for vnext of ASPNET. Not as bad as I made it out to be, just frustrated by some changes. 1 day ago
  • @aschepis Thanks! 1 day ago

Tags

.NET Framework AES ASP.NET AspDotNetStoreFront blogging C# Code Code Camp Cryptography Decryption Elmah Encryption entity-framework Exceptions Extension Method HTML IIS IIS6 javascript jQuery Kentico API Programming Kentico BizForms Kentico CMS Learning Python 3 Microsoft PHP plugins Productivity Quick Tip random Return Values Shortcuts SQL SQLite Development Strings Symmetric Encryption Syntax Highlighting Time Saver Travian Add On Project URL Routing Using PyGame Visual Studio web-service Windows wordpress

Archives

  • 2012 (7)
  • 2011 (11)
  • 2010 (19)
  • 2009 (12)

Programming Blogs

  • Code: Impossible
  • Coding Horror
  • Self Elected
  • Stack Overflow

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Copyright © 2012 Johnny Code.

Powered by WordPress and Hybrid.

Maintained by John Bubriski