servermanager Questions
3
Suppose I have the following <httpErrors> collection in a web.config:
<httpErrors>
</httpErrors>
Yep, nice 'n empty.
And in IIS 7, my HTTP errors page looks like this:
Beau...
Chlori asked 23/11, 2010 at 10:34
2
Solved
I am trying to programmatically get my site status from IIS to see if it's stopped, but I kept getting the following error,
The object identifier does not represent a valid object. (Exception fr...
Parra asked 5/12, 2012 at 7:15
2
Solved
I'm trying to create bindings for IIS 8 that have the flag SNI checked (Server Name Indication) using Microsoft.Web.Administration library (.NET Framework).
This is necessary to me because I want ...
Amylase asked 9/12, 2013 at 11:16
2
Solved
I've just installed the "Request Monitor" role in "Server Manager",
hoping that I could watch all the HTTP requests come in and go out. Now how do I access this tool? I've never used this softwa...
Casa asked 23/1, 2014 at 16:45
2
Solved
I am trying to figure out if the Active Directory Domain Services are installed a windows server.
I know they show up in the Server Manager, but can I programmatically get if the role is installed...
Eileen asked 29/8, 2014 at 17:17
1
Solved
In IIS-Manager, the default web site is bound on port 80. How can I get the port by website-name, using c#? I tried the following code:
var lWebsite = "Default Web Site";
var lServerManager = new ...
Olein asked 7/4, 2014 at 12:8
1
Solved
When I try to get the list of IIS application pools from a remote server using the following code
List<ApplicationPool> appPools;
using (ServerManager serverManager = ServerManager.OpenRemo...
Lore asked 13/1, 2014 at 13:4
1
I'm using the ServerManager class (from Microsoft.Web.Administration) to create applications on a server running IIS 7. I want to configure whether the application uses anonymous authentication or ...
Towland asked 29/3, 2012 at 13:47
1
Solved
I am building a control application in MVC 4 and have encountered a really annoying problem. When I debug the project locally it works fine. However, when I deploy the project to the test server (W...
Adrien asked 13/9, 2012 at 11:50
1
Solved
i have a little problem with the ServerManager class (from the Microsoft.Web.Administration assembly) and i hope some of you can help me out.
Basically I need to create a new application inside a ...
Hynda asked 16/9, 2011 at 15:1
1
© 2022 - 2024 — McMap. All rights reserved.