Tagged Questions
The applicationhost tag has no wiki summary.
6
votes
1answer
2k views
IIS 7.5 applicationHost.config file is not being updated
I'm currently playing around with the Microsoft.Web.Administration (MWA) namespace in order to adjust our application to configure IIS 7.5 with the new API.
I understood that all IIS level changes ...
2
votes
2answers
326 views
Using ApplicationHost.CreateApplicationHost() to create an Asp.Net post, while loading assemblies from another location
I'm trying to use CreateApplicationHost to create an Asp.Net application host for a simple web server, however I'm getting a System.IO.FileNotFoundException when it attempts to create an instance of ...
0
votes
1answer
72 views
IIS7 - Change physical path of all sites in server config
Very close to killing myself, so please lend your ears and hands.
I've been trying to migrate an IIS7 webserver (rather large one), and so far am appalled by the state of msdeploy and using it for ...
0
votes
1answer
81 views
Multiple AppDomain with Web-based Management Consoles
I am thinking about a system that is based on plugins. I am going to create my plugins in each AppDomain and talk with them via Name Pipes in WCF. But I also want each of my plugins have some sort of ...
0
votes
1answer
2k views
Microsoft.Web.Administration.ServerManager can't read config sections containing encrypted passwords in applicationHost.config
I have some sites in IIS7 that are configured to run as domain users (MYDOMAIN\someuser).
I'm using the Microsoft.Web.Administration namespace to scan my server configuration, but it's throwing an ...