Archive

Posts Tagged ‘iis’

builtwith.com (service down)

December 15th, 2011 No comments
Number of View: 458

One of my favorite tools builtwith.com was out of commission today. It was showing a 503 error Service Unavailable.
The builtwith blog mentioned that they were working on the issue. It looks like they are back and running now. I feel for the team, I’ve been there. It’s not fun. Their twitter post explained it: https://twitter.com/builtwith.

Another cool thing about builtwith.com is that it is written in C#. http://blog.builtwith.com/2011/12/15/what-is-builtwith-built-with/

Categories: .NET, Applications Tags: ,

Server Side Javascript (node.exe)

September 2nd, 2011 No comments
Number of View: 1831

There is a great post from Scott Hanselman regarding  node iis. It is the implementation of node on iis.  Node is basically a serverside javascript.   It is very interesting to me how this could be used.  I wonder if the performance of this would allow you to skip the overhead of a .net page load, similar to a handler.

Here is the article:

http://www.hanselman.com/blog/InstallingAndRunningNodejsApplicationsWithinIISOnWindowsAreYouMad.aspx

I plan on testing this next week and will report back with any thoughts or issues.

 

 

Categories: .NET, Applications Tags:

IISreporter – new site

September 10th, 2010 No comments
Number of View: 568

There is a new site over at iisreporter.com. Check out the new look and feel and leave some comments or suggestions.

IISreporter is an application that shows you connections and information regarding IIS in real-time. It allows administrators to see how many people are currently connected to the server. It is available for free and can be downloaded at iisreporter.com/download

A new version is in the works that will list sites and the number of connections to each specific site. There is also a web based version that allows you to remotely view information and connections.

IIS 7 – Web application installer

January 28th, 2009 No comments
Number of View: 430

I love the new version of IIS. One of the great elements of Server 2008 is that it has IIS7 installed. A great aspect of the new IIS is that you can now run very common applications (wordpress, and photo gallery) on Windows. These applications are PHP based and typically are hosted on Linux Servers. IIS 7 allows for you to host these applications on Windows with some great performance

A new tool from microsft allows you to install all of these applications with little or no configuration.
(Web Application Installer) http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx

Applications: DotNetNuke, Drupal, Gallery, Graffiti CMS, osCommerce, phpBB, WordPress

Give it a try. Works on Vista sp1 and Server 2008

Categories: General Tags: , ,