QUOTE (OtherNiceMan @ Dec 25 2008, 09:23 AM)

Can you post the contents of your mt-config (xxxx user and passwords).
Are you using default locations in IIS?
Here is my mt-config file:
## Movable Type configuration file ##
## ##
## This file defines system-wide settings for Movable Type ##
## In total, there are over a hundred options, but only those ##
## critical for everyone are listed below. ##
## ##
## Information on all others can be found at: ##
##
http://www.movabletype.org/documentation/a...fig-directives/ ##
################################################################
##################### REQUIRED SETTINGS ########################
################################################################
# The CGIPath is the URL to your Movable Type directory
CGIPath
http://98.221.102.88:1226/mt/# The StaticWebPath is the URL to your mt-static directory
# Note: Check the installation documentation to find out
# whether this is required for your environment. If it is not,
# simply remove it or comment out the line by prepending a "#".
StaticWebPath
http://98.221.102.88:1226/mt-staticMailTransfer smtp
SMTPServer smtp.comcast.net
#================ DATABASE SETTINGS ==================
# REMOVE all sections below that refer to databases
# other than the one you will be using.
##### MYSQL #####
ObjectDriver DBI::mysql
Database movabletype
DBUser xxxxxx
DBPassword xxxxxxx
DBHost localhost
I had the can't find bootstrap issue CGI error on IIS (version 5) so I downloaded the latest bootstrap.pm and created a virtual directory. The alternative was to modify each mt*.cgi file adding three lines (see the KB entry about bootstrap.pm not being found). That should not be the issue, cause I did try the modify files method and that didn't work either.
Next step is clean install on another web site.
Thanks