I keep forgetting so I am posting it in a simple to find place!

Address for WCOP is https://192.168.0.1:2372 until you get to the later firmware then this address becomes the Command View address. The WCOP becomes https://192.168.0.1:2373

Solution founf here! http://drupal.org/node/301866

#6

301866: The selected file xxxxx.jpeg could not be uploaded. Only JPEG, PNG and GIF images are allowed. (#6)
zbricoleur - September 12, 2008 - 17:19

I fixed this by modifying the core image.inc file. I guess I'm too lazy to do it right.

In /includes/image.inc, change line 117 from:

if (!is_file($file)) {

to:

if (!is_file($file) && !is_uploaded_file($file)) {

Man why is there a CSS standard if compliance is not mandatory!

I am running Chrome, FIrefox, Internet Explorer 8, Opera and Safari!

What a wierd and wonderful internet! No wonder WEB 2.0 is such a far off concept!

%windir%\system32\inetsrv\appcmd set config /section:system.webServer/fastCGI c:\php\php-cgi.exe activityTimeout:330

Worked for me. I couldn't get Atrium Drupal installed because it kept give me a php-cgi.exe The FastCG Iprocess exceeded configured request timeout error. Once I ran the above command all was good!

Great link here. Found that the theme module worked for me. I use user permissions to hide the majority of the details from the client's site maintainer
http://drupal.org/node/43577?no_cache=1256025049

http://learn.iis.net/page.aspx/505/drupal-on-iis/
http://www.iis.net/extensions/URLRewrite/

Finally!
No more recreating my menu's and links when I upload to hosting!