Search Altered Pixels.net::

IIS ::

Articles Pertaining to IIS
  • Detecting Mobile Browsers

    Posted on :: Nov 30

    It's becoming more and more common that Users are accessing your website from a mobile web browser (like that from an IPhone, Blackberry, Android or other mobile device). It's also becoming more prevelant that you need to start supporting and developing for the mobile platforms. But how would you begin?

    [Read more →]

  • Using GMAIL for your ColdFusion Server's SMTP

    Posted on :: Apr 28

    I had discovered that is is possible to use Google's GMAIL smtp server to server your ColdFusion Server Mail system. Really.
    It's not a complicated as one would think.

    [Read more →]

  • Getting IISPassword to play well with others

    Posted on :: Feb 10

    Is your IISbased site not responding, locking you out, or not linking to article?
    I had a heck of a time chasing down the problem. I eventually did  figure it out. The solution is pretty easy but certainly was not too obvious at first.

    I am using ISAPI_Rewrite 3.0 for url rewriting. Then needed to add password protection to a folder. I hate creating accounts on windows as it's such a pain in the ass. I really liked IISPassword by IIS Tools. Unfortunately, both programs use an .htaccess file and neither one understand each other. Every time I changed one setting, it would overwrite the .htaccess file and  this went back and forth for a few days.

    There is a solution and I think it's pretty easy to make both applications work in harmony. IISPassword allows you to change the file where the settings are stored. They must have anticipated these types of issues and accounted for it.

    To change the file used by IISPassword, simply follow these steps.

    [Read more →]

  • WAMP and IIS web servers running in the same server together

    Posted on :: Feb 9

    How to have both WAMP and IIS web servers running in the same server together.

    [Read more →]

  • Configuring IIS on one server, and Coldfusion on another

    Posted on :: Feb 9

    I was trying to configure my web server and coldfusion servers on seperate machines.

    My IIS server was setup to pull source from d:\\webroot. I copied the wsconfig.exe tool and its INI file from my coldfusion server root\\bin folder and ran it on my web server too hook them together.

    [Read more →]