The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

IIS application pool identity account passwords shown in clear text

When I use the "appcmd list appool /text:*" command, it shows me the application pool identity passwords in clear text. I am able to view the passwords in clear text using Get-WMIObject in PowerShell ...
0
votes
1answer
67 views

IIS Authentication in web.config

In our project, a user can upload documents to a directory. The problem is that a user cannot access those files via the URL. After playing around with permissions in IIS, I was able to download a ...
0
votes
1answer
34 views

How can I trigger IISExpress to respond to changes in applicationhost.config

I've updated %userprofile%\documents\iisexpress\config\applicationhost.config per the changes on this post: http://ben.onfabrik.com/posts/aspnet-web-api-compression Namely, I've added ...
0
votes
0answers
76 views

Entity Framework cannot find connection string in ApplicationHost.config

I have a requirement to remove connection strings (currently in Web.config) elsewhere so that they are not in source contol. I have tried adding them to the Shared Configuration ...
0
votes
1answer
357 views

Command to rebuild applicationHost.config in IIS 7

Is there a way to rebuild the applicationHost.config file in IIS 7 with a Windows command? Or if you can help me fix the issue by modifying this file, that's fine too. When comparing this file to ...
0
votes
1answer
77 views

IIS 7.0 Site ID and ApplicationHost.config error

I recently used the App Cmd to add a website automatically to my IIS server. The script I used was similar to : site name="Site1 bindings="http/*:80site" id="1%%l" This was created inside a batch ...
1
vote
0answers
393 views

VS2012 changes IIS Express site bindings, how do I stop it?

I have several sites running in IIS Express for the same project. They are mapped to real domains via the host file, local.xxx.com etc. instead of localhost:XXX I add a binding for https, under ...
1
vote
0answers
587 views

IIS 7 stops working after ColdFusion 10 Upgrade

So after reading Adobe's documentation about how seemless it would be to go from ColdFusion 8 to ColdFusion 10, last week I gave it a go. I went through the installation process as I have with other ...
0
votes
0answers
500 views

Programatically disable 'Kernel-mode' authentication in IIS 7

I need to develop installer to deploy a virtual directory with windows authentication and then disable 'kernel-mode' authentication under advanced settings. I want to automate this (perform action ...
0
votes
1answer
295 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 ...
13
votes
1answer
11k 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 ...
4
votes
2answers
757 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
145 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
3k 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 ...