iis-6
Automate SSL certificate install to IIS 6 sites using C#
I\'m trying to automate the process of generating a site in IIS 6 via C# code.I\'m using DirectoryServices and I\'m nearly there..I have it creating the site, setting up all the bindings etc. just fin[详细]
2023-04-13 08:57 分类:问答IIS6 Integrated Authentication fails when logging in from server, but not from client
I have an II6 server, where a website is configured for \"Integrated Authentication\". When I access the web开发者_开发技巧site from any client within the company, it prompts for username and passwor[详细]
2023-04-13 05:34 分类:问答IIS 6.0 map all requests to ISAPI except static files
I am rewriting urls in my ASP.net application (not mvc) using a custom module. My page urls have no extension suffix - for instance:[详细]
2023-04-13 02:27 分类:问答Moving a .Net website from IIS 6 - 7.5 (404.0 error)
I\'m getting the following error after migrating an app built on II6 to IIS 7.5 ModuleIIS Web Core Notification[详细]
2023-04-13 01:53 分类:问答Simple administrator area?
I want to make an administrator page for my website. It will be very simple - some fields that report various database statistics, and some tools to allow the administrator to rename certain categorie[详细]
2023-04-13 00:28 分类:问答Automatic logout when login in other site in the same server
We develop 2 sit开发者_如何学Goes in asp.net, this both use forms authentication, when a user login in one of this sites it work fine, but if login into the second site, it\'s logout for the server of[详细]
2023-04-12 00:55 分类:问答Object reference error during custom session state provider initialization
I have written a custom session state provider which works fine in debug mode but once deployed on the server (IIS 6) i get the following error:[详细]
2023-04-11 15:28 分类:问答ASP.NET gurus - small issue when setting app domain name for sharing SQL session in scale-out scenario
We have scaled-out some portions of our ASP.NET app to run on one server, and other portions to run on another server (& under a subdomain).[详细]
2023-04-10 14:28 分类:问答Webconfig redirecting from www.example.com to http://example.com
Im trying to redirect my website from www.example.com to example.com with the following code but i get 500 error.[详细]
2023-04-10 01:30 分类:问答Setup IIS for automated webpage installation
I have an installer which places the root folder of my webpage into the inetpub/wwwroot/ directory. I have three issues:[详细]
2023-04-09 14:51 分类:问答