Robert Lucero IIS Testing Blog
This blog covers UI stuff, Extensiblity Experiments, IIS 7, WebMatrix and general testing thoughts.
-
WebMatrix 2 Beta - Using IIS Remote Manager to Enhance Your Site
If your web hosting provider uses is an IIS shared hosting provider chances are you can use IIS Manager for Remote Administration to additionally configure your site. This post will walk you through a simple WebMatrix publish example, connect to the remote site with IIS Manager, modify a remote setting and sync the changes back to WebMatrix.
-
WebMatrix 2 Beta - Remote Site Editing
Remote site editing is integrated in to WebMatrix 2. This allows for users to quickly edit content from both the original computer where they published from or a completely different computer.
-
WebMatrix 2 Beta - NuGet Gallery
NuGet is a versatile library package system that allows users to extend their web applications with some really cool tools. WebMatrix V1 users who are familiar with NuGet remember that they had to access the NuGet Package manager through the ASP.NET WebPages administration page. Now, in WebMatrix 2, NuGet is fully integrated into the files workspace.
-
WebMatrix 2 Beta - Integrating with IIS Developer Express
I want to take the time to describe how WebMatrix works with IIS Express, the development web server. I hope that by the end of this article, users will better understand what IIS Express is capable of and how it works with WebMatrix.
-
WebMatrix 2 Beta - All About Extensions
WebMatrix 2 has been rebuilt with extensibility in mind. We have designed it to allow developers to write MEF based extensions that integrate into the WebMatrix experience. Members of the WebMatrix team have individually published some initial extensions and David Anson has a great blog post talking about how to develop your own WebMatrix 2 extensions.
-
WebMatrix 2 Beta–Top 5 Tips and Tricks
You’ve probably seen all of the cool high level features, but there are a number of cool features that are worth checking out. Like always, let us know what you think on our forums!
-
WebMatrix 2 Beta–Released!
Today we’re releasing the first public Microsoft WebMatrix 2 Beta! It contains a number of new features and improvements from version 1.
-
WebMatrix Beta – Beta 3 Released!
Just a few short weeks ago, we shipped WebMatrix Beta 2. We fixed a lot of bugs and stabilized the product overall in that release. Beta 3 is different. There are all sorts of new features to try out!
-
WebMatrix Beta - Beta 2 Released!
Yesterday, we released a refreshed Beta 2 for WebMatrix. It contains a number of bug fixes and feature improvements over Beta 1.
-
WebMatrix Beta – Database Migration and Live Database Monitoring
One of the cool WebMatrix features is the ability to manage other databases from within the WebMatrix Databases Workspace. This post describes a scenario where you can take an existing SQL Compact Edition database from a template site, migrate it to a SQL or SQLExpress database and then connect to your live database and manage it after you’ve published.