Browse by Tags
All Tags »
ASP.NET (
RSS)
When it comes to deploying websites, many developers and companies have unique and creative ways to handle deployment. While some have fully workable solutions, I believe that there is a lot of room for growth to bring powerful and straight forward...
I work with web farms on a daily basis, and one of the requirements that I run into, for testing, troubleshooting and logging, is to tell which node is handling a specific request. To use a current example, at ORCS Web , we're testing Microsoft's new...
This blog post was a long time coming and fortunately doesn't apply to IIS7, but I thought I would finally take a few minutes and cover this shortcoming with the ASPNET tab that ASP.NET 2.0 introduced into IIS 6 and IIS 5. As I've covered in a previous...
This quick post is for my own sake so I can find it again later. :-) I refer to the following link often. Mike Volodarsky has put together a detailed list of breaking changes in IIS 7.0 and ASP.NET. For the most part IIS 7 has great compatibility with...
I thought I would spend a few minutes today testing out Graffiti from Telligent . Graffiti is a fairly new blogging and content management system (CMS) which is meant to be very easy to install and setup. True to its word, it is impressively easy to get...
A question was asked on a forum that I frequent which I thought was worth writting a blog about. Q: What is the difference between an application and an Appdomain? I understand from my research so far that an Appdomain is a container within which ASPX...
There are many times when it is worthwhile to create a custom machineKey for your web.config file. This is worthwhile on a webfarm but also worthwhile on a stand-alone server so that your machineKey remains the same after an iisreset or application pool...
This has haunted me a few times in the past, so for my own sake I figured I would write a quick blog that I can reference in the future. Hopefully others find it valuable as well. I ran into an issue today where the forms authentication timeout didn't...
Starting in the first version of ASP.NET, Microsoft has provided a tool to control which version of the framework is registered in IIS. This tool, aspnet_regiis.exe, is quite flexible and with the right understanding of how IIS and ASP.NET work, can be...
I stumbled across a very interesting find yesterday morning and Todd Carter confirmed it by sending a link to his blog entry . (it's a good read) First let me cover briefly what an AppDomain is. ASP.NET (.NET Winforms too but I won't cover that here)...
More Posts
Next page »