IIS Team Blogs Tagged with "IIS News Item, ASP.NET" (RSS)

Breaking Changes for ASP.NET 2.0 applications running in Integrated mode on IIS 7.0

ASP.NET 2.0 applications on IIS 7.0 are hosted using the ASP.NET Integrated mode by default. This post lists the changes in behavior that you may encounter when deploying your ASP.NET applications on IIS 7.0 on Windows Vista SP1 and Windows Server 2008...

Developing IIS7 web server features with the .NET framework

This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. Learn about the options you have for your development environment, how to set up your Visual Studio...

Catalyst Software Publishes In-depth IIS7 Whitepaper for .NET Developers

Scott Seely just published a 30 page whitepaper on IIS7. It includes a great overview of many of the new IIS7 features and architecture, along with lots of great code samples for .NET developers. This is especially helpful if you're looking for more information...

Redirect clients in your application with HttpRedirection module

In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...

Using ASP.NET Forms Authentication with all types of content on IIS7 (Video)

One of my favorite ASP.NET features is forms authentication, supported by the powerful membership system in ASP.NET 2.0. Back when I built Web applications for a living, I remember agonizing over the building the authentication support for my applications...

Display pretty file icons in your ASP.NET applications with IconHandler

Do you like file icons? I do. They make it pretty easy to visually digest file lists in Windows, when you open a file system folder with explorer. Displaying icons in your web application can also be pretty compelling (for example, to spruce up that boring...

Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista

A number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support. There are a handful of posts about trying to get this to work in various ways ... most of which...

Real-time XHTML Validator for IIS7

TheJoyOfCode.com guys have posted a great blog entry which demonstrates the power of IIS7's integrated pipeline , and provides a useful new feature for Web developers on IIS7. Last February, they wrote an ASP.NET module that could dynamically validate...

« Previous  1 2 3 4 5

Related Tags

Microsoft Communities