IIS and ASP.NET
This article talks about how requests are dealth with by IIS and ASP.NET, and how after requests are passed to ASP.NET, how they are handled internally by various httpHandlers.
View ArticleSolution to dasBlog "Remember My Login" Not Working
A while ago, maybe 3 months, my blog stopped remembering my login. When I login I can click to have it remember my login, and thus when I return to the site I don’t have to login every time. Well I...
View ArticleHTTP Compression with IIS 6.0 and ASP.NET
Here are some nice step by step directions for getting HTTP Compression setup in IIS6. They also link to a nice site that will do a compression test for you on the public side. I was trying to test...
View ArticleCreating a test SSL certificate
Here is a nice article on creating a test (bogus) SSL certificate for your local develoment machine. ScottGu has a nice article on how to do something similar with IIS7, which is going to be the...
View Article404s on ASP.NET AJAX script files in the System.Web.Extensions folder
Recently I ran into a problem where browsing to a newly installed web app produced a bunch of javascript errors. Stuff like: “‘Type’ is not defined” and “‘Sys’ is not defined”. After debugging it for...
View ArticleHttp error 403.6 Forbidden IP Address
Have you ever come across this error message? 403.6Forbidden IP address of the client has been rejected If you are using Small Business Server you might come into this quite fast as by default it will...
View ArticleIIS6 HTTP Compression
Here are some great articles talking about properly enabling compression in IIS6. I had made some of these changes in the past, but I noticed that they had since been overwritten or not persisted. I...
View ArticleProblems serving .svc in IIS 8 on Windows 8
I recently had some problems running telerik Sitefinity on my dev machine. When I clicked on the Pages menu, it would give me a popup telling me that IIS 8.0 returned a 404. All the help online talked...
View ArticleSingle Sign On with ADFS
I’ve been looking around trying to find a good description of the specifics of how single sign on works with an ADFS server. This is the best I was able to figure out.
View ArticleFiltering with Wireshark and parsing logs with Log Parse Lizard
Recently one of my clients had one of their servers attacked. The intrusion detection caught it, and I believe a lot of the malicious stuff they were trying were correctly filtered out by asp.net as...
View Article