IIS Content on InfoQ
Latest featured content about IIS

- Topics
- Dynamic Languages,
- .NET,
- Language,
- Ruby
IronRuby is Microsoft's implementation of the Ruby language we all know and love with the added bonus of interoperability with the .NET framework. It's supported by the .NET Common Language Runtime as well as, albeit unofficially, the Mono project. This article gives an introduction to IronRuby, and discusses how to run Rails applications in IronRuby as well as potential issues to look out for.

- Topics
- .NET Framework,
- Configuration Management,
- .NET,
- Enterprise Architecture,
- Architecture,
- Performance & Scalability
In this interview taken by InfoQ’s Ryan Slobojan, Dan Farino, Chief Systems Architect at MySpace, talks about the system architecture and the challenges faced when building a very large online community. Because MySpace is built almost entirely on the .NET Framework, Dan explains how a .NET product scales on hundreds of servers.

- Topics
- .NET Framework,
- Configuration Management,
- .NET,
- Enterprise Architecture,
- Architecture,
- Performance & Scalability
In this presentation filmed during QCon SF 2008, Dan Farino, Chief Systems Architect at MySpace, talked about administering thousands of web servers from a system’s architect viewpoint. He mostly detailed the performance counter monitoring used by MySpace, the system profiler and the system administration site demoing the tools for the audience to see how it works.
News about IIS
- Topics
- .NET Framework,
- .NET,
- Web Services
Ido Flatow has been posting a series on the upcoming changes to WCF in .NET 4.5. Most of these changes revolve around making configuration files lighter and easier to work with in both stand-alone and IIS hosted modes.
- Topics
- .NET
MSDeploy is a utility for migrating and synchronizing websites between servers. It can create a package to deploy web content, databases, and IIS configuration, and can also be used to keep web server farms synchronized.
- Topics
- REST,
- .NET,
- SOA
The WCF Data Services Team have recently been doing a series on the available authentication mechanisms for client/OData service authentication.
- Topics
- Web Servers,
- .NET,
- Web Frameworks,
- Tools
WebMatrix is a free tool from Microsoft putting together a web server, ASP.NET + Razor, SQL Server CE and an IDE for creating simple websites.
- Topics
- Rich Internet Apps,
- .NET,
- Silverlight,
- Rich Client / Desktop
Microsoft has announced the upcoming release of a new generation of IIS Media Services, v. 3.0, and it is going to hold an early preview of Silverlight 4 features during International Broadcasting Conference 2009 (IBC) on September 11-15th. Main features are: interactive, high-definition streaming of video content, native multicast and offline DRM support.
- Topics
- Web Servers,
- .NET
The URL Rewrite Module was originally introduced to map incoming, user-friendly URLs to pages written with ASP.NET or PHP. With version 2, the other side is addressed. URLs automatically generated by applications can rewritten before they hit the user’s browser.