gregs

iis

IIS virtualhosts and SSL

by gregs on May.21, 2008, under iis, web server

For posterity, if you are configuring several websites, that use the same IP/port combination for SSL and you are using host headers to identify them, then you’ll need to follow these steps, particularly this one here. Always strikes me as odd that when you basically have everything in a GUI, for the final step you have to crak open the command line. Especially when you consider that you don’t need to do anything for multiple hosts on port 80.

Leave a Comment more...

Mysterious IIS crashes

by gregs on Dec.16, 2005, under iis, web server

We recently started experiencing a few site crashes but there were no obvious errors, but after some investigating one of my colleagues (nicknamed the Wolf) stumbled across this error message:

CODE:
  1. DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\IWAM_BOB in order to run the server:
  2. {3D14228D-FBE1-11D0-995D-00C04FD919C1}

He dug a little further and found the solution to the problem (look for the post by yakhunter). For posterity here is the resolution.

Leave a Comment more...

How to create IIS mappings for coldfusion

by gregs on Oct.18, 2000, under ColdFusion, iis, web server

Just the other day I installed Cold Fusion Enterprise on one of our web servers hosted externally. After the re-boot I fired up a browser to test the installation. Alas the server wouldn't execute .cfm file extensions, instead offering me the chance to download these. The problem was down to the installation program not mapping .cfm extensions to the Application settings. You can check the mappings and fix this by carrying out the following steps:

  1. Start up IIS MMC.
  2. Right click on your site and select Properties.
  3. Change to Home Directory, and in the Application settings box, click on the configuration button.
  4. Under the Add mapping tab yo can see all the file extensions that your server can interpret. If .cfm is not listed, this is the reason your server s not executing the Cold Fusion templates.
  5. Click on the Add button and complete the dialogue. Under executable specify the path and file name for your CF server executable, usually <drive letter>:CFUSION\Bin\iscf.dll. Next specify the file extension, i.e. .cfm and make sure that the option for Scrip engine is ticked.

Repeat the same step for the file extension .dbm, if it's not listed either. Once done click on OK and OK again to return to the console. Fire up your browser and try it again. The files should now execute.

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!