Windows Web Hosting, Web Technologies, etc
Posts tagged Windows Webhosting
Powered by WIMP:Windows, IIS, MySQL, PHP
Aug 24th
So I learned a new acronym the other day, Seems the Linux guys have LAMP: Linux, Apache, MySQL & PHP. It’s an extremely popular acronym and everyone knows exactly what you’re talking about the moment you mention it (well in geek circles anyway). The Windows guys that run PHP & MySQL are WIMP. Well I suppose I should be happy we have our own acronym but it bothers me somewhat. You see on Windows we can run MySQL & PHP, no problem. I also won’t argue that MySQL runs better on Linux because it does. But PHP runs pretty damn good on Windows, in fact it’s generally balls on accurate on windows with very little extra configuration or work needing be done. In fact, this very blog runs on WIMP and isn’t missing any features or functions that any other wordpress blog has. They call that a well engineered platform (PHP) and a damn good system administration (Windows MySQL hosting).
What bothers me a bit is that one would think “oh yeah, it’s windows hosting, that’s WIMPy” when in fact one could argue it’s as versatile if not more so than Linux. As we run PHP & MySQL, PERL, Python, you name it, everything the Linux web guys want to run and we also run ASP, ASP.net and MS SQL. Now the .NET framework is being ported to the various unix platforms via MONO, but like early PHP ports they lack the performance and functionality that is found on a Windows hosted platform and probably will never have the same performance as Microsoft keeps their special sauce still very secret. So yes I may run on WIMP, but my platform is far from wimpy.
Automatic Login for SmarterMail Webmail.
Aug 21st
One common request is how do I set it up so that my user's can automatically be logged into their smartermail webmail without having to manually enter their login id and password. Well the solution is finally here:
The URL to use is: http://mail.yourdomain.com/login.aspx?email=USER@YOURDOMAIN.COM&password=USERPASSWORDwheremail.yourdomain.com is the url to mail serverUSER@YOURDOMAIN.COM is the email address for the user in questionUSERPASSWORD is the email password for the user in question
This would also make a great bookmark because now you could click your bookmark and be automatically logged into webmail.
Another common request with smartermail's webmail is do I have to type my full email address in every time I log in? If you setup the webmail to respond to http://mail.YOURDOMAIN.COM and your email address is USER@YOURDOMAIN.COM then you can use just USER as your login id in the login form.
Connecting To Server Console In Terminal Services
Aug 18th
This was pointed out to me by my colleague Carlos, If you want to connect to the server console of a Windows 2003 server through terminal services (if you don't know what this means, it's the same as if you connected a keyboard, mouse and monitor to the server and logged in directly from in front of the box) you can execute the following:
If you want to connect to a terminal server via the command prompt you can do so by typing the following: “mstsc -v:servername /F –console”. ‘mstsc’ represents the remote desktop connection executable file, -v specifies which server to connect to, /F is for full screen mode, and –console to indicate that you want to connect to the console.
That's a pretty handy little trick as some applications will only run from the console and many popup messages only display on the console.
If that doesn’t work try: mstsc -v:servername -console
Microsoft Virtual Server 2005 Enterprise Edition FREE!
Apr 7th
Well the master of the one ups has one upped VMware, making their Enterprise Edition of Virtual Server 2005 FREE! Best of all when run on top of Win2003 Enterprise Edition R2 you get 5 Virtual machines free. You can pretty much guess what platform we'll start seeing windows virtual servers popping up on all over the place…
Extending IIS6 HTTP Error Logging
Mar 15th