VerySimple Dev Blog

Web Servers

Installing SSL on IIS w/ multiple sites

If the server has multiple IP addresses, when you specify port 443 for SSL, you can’t just accept the SSL identity for “All Assigned” you have to add an identity for the specific IP that is assocated with this domain (or add it to all IPs assigned to this machine). If you just leave the [...]

Read the rest

Debugging Permission Problems with IIS on Windows

If you’ve locked down your machine permissions you may occasionally run into strange permission errors when developing on IIS. With all the hundreds of files that can be loaded, finding the source of the problem can be a nightmare.
One utility that I find very helpful for diagnosing problems, especially permission problems, is NT FileMon [...]

Read the rest

Serving JSP pages through IIS using Tomcat

the purpose of this document is to provide a walkthough for setting up a windows server running IIS to serve JSP pages alongside asp, html, etc. at the moment, this is a fairly complicated procedure. because microsoft does not natively support a competitive technical solution (JSP) and the java community does not necessarily like microsoft [...]

Read the rest

:: newer posts