News

Microsoft Releases Free 'Express' Version of IIS

Microsoft yesterday released a free version of its Internet Information Server (IIS) Web server, called IIS Express 7.5. The new software enables developers to build and test Web applications optimized for Microsoft's flagship IIS 7.5, and offers a more robust feature set than the ASP.NET Development Server (code named "Cassini") bundled with Visual Studio.

According to a blog post earlier this year by Microsoft Corporate Vice President of the Developer Division Scott Guthrie, IIS Express occupies the middle ground between the full-fledged IIS and the simple ASP.NET Development Server.

"We think it combines the ease of use of the ASP.NET Web Server with the full power of IIS," Guthrie wrote. "The downside with using the IIS option today, though, is that some companies don’t allow full Web servers to be installed on developer machines. IIS also requires administrator account access to setup and debug projects."

Guthrie noted that configuring Visual Studio to use IIS can require additional installation and configuration steps. Different versions of Windows also support different versions of IIS, which can create app compatibility issues.

IIS Express offers seamless Visual Studio integration that does not require an administer account to run and features a lightweight 3.9 MB download and install. Unlike ASP.NET Web Server, IIS Express supports the full IIS feature set, Guthrie wrote, "including SSL, URL Rewrite, Media Support, and all other IIS 7.x modules."

IIS Express supports all versions of ASP.NET and its application types, including ASP.NET MVC, and existing projects will work with IIS Express without code modifications, Guthrie wrote.

Microsoft released a public beta of IIS Express 7.5 earlier this month. The final version of the software can be downloaded from Microsoft's Web site.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube