Contents tagged with development
-
Even with the ASP.NET Integrated Pipeline on IIS, there are things you just can't do with ASP.NET modules. Here is a list of them, and why you should probably never do them.Things you still cant do with ASP.NET modules on IIS
-
If you are developing code with Azure tables, and building against .NET 3.5 DLLs, you may encounter a compilation error like this: "The name 'IgnoreResourceNotFoundException' does not exist in the current context" At LeanSentry, we do a lot of custom Azure development to power our scalable data backend. Now, most of our codebase is using [...]Is your TableServiceContext missing IgnoreResourceNotFoundException when building with .NET Framework 3.5 System.Data.Services.Client.dll?
-
One of the useful benefits of IIS 7.0 and the ASP.NET Integrated mode is the ability to protect all content using ASP.NET Forms Authentication. In the past, people would often protect the application pages themselves, and leave images and media content...(read more)IIS 7.0 Forms Authentication and Embedded Media Players
-
Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance....(read more)When to restart IIS when making changes to your application
-
IIS 7.0 provides a number of APIs that you can use to manage configuration remotely. This post provides the info and tools you need to configure remote access to IIS 7.0 configuration, including for use on Server Core installations....(read more)Connecting to IIS 7.0 configuration remotely with Microsoft.Web.Administration
-
Using Visual Studio 2005 with IIS 7.0
A few weeks back, I put together a detailed article about using Visual Studio 2008 to work with IIS 7.0 applications, collecting all the various how-to and gotchas I've blogged about in the past in one place.
Now, you can find the same information for Visual Studio 2005, in a new article titled Using Visual Studio 2005 with IIS 7.0.
See the blog post here: http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx, and check out the article at Using Visual Studio 2005 with IIS 7.0.
Thanks,
Mike
-
Using Visual Studio 2008 with IIS 7.0
In the past, I've blogged a number of times about using Visual Studio to develop and debug IIS 7.0 applications.
I am happy to say that Visual Studio 2008 has added a number of improvements to work better with IIS 7.0, making it a lot easier to use it to develop, deploy, and debug those applications both locally and on remote IIS 7.0 servers.
To help you get started with using Visual Studio 2008 to work with IIS 7.0 applications, I put together a new iis.net article precisely on the subject. Learn more about it at http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx.
Thanks,
Mike
-
MSDN Magazine: Extend IIS 7.0 end-to-end
In this month's launch edition of MSDN magazine, we celebrate the release of Windows Server 2008. It's been a long road and we are finally done!
Of course, this celebration wouldnt be complete without a juicy article on IIS 7.0 - this time, showing off the complete extensibility of the Web server by building a full-blown Web server feature with configuration and IIS Manager components. The article shows off my latest project, the Response Modification Framework, which is pretty cool on its own ...
Read the article, learn about RMF, and more at http://mvolo.com/blogs/serverside/archive/2008/02/18/MSDN-Magazine_3A00_-Extend-IIS-7.0-End_2D00_to_2D00_End.aspx.
Thanks,
Mike
-
Two-Level Authentication with Forms Authentication and Windows Authentication
The integration of IIS and ASP.NET authentication stages in Integrated mode applications brings a lot of benefits, including being able to use ASP.NET authentication features like Forms Authentication for the entire web site. However, it also prevents two-level authentication schemes that relied on the two separate authentication stages between IIS and ASP.NET from working.
I mentioned this in the list of ASP.NET breaking changes in December. Since then, I've gotten many requests for re-enabling these scenarios in Integrated mode, so I put together a workaround for doing this in Integrated mode.
To learn more and download the bits / source code of the workaround, see http://mvolo.com/blogs/serverside/archive/2008/02/11/IIS-7.0-Two_2D00_Level-Authentication-with-Forms-Authentication-and-Windows-Authentication.aspx.
Thanks,
Mike
-
Mike's IIS7 modules - what's coming next
During IIS7 development, I've written quite a few modules for IIS7 / ASP.NET. Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write.
Now, I am thinking about upgrading some of these with the feature requests and bugfixes you have been asking for, and getting some new ones up as well. Come check out what you can get right now, and weigh in on what I should next at http://mvolo.com/blogs/serverside/archive/2007/10/28/Mike_2700_s-IIS7-modules-_2D00_-what_2700_s-coming-next.aspx.