Quantcast
Channel: UI & Remote Management
Viewing all 131 articles
Browse latest View live

The Web Management Service was stopped because it did not respond.

$
0
0

I have an issue with the webmanagement service (wmsvc). The problem is it stopped working...and now every 5 minutes I get a eventid 8001 from the IIS-WMSVC.

This issue started after installing the Windows updates 2657424, 2656351 and 2656362, all updates linked to security bulletin MS11-100 (http://technet.microsoft.com/en-us/security/bulletin/ms11-100).

Allowed remote machines are unable to remotely manage IIS, the connection cannot be made. Also the wmsvc logging (W3SVC1) stopped after the mentioned updates where installed.

I know the 5 minute ping wmsvc does, is the reason I get the eventlog entry. But I cannot find out what is causing this issue.

The solution in this thread doesn't solve my issue; http://forums.iis.net/p/1174282/1965783.aspx


KB970691 For Windows 2008R2

$
0
0

We're experiencing the issues documented in KB970691, http://support.microsoft.com/kb/970691/ . I tried to apply the hotfix but it appears it doesn't apply to Windows 2008R2. I also tried the work around by manually setting the identity on ahadmin COM object but all the identity elements are ghosted and I can't change them.

I'm not sure how to proceed. We can read elements from the shared configuration file without issue but can't write.

Can anyone point me in the right direction?

Thanks!

 

Cannot write to applicationHost.config

$
0
0
I am configuring a web farm to use shared configuration. I have set that up and it all appears to work correctly. However, when using the Microsoft.Web.Administration classes to create a new AppPool remotely I get the following error: Filename: \\?\UNC\[path to share]\applicationHost.config Error: Cannot write configuration file due to insufficient permissions Here is my setup: - Created a domain account (we'll call it User) - User has Full Control to the share path (and to the file explicitly) - Shared Configuration is setup to access the files as User - Remote Management Service is setup on each server in the farm to run as User - User is a local admin for each user in the farm - User is also a local admin on the machine that I am running Microsoft.Web.Administration from - The code is being run as User I can add app pools and sites through the UI without any issue. However, when I attempt to do so via the dll is when it fails. The call to ServerManager.OpenRemote() succeeds but my first attempt to add a pool (manager.ApplicationPools.Add) fails with the above error. Anyone have any help the can offer?

Cannot log on to server using IIS7 Manager

$
0
0

Hi,

I'm using XP and have used the Web Matrix to install Umbraco. It said everything was fine after I installed but the start page does not appear. It says there's a server error and appears to be something to do with the configuration of the Web management service. However, when I go into IIS7 Manager and click on the server node I get a pop up that tells me the credentials didn't work and would I like to resupply them. However this doesn't give me access so I can't set up the Web management service.

Can anybody tell me how I can solve the access problem in IIS7 Manager?

Thanks Gus

I can't login to IIS using IIS 7 Manager

$
0
0

I'm using the IP address or the web address (xxxxxx.w07.winhost.com) and ftp username and password but I get "Remote server returned an error (401): Unauthorized.  Does anyone know how to login?

Thanks

MWA - Find application pools running websites and applications

$
0
0
Hi all - I am new new MWA and have been trying to develop something to take an inventory of sorts of different website configurations on my servers. I've been able to find the websites and applications/virtual directories underneath them easy enough, but I am having trouble relating them to the application pools. Once you have a web site, what is the best way to find out what application pool is being used to run that site? Or vise versa, if I do something like the code below to get all the application pools, is there a way to traverse back and find out what is running on that application pool? Any help would be appreciated. Thanks! foreach (ApplicationPool ap in applicationPoolsCollection) { //FIND EVERYTHING RUNNING WITHIN THIS APP POOL }

Remote Admin with Windows 8

$
0
0
Any timeframe on an update for the IIS Manager for Remote Administration with support for Windows 8?

Delegate R/W access to "Manage Web Site"

$
0
0

Hello,

I have read all resources related to Delegation and user manager but I still not able to give Write access to user.

My scenario:

  • Users have access to my Site via IIS Manager Permissions
  • Remote Connection is available via Management Service

Each user can connect to my site, but they cannot

  • Restart the site
  • Start the site
  • Stop the site
  • Edit advanced settings

They only see the "Browse Web Site" link.

I guess there is something I can do with  Feature Delegation / Management Service Delegation, but... I can't get what!

Thanks,


but can not remotely access iis iis7 iis management services have been opened

$
0
0
Error: Unable to connect to the specified computer For more information: Unable to connect to the remote server The main configuration: start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI dism /online /enable-feature /featurename:IIS-ManagementService dism /online /enable-feature /featurename:WAS-WindowsActivationService dism /online /enable-feature /featurename:WAS-ConfigurationAPI dism /online /enable-feature /featurename:IIS-NetFxExtensibility dism /online /enable-feature /featurename:IIS-HostableWebCore dism /online /enable-feature /featurename:IIS-ISAPIExtensions dism /online /enable-feature /featurename:IIS-IIS-ISAPIFilter Reg Add HKLM\Software\Microsoft\WebManagement\Server /V EnableRemoteManagement /T REG_DWORD /D 1

can i see the 'path' in content view?

$
0
0
In IIS6 admin when i open a website and it displays all the content, one of the items it displays is the 'path' info. This is useful to me since it shows which pages might have IIS redirects associated with them.

however, in IIS7 this is missing. Is there any way to add this back in? It doesn't seem as though I can change which columns appear in the content view.

Unable to start WMSVC - or connect - kind of

$
0
0

I installed the Management Service and successful set everything up.  I connected from a Windows Vista machine and life was good.

All of a sudden, after stopping it and changing to port 8173 for testing purposes and then trying to start the service again, I was unable to start the service.  I reversed everything but that didn't help.  After trying for a bit, I through I would try using Local System.  Using Local System the service started up, but I'm unable to connect to anything remotely. (this is 10 minutes after everything worked perfectly)

The error I get is:

---------------------------
Connect to Site
---------------------------
Could not connect to the specified computer.

Details: The underlying connection was closed: An unexpected error occurred on a send.
---------------------------
OK  
---------------------------

Event viewer doesn't offer any suggestions except that the WMSVC service keeps failing and starting again and that it has done this 1 time unexpectantly. 

The logs only show logs exactly like this, except for the date:

2007-07-18 03:02:00 ::1 GET /ping.axd - 8172 - ::1 Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) 200 0 0

For one, how do I switch back to Local Service when I don't know the password?  And, what else can I do to troubleshoot?  I tried with my administrator account but it does the same thing as Local System.

Note, this error is when testing on the local server too, and I've tested with windows firewall turned off.  Also note that it worked 10 minutes before and I changed virtually nothing in the meantime, so I do know that everything was configured correctly.

Thanks

Scott

Remote IISRESET

$
0
0

Hi

I have tried to setup our Windows 2008 R2 servers to allow IISRESET from one server to another.

I tried following this post http://blogs.msdn.com/b/lexli/archive/2009/05/19/the-rpc-server-is-unavailable-for-iisreset.aspx but i cannot get it to work.

What i done so far is making a changes to the registry hive HKLM\SOFTWARE\Microsoft\Rpc\Internet adding a range of ports, setting PortsInternetAvailable, UseInternetPorts (Rebooting afterwards)

Still i can only use IISRESET when i disable the firewall. Funny thing is that i don't see any dropped packages in the firewall log....

 

InetMgr Remote Admin cannot connect from WS2003

$
0
0

I have a situation where I need to administer a remote IIS7 site from a Windows Server 2003 R2 system.

I downloaded and installed the IIS Manager for Remote Administration from http://www.iis.net/download/IISManager. Before installing, I checked all the pre-requisites. The installation completed successfully, without complaint.

Running the application from the Internet Information Services (IIS) 7 Manager shortcut, the application starts.

I attempt to connect to a remote IIS7 server and the connection fails. I specified the server:port and a log in / password account that has the remote system's admin permissions.

Are there permissions that need to be enabled on the remote system to allow remote administration? Note that if I log on the the remote system using RDC with the same user name and password I can use the local IIS Manager to control the services.

The About dialog for the IIS Manager for Remote Administration installed on the Windows Server 2003 system shows Internet Information Services (Version 7.0.6001.18000).

The IIS version on the remote system that I am looking to control has IIS version 7.0.6000.16386.

Richard

Register IIS APPPOOL\MyOwnApp as SQL User on WinXP

$
0
0

I'm an old Newbie, so please speak slowly & clearly in your responses.

My first cpu (let's call it M1) has MS SQL Express 2008 r2 on WinXP.  My second cpu (let's call it M2) has IIS7.5 set up with Windows 7 Ultimate - 64 bit machine.  IIS7.5 was set-up using the default settings (just turning it on in Windows 7 setup).  I have a AppPool that is suppose to connect to SQL Express, but the application can't create the user on the WinXP running SQL Express.

I understand that when a new APPPOOL is made in IIS7.5, that a machine-user is added to the machine (some other site said it is a virtual user, I don't know).  I did that & now the machine has IIS APPPOOL\MyOwnApp as a user.  I have confirmed that indeed this is the case, as I have tested it by adding it to file security permissions.

However, whenever I try to add it as a new SQL user, I get an error message saying that the user doesn't exist.  Other sites have talked about how to do this with ISS APPPOOL\DefaultAppPool, but I can't even get that to register as a user in SQL Express.

I think the problem problem may be that the SQL server is on WinXP & IIS is 7.5 (not 5.1, which SQL may be expecting) running on the Win7 Ultimate machine.

Please help, as I can't move forward with this project unless I can get this to work.

Much Thanks!

How to use appcmd for rewrite for Windows adapting from "Apache" and "Linux" ?

$
0
0

Hello,

Lots of questions. Hope to get replies that help with the questions.

I have used "Linux" "Apache" and mod_rewrite.

The Shell and Command Line for "Apache" and "Linux" are easy. Thanks for the PowerShell and IIS cmdlets.

Trying to learn "Windows" IIS Server Rewrite the GUI Tool does work.

The Command line would be easier for Remote Desktop cases.

Need some help in migrating "Apache" to IIS Server less of a pain.

I have read the migration guide for "Apache" Administrators it helps.

I have used the IIS Manager and the Failed Request Tracing it works very well.

I like appdcmd it works like "Linux" Shell for IIS Server Settings and configurations.

The appcmd  makes it easier for a "Linux" user it works well with Remote Destop.

I use Remote Desktop "Windows"  "Linux" the IIS Manager can be a problem across a network.

I do most things for Windows IIS Server from the command prompt using appcmd.

I have Searched  IIS Net Learning and  References guides. Did I miss something ?

Constructive comments and replies welcome. 

This not  about choosing  "Linux" "Apache" "Windows" "IIS Server" one or the other.

I use both "Windows" "Linux" the decision has been made both work.

Martin

 

 

 

 


VERY SLOW to load

$
0
0

In our environment there is no outbound http traffic allowed.  IIS admin interface is very slow to load server and web site information and it looks like it is because it is trying to load some web page resources.   How can we disable or fix this?   It is aking almost 1 Minute to load IIS configuration every time we start the UI or need to reconnect to the server.

 Oh, BTW load time is subsecond on same server setup when outbound http traffic is allowed.

II7 vb.net long delay in connecting

$
0
0

I am retrieving configuration settings remotely in a vb.net 2010 application and it is taking 1min 25second to return any data.

This is running on a Windows 7 64bit connecting to a Windows Server 2008 R2 with IIS 7.5 installed.

The code I am using is:

Dim iisManager As ServerManager = Microsoft.Web.Administration.ServerManager.OpenRemote(serverName)

Dim webSites As Microsoft.Web.Administration.SiteCollection = iisManager.Sites

I have also tried the following with the same results:

Dim site As Microsoft.Web.Administration.Site = iisManager.Sites(0)

Does anyone have any suggestion on how i can speed up the retrieval of data?

thank you

How to list / change Managent Service properties via script

$
0
0

I'd need to find a way how I can list and later change the current "Mangement Service" settings for my the IIS7 installation. I need to check if the identity credentials are set to "Windows credentials only" or "Windows credentials or IIS Manager credentials". If it is "Windows credentials or IIS Manager credentials" I need to change it to "Windows credentials only".

Any advise how that can be one via scripts is appreciated ... thanks!

How to enable / disable cipher suits

$
0
0

I'm trying to modify the default settings for the cipher suits being used by my IIS7, Checked the following  pages:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;245030

http://forums.iis.net/p/1151822/1879690.aspx
http://www.sslshopper.com/article-how-to-disable-ssl-2.0-in-iis-7.html

all pointing to SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL registry keys. In my current Windows installation all the keys like SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server are missing. When I add the key and set Enabled=1 (to endable SSLv2 as I want to check if the key changes anything) basically nothing changes after a reboot.

Furthermore I also added the key SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES 56/56 with Enabled=1 and rebooted again bit the SSLScan.exe output is always the same namely:

           ___ ___| |___  ___ __ _ _ __
          / __/ __| / __|/ __/ _` | '_ \
          \__ \__ \ \__ \ (_| (_| | | | |
          |___/___/_|___/\___\__,_|_| |_|

                  Version 1.8.2-win
             http://www.titania.co.uk
        Copyright Ian Ventura-Whiting 2009
    Compiled against OpenSSL 0.9.8m 25 Feb 2010

Testing SSL server localhost on port 443

  Supported Server Cipher(s):
    Failed    SSLv2  168 bits  DES-CBC3-MD5
    Failed    SSLv2   56 bits  DES-CBC-MD5
    Failed    SSLv2  128 bits  IDEA-CBC-MD5
    Failed    SSLv2   40 bits  EXP-RC2-CBC-MD5
    Failed    SSLv2  128 bits  RC2-CBC-MD5
    Failed    SSLv2   40 bits  EXP-RC4-MD5
    Failed    SSLv2  128 bits  RC4-MD5
    Failed    SSLv3  256 bits  ADH-AES256-SHA
    Failed    SSLv3  256 bits  DHE-RSA-AES256-SHA
    Failed    SSLv3  256 bits  DHE-DSS-AES256-SHA
    Failed    SSLv3  256 bits  AES256-SHA
    Failed    SSLv3  128 bits  ADH-AES128-SHA
    Failed    SSLv3  128 bits  DHE-RSA-AES128-SHA
    Failed    SSLv3  128 bits  DHE-DSS-AES128-SHA
    Failed    SSLv3  128 bits  AES128-SHA
    Failed    SSLv3  168 bits  ADH-DES-CBC3-SHA
    Failed    SSLv3   56 bits  ADH-DES-CBC-SHA
    Failed    SSLv3   40 bits  EXP-ADH-DES-CBC-SHA
    Failed    SSLv3  128 bits  ADH-RC4-MD5
    Failed    SSLv3   40 bits  EXP-ADH-RC4-MD5
    Failed    SSLv3  168 bits  EDH-RSA-DES-CBC3-SHA
    Failed    SSLv3   56 bits  EDH-RSA-DES-CBC-SHA
    Failed    SSLv3   40 bits  EXP-EDH-RSA-DES-CBC-SHA
    Failed    SSLv3  168 bits  EDH-DSS-DES-CBC3-SHA
    Failed    SSLv3   56 bits  EDH-DSS-DES-CBC-SHA
    Failed    SSLv3   40 bits  EXP-EDH-DSS-DES-CBC-SHA
    Accepted  SSLv3  168 bits  DES-CBC3-SHA
    Failed    SSLv3   56 bits  DES-CBC-SHA
    Failed    SSLv3   40 bits  EXP-DES-CBC-SHA
    Failed    SSLv3  128 bits  IDEA-CBC-SHA
    Failed    SSLv3   40 bits  EXP-RC2-CBC-MD5
    Accepted  SSLv3  128 bits  RC4-SHA
    Accepted  SSLv3  128 bits  RC4-MD5
    Failed    SSLv3   40 bits  EXP-RC4-MD5
    Failed    SSLv3    0 bits  NULL-SHA
    Failed    SSLv3    0 bits  NULL-MD5
    Failed    TLSv1  256 bits  ADH-AES256-SHA
    Failed    TLSv1  256 bits  DHE-RSA-AES256-SHA
    Failed    TLSv1  256 bits  DHE-DSS-AES256-SHA
    Accepted  TLSv1  256 bits  AES256-SHA
    Failed    TLSv1  128 bits  ADH-AES128-SHA
    Failed    TLSv1  128 bits  DHE-RSA-AES128-SHA
    Failed    TLSv1  128 bits  DHE-DSS-AES128-SHA
    Accepted  TLSv1  128 bits  AES128-SHA
    Failed    TLSv1  168 bits  ADH-DES-CBC3-SHA
    Failed    TLSv1   56 bits  ADH-DES-CBC-SHA
    Failed    TLSv1   40 bits  EXP-ADH-DES-CBC-SHA
    Failed    TLSv1  128 bits  ADH-RC4-MD5
    Failed    TLSv1   40 bits  EXP-ADH-RC4-MD5
    Failed    TLSv1  168 bits  EDH-RSA-DES-CBC3-SHA
    Failed    TLSv1   56 bits  EDH-RSA-DES-CBC-SHA
    Failed    TLSv1   40 bits  EXP-EDH-RSA-DES-CBC-SHA
    Failed    TLSv1  168 bits  EDH-DSS-DES-CBC3-SHA
    Failed    TLSv1   56 bits  EDH-DSS-DES-CBC-SHA
    Failed    TLSv1   40 bits  EXP-EDH-DSS-DES-CBC-SHA
    Accepted  TLSv1  168 bits  DES-CBC3-SHA
    Failed    TLSv1   56 bits  DES-CBC-SHA
    Failed    TLSv1   40 bits  EXP-DES-CBC-SHA
    Failed    TLSv1  128 bits  IDEA-CBC-SHA
    Failed    TLSv1   40 bits  EXP-RC2-CBC-MD5
    Accepted  TLSv1  128 bits  RC4-SHA
    Accepted  TLSv1  128 bits  RC4-MD5
    Failed    TLSv1   40 bits  EXP-RC4-MD5
    Failed    TLSv1    0 bits  NULL-SHA
    Failed    TLSv1    0 bits  NULL-MD5

 Can anyome shed some light on that matter, For example I'd like to know:

- why is my IIS accepting the Ciphers  reported as "Accepted" above (as there are no registry keys)

- why is my IIS ignoring the registry keys I added?

The IIS7 is running in Windows 2008 R2 64Bit.

 

Thanks for your help and advise ...

The Web Management Service was stopped because it did not respond.

$
0
0

I have an issue with the webmanagement service (wmsvc). The problem is it stopped working...and now every 5 minutes I get a eventid 8001 from the IIS-WMSVC.

This issue started after installing the Windows updates 2657424, 2656351 and 2656362, all updates linked to security bulletin MS11-100 (http://technet.microsoft.com/en-us/security/bulletin/ms11-100).

Allowed remote machines are unable to remotely manage IIS, the connection cannot be made. Also the wmsvc logging (W3SVC1) stopped after the mentioned updates where installed.

I know the 5 minute ping wmsvc does, is the reason I get the eventlog entry. But I cannot find out what is causing this issue.

The solution in this thread doesn't solve my issue; http://forums.iis.net/p/1174282/1965783.aspx

Viewing all 131 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>