Archives
-
Using IIS Manager Users Authentication in your Web Application
Today in the IIS.NET Forums a question was asked if it was possible to use the same IIS Manager Users authentication in the context of a Web Application so that you could have say something like WebDAV using the same credentials as you use when using IIS Manager Remote Administration.
-
Modifying IIS 7.0 Administration.config using Javascript and AHADMIN
AHADMIN is the COM API that IIS 7.0 uses for reading and writing its configuration system. One of the not so well known features is that you can also use the same API to manage Administration.config by calling the SetMetadata method and specifying that you will be targeting Administration.config. What this ends up doing is using an IAppHostPathMapper built-in mapper that will re-map the files so that you can manage Administration.config easily.
-
"EXCEL.EXE is not a valid Win32 application" problem in Windows Vista
Every now and then after leaving my computer running for several weeks I would get a weird error message when trying to launch Excel saying something like:
-
IIS 7.0 and URL Rewrite, make your Web Site SEO
In the past few days I've been reading a bit about SEO and trying to understand more about what makes a Web Site be SEO (Search-Engine-Optimized) and what are some of the typical headaches when trying to achieve that as well as how we can implement them in IIS.