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

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 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,

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?

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

Remote connect failed

$
0
0

Hello,

I want connect from one IIS Server to another server.

A lot of connections to other servers wworks but one connection not.

Ther error message at ui is, after i have type in my password:

Could not connect to the specified computer.

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

I tried this command netsh http show urlacl and the result is:

....

 

   Reserved URL            : https://*:8172/

        User: NT SERVICE\WMSVC

            Listen: Yes

            Delegate: No

            SDDL: D:(A;;GX;;;S-1-5-80-257763619-1023834443-750927789-3464696139-

1457670516)

.....

I hope somebody can help me,

Horst

IIS Manager (Win7) - Failed to connect / Corrupted File

$
0
0

When I run IIS Manager on my Win7/64 PC, I am getting this dialog window:

https://dl.dropbox.com/u/2690181/06-12-2012%2009-18-47.png

At the end I am landing to an IIS Manager window that is empty and does not allow me to do anything.

I remember some time ago deleting one or two user-accounts related to some test-sites I had defined in IIS manager. Is is possible that this coused the corruption?

I have tried uninstalling IIS services and installing again with no result. I do not care about any missing site or whatever. I can set them up again as soon as the IIS Manager returns back to normal operation. The IIS works but only for static files. I used to have a couple of PHP sites with PHP setup in fast-cgi.

Any idea? Reinstalling the whole system is not a good idea.

 

The term 'Get-ASApplication' is not recognized as the name of a cmdlet, function, script file, or operable program

$
0
0

Hi,

I have upgraded my machine from win7 to win8.  Now the IIS Service Management apps throws this error  when opening Virtual Directory. Has anyone encountered the same problem?

Thanks for your time.

Bart

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


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 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?
Viewing all 131 articles
Browse latest View live


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