Skip to: Site menu | Main content

I know stuff!

In web development and programming, I often come across useful tidbits that solve a problem for me. I often have those problems again and can't remember that tidbit. Now I will. Maybe you can benefit too.

Fix IIS Upload Limit
Last Modified: 3/11/2010 by mr.dossett

Apparently the default for allowed upload size in IIS is around 200k. In many cases, this is not enough. Upload scripts in asp/vbscript will report "Operation not allowed", which is oh so descriptive. Found a quick and easy post on how to fix this.

Read Full Article...

SharePoint Kills IIS Admin
Last Modified: 3/11/2010 by mr.dossett

At some point our install of MOSS 2007 (SharePoint) started causing problems on the server it was installed on.  If you opened the IIS MMC, it was unable to connect to the local server and display any web sites on the server.  Makes making changes and adding new sites a little difficult. 

Read Full Article...