Quantcast
Channel: All Forums
Viewing all 27852 articles
Browse latest View live

Server Affinity

$
0
0

So after getting ARR up and running with my 2 web servers I am having issues when trying to configure server affinity with my server farms. When I click on Server Affinity I get an error message that reads

########################################

There was an error while performing this operation.

Details:

Filename:

\\?\C:\windows\system32\inetsrv\config\applicationHost.config

Error: The configuration section

'system.webServer/externalCache/diskCache' cannot be read because it

is missing a section declaration

#########################################

I have no intention of using any caching features as it does not suit my needs. Other options in the GUI work fine and throw no error

I don't understand as to why this "declaration" is missing since this is a fresh install. So since I was unable to use the GUI method to set up Server affinity i tried using the command line method.

appcmd.exe set config -section:webFarms /[name='FARMNAME'].applicationRequestRouting.affinity.useCookie:"True" /commit:apphost

Surprise! It works fine, When looking in the chrome dev console i can see it creating the cookie name. Yet I still receive the same error message when going through the GUI.

Does anybody have an idea as to how I can get the GUI to stop throwing this error so i can use it to configure Server affinity in the future?


access to path denied

$
0
0

getting the error below.

is it as simple as giving right to the file only. and what account to I add to the NTFS?

thanks

Server Error in '/tool' Application. Access to the path 'C:\inetpub\qa.123.com\tool\Images\hart.png' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\qa.123.com\tool\Images\hart.png' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source File: C:\inetpub\qa.123.com\tool\hart.aspx  

IIS & PHP & symbolic links

$
0
0

Hello,

I'm trying to have our entire /media folder of our applications (which holds videos, images etc.) via a symbolic link to a NAS server.

I have sucesfully created the symbolic link, and our website.com/media pulls content from the NAS server sucesffuly.

However, what does not work are PHP includes. There are PHP files included on the /media folder, but PHP cannot access them.

For simplicity's sake I made my own custom test.php which have include to the media folder:

Warning: include(D:\inetpub\new.************.com\public\media\1.php): failed to open stream: Invalid argument in D:\inetpub\new.************.com\public\test.php on line 7


Warning: include(D:\inetpub\new.************.com\public\media\1.php): failed to open stream: Invalid argument in D:\inetpub\new.************.com\public\test.php on line 7

Warning: include(): Failed opening 'D:\inetpub\new.************.com\public\media\1.php' for inclusion (include_path='.;C:\php\pear') in D:\inetpub\new.************.com\public\test.php on line 7

 

The application pool that the website runs under, does not run under ApplicationPoolIdentity, but i have changed it and runs under an administrator account, so it could have access to the symbolic link. I can verify this by the task manager, php-cgi.exe runs under the administrator account indeed, but the includes still fail to work.

Any clues?

Thanks

Alex

WPI 5.0 with VS2010 Pro on Windows 10 Pro

$
0
0

Hello,

I installed my Visual Studio 2010 SP1 Pro on a new PC with Windows 10 Pro.  There were no issues.  I then upgraded the web deployment tools per the VS2010 help file as shown below:

I used this page to install Web Publish Update :  https://msdn.microsoft.com/library/jj161045

Here, I Downloaded and installed "Windows Azure SDK for .NET (VS 2010 SP1) for Visual Studio 2010" … file name is VS2010SP1AzurePack.2E2.2E1.exe

When I ran this Web Platorm Installer 5.0 attempted to install Windows Azure SDK 2.1 for VIsual Studio 2010.  It was not installed due to 3 files not being found (download error 404): Windows Azure Authoring Tools 2.1, Libraries for .NET 2.1, and Emulator 2.1.

My question is should I care that Azure tools were not installed, since all I wanted was to get Microsoft Web Publish 1.3 and Web Deploy 3.5.  Do I instead need to get Web Deploy 3.6, even though Windows 10 is not listed as a required OS?

Thanks in advance.

Nickalis

Publish website from Visual Studio 2010 sp1 to IIS10

$
0
0

I receive error 'Web deployment task failed. (There was an error reading IIS configuration schema from 'C:\Windows\system32\inetsrv\config\schema\'.)' using WebDeploy publish method on web application project.  I'm running VS2010 as an administrator, and I already installed the Web Publish Update from running Web Platform Installer 5.0 (VS2010SP1AzurePack.2E2.2E1.exe), which installed Web Deploy 3.5 - 2013, and Microsoft Web Publish 1.3.

So I'm not sure if there's another workaround.  Anyone else running VS2010 on Windows 10 Pro?  Should I try to run IIS 8 Express on Windows 10? Or should I just use FTP and File System deploy methods?

Thanks in advance

IIS Restarts even after stopped

$
0
0

Hi All,

I am facing problem with IIS. The problem is when I bring down the IIS for maintenance using "IISReset \stop" command the App Pools go down for sometime and they come back on their own. 

I am new to IIS and need your help to identify what is that setting which is making IIS restart again.

Any help will really helpful in understanding the auto restart behavior of IIS.

BTW forgot to mention I am using IIS 7.0 on all the App servers.

Thanks

Mohan

IIS 8.5 and tomcat, doubles status code

$
0
0

IIS 8.5 and tomcat with isapi redirect
if goes through iis doubles status code

with iis

curl http://localhost/docs/ -i

HTTP/1.1 200 200
Content-Length: 17096
Content-Type: text/html
Last-Modified: Fri, 05 May 2017 09:03:42 GMT
Accept-Ranges: bytes
ETag: W/"17096-1493975022000"
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
Date: Wed, 07 Jun 2017 06:37:29 GMT
Connection: close
...

direct:

curl http://192.168.10.10:8080/docs/ -i

HTTP/1.1 200
Accept-Ranges: bytes
ETag: W/"17096-1493975022000"
Last-Modified: Fri, 05 May 2017 09:03:42 GMT
Content-Type: text/html
Content-Length: 17096
Date: Wed, 07 Jun 2017 06:49:42 GMT
...

isapi configuration

workers.properties

worker.list=expc

worker.expc.port=8009
worker.expc.host=192.168.10.10
worker.expc.type=ajp13

worker.expc.lbfactor=1

uriworkermap.properties

/docs/*=expc


which could be the cause for this. thank you

Redirecting domain to subfolder in another domain

$
0
0

Hi,

I host the external DNS for two domains. www.first.com andwww.second.com. we have the IIS for www.second.com and in it the developers have created www.second.com/first that host all the contents of www.first.com

now i need to point www.first.com to www.second.com\first. I know Cname cannot be pointing to subfolders. So is there anyway to pointwww.first.com to www.second.com and then in IIS repoint all the requests coming from www.first.com to www.second.com/first?

or is there any other approach?

Thanks in advacen.


IIS returns 400 Bad Request when accessed with IP-Address but 200 OK when accessed with hostname

$
0
0

Hi,

I am using Windows Server 2016 IIS Version 10.0.14393.0

My default site cannot be accessed via the server ip address. Not the external and even not the internal ip address.

On the machine I receive a 400 Bad Request when trying to connect via 127.0.0.1

I receive a 200 response when connecting via localhost.

My default Binding looks like this:

<bindings>
<binding protocol="http" bindingInformation="*:80:" />
</bindings>

I receive an entry in error log (C:\Windows\System32\LogFiles\HTTPERR):

.... 400 - Hostname W3SvcInspection

Has anyone got a hint how this could be further debugged?

And the problem resolved?

Thanks in advance!

MVC => error 500 sometimes

$
0
0

Hello all,

we have an applicatoin MVC (back office under IIS 8) with one controller who receive some json from another application.

here is it the code where the json arrives : 

[HttpPost]
        public ActionResult StoreEvents(string infoToStore)
        {
            string json = null;

            Stream stream = Request.InputStream;
            stream.Seek(0, System.IO.SeekOrigin.Begin);
            json = new StreamReader(stream).ReadToEnd();
            List<xxxxx> datas = JsonConvert.DeserializeObject<List<xxxxx>>(json);


            ....
            return Json(returnedValue, JsonRequestBehavior.AllowGet);
        }

this code works but i don't know why sometimes i receive an error 500 ...

for to test this web service i used  POSTMAN with the ADDRESS and the json.

Sometimes i receive an error 500 after send 10 items in the json string and sometimes i can send 100 records without fails 

Also, on the webserver, i set into IIS a failed request tracing rules, i can reproduce the problem and obtain a xml file with many things inside ...

sorry, normally it's not me the responsabile of the IIS but my colleague it's on day off for ten day and off course i must to find a solution !

Well, inside the html file from trace i have this : 

Url
http://IP /WEB SITE/CONTROLLER/StoreEvents?infoToStore=DEVICENAME

App Pool
xxx

Authentication
anonymous

User from token
NT AUTHORITY\IUSR

Activity ID
{800000A1-0000-FB00-B63F-84710C7967BB}

-Errors & Warnings

No.↓
Severity
Event
Module Name
375. view trace
Warning
-MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName
ManagedPipelineHandler

Notification
EXECUTE_REQUEST_HANDLER

HttpStatus
500

HttpReason
Internal Server Error

HttpSubStatus
0

ErrorCode
The operation completed successfully.
 (0x0)

ConfigExceptionInfo

i think we forget something into the configuration or something else ... but i search on internet and i can't find the rigth wayyyyy ...

all idea are welcome ..

Last word, it's an device under android who send the json and i've copy paste the json for to check is the json is well formatted and the json is ok .

thanks for your time and your knowledge

virtual directory to an HTTP?

$
0
0

hello

is it possible to have a virtual directory point to an another site ( https://example.com) that has directory browsing enabled?

I was thinking that would be more a redirect/rewrite.

thanks

Add-WebConfigurationProperty doesn't seem to work

$
0
0

I'm trying to update some permissions on some FTP directories using Powershell.

I used the IIS Configuration Editor to generate the script. 

When I run the commands changes appear to modify the configuration but nothing takes effect.  When looking in IIS the changes are not reflected.

Is there something wrong with Add-WebConfigurationProperty?

#Remove All Users
Remove-WebConfigurationProperty  -pspath 'MACHINE/WEBROOT/APPHOST/ftp.server.com/DOMAIN/username'  -filter "system.ftpServer/security/authorization" -name "." -AtElement @{users='*';roles='';permissions='3'}

#Add Read Access to user
Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST/ftp.server.com/DOMAIN/username'  -filter "system.ftpServer/security/authorization" -name "." -value @{accessType='Allow';users='username';permissions='Read'}

#Add Write Access to subfolders
Add-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST/ftp.server.com/DOMAIN/username/Documents'  -filter "system.ftpServer/security/authorization" -name "." -value @{accessType='Allow';users='username';permissions='Write'}

Unable to install SQL Server 2008 Express with Advanced Services (ERROR -2068578304)

$
0
0

I have tried to install this application several time and I get the following USELESS error message " Install exit code for product 'SQL Server 2008 Express with Advanced Services' is -2068578304".

Prior to the first install, I uninstalled SQL Express 2005 and all related items.  After the first, I unistaled all of the SQL 2008 items that made it and then installed again, same error.  I am installing this on a laptop with Vista (64 bit)

Part of install log:

~~~DownloadManager Information: 0 : Adding product SQL Server 2008 Express with Advanced Services (www.microsoft.com/web/webpi/2.0/WebProductList.xml?382) to cart
DownloadManager Information: 0 : Contextual navigation to product 'www.microsoft.com/web/webpi/2.0/WebProductList.xml?382'
DownloadManager Information: 0 : Product 'www.microsoft.com/web/webpi/2.0/WebProductList.xml?382' was already in cart.
DownloadManager Information: 0 : Configuring SQL
DownloadManager Information: 0 : Using SQL mixed mode authentication
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkId=154877' to: C:\Users\Art Barnwell\AppData\Local\Temp\tmp8886.tmp
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Art Barnwell\AppData\Local\Temp\tmp8886.tmp' to: C:\Users\Art Barnwell\AppData\Local\Microsoft\Web Platform Installer\installers\SQLEXPRADV_x64_ENU.exe
DownloadManager Information: 0 : Starting EXE install for product 'SQL Server 2008 Express with Advanced Services'. Commandline is: 'C:\Users\Art Barnwell\AppData\Local\Microsoft\Web Platform Installer\installers\SQLEXPRADV_x64_ENU.exe /q /ACTION=Install /FEATURES=SQL,RS,TOOLS /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSVCStartupType=Automatic /RSSVCACCOUNT="NT AUTHORITY\Network Service" /RSSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /SECURITYMODE=SQL /SAPWD="Brandon90"'
DownloadManager Information: 0 : Waiting for process: 5036 - C:\Users\Art Barnwell\AppData\Local\Microsoft\Web Platform Installer\installers\SQLEXPRADV_x64_ENU.exe
DownloadManager Information: 0 : Install exit code for product 'SQL Server 2008 Express with Advanced Services' is -2068578304
DownloadManager Error: 0 : Install return code for product 'SQL Server 2008 Express with Advanced Services' is Failure
DownloadManager Information: 0 : Product SQL Server 2008 Express with Advanced Services done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Clearing cart

~~~

SO what does error 2068578304 mean and how do I fix it!!

Thanks in advance for your assistance,

AB

IIS 10 sites hosted on port 80 are not working

$
0
0

Hi

Recently i upgraded my machine to windows 10 and IIS version is 10. So now when i am hosting any site on port 80 its not working.Its just displaying as 'This page can’t be displayed' on IE. But if i give any other port to the site then it opens site properly like http://localhost:1280 .etc.

I tried to check anything working on port 80 using netstat -a so found that PID 4 is using port 80 and PID 4 is displayed as 'System' in task manager processes. Can you please give me solution due to what it's not working or what i needs to do to solve this issue.

Thanks,

Ashvini

disabling wshell.script for iis.users and other iis security settings

$
0
0

hello

i have ii8.5 .net4.6 on windows 2012 r2 server. i installed it as default.

on it asp and .net run.

i want to disable wshell.script for iusr.

also i have 3 virtual sites on the server. for each site has different directories.

i want to be sure that anyone of these 3 sites mustn't see others directories and  can't send a file to these sites from remotely via internet.

and other security settings.

How can i do these ?

Thanks


minBytesPerSecond webLimit setting not taking effect

$
0
0

I have set the minBytesPerSecond webLimit configuration setting to '0' in the applicationHost.config, as well as ran the following command:

appcmd.exe set config -section:system.applicationHost/webLimits /minBytesPerSecond:"0" /commit:apphost

I have restarted the server but I am still seeing errors in my HTTPERR log that show that this timeout is still occuring.  

    2017-04-26 04:32:17 <sender_ip> 52505 <server_ip> 443 - - - - - - Timer_MinBytesPerSecond -

I have also confirmed using WireShark that if I try loading one of the files from my website over and over, it will eventually hit this timeout and a RST packet will be sent from the server.

I am running a few ASP.NET 4.6.2 sites on IIS 10, running on Windows Server 2016 DC.  

I have configured the *minBytesPerSecond* option in the applicationHost.config file located at "C:\Windows\System32\inetsrv\config\".

Here is what my applicationConfig looks like:

        <configSections>
            <sectionGroup name="system.applicationHost">
                ...
                <section name="webLimits" allowDefinition="Everywhere" overrideModeDefault="Allow" />
            </sectionGroup>
            ...
        </configSections>

        ...

        <location path="" overrideMode="Allow">

            ...
            
            <system.applicationHost>
              <webLimits minBytesPerSecond="0" />
            </system.applicationHost>
        </location>
    </configuration>

I then checked through the IIS Manager the configuration loaded for each site, and it shows the value of 0 for minBytesPerSecond.

I have tried putting the setting in the global <system.applicationHost> as well, with no luck.  I have both restarted the IIS Admin service, and restarted the server after each change.

Any thoughts?

IIS 7 - config changes are not saved to root webconfig when using IIS UI

$
0
0

Is this a bug or have I missed something?

I only noticed this because I was trying to be clever and setup some health monitoring email alerts for ALL our sites on a server.

I made the smtp and healthmonitoring  changes in the IIS management tool and applied everything, and it all looked okay... however when I started exploring the other sites configs in the same UI I noticed that only 2 of the 20 sites on the server have picked up the extra Providers (listeners) and SMTP settings...

So what's happening?!?!?

Turns out its the .net framework... since the server appears to default to .net 2.0 then this is the web.config that is getting modified...

Went to C:\Windows\System32\inetsrv\config and coudn't see any smtp/health changes in the applicationhost

but then saw the changes I want are HERE, 

C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\web.config

but not HERE...

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config

thus explaining my issue...

Haven't tried investigating on a newer server, but is there are UI way to KNOW which framework you are impacting when you are changing (at the server level in IIS) the "Machine/WEBROOT" or is this ONLY doable by updating the files directly?

Issue serving proxy.pac file as a webpage.

$
0
0

Hello all,

I've spent so many hours on this now and can't figure it out.

I've created a really basic proxy.pac file, published as a website in IIS7.

Chrome and Firefox show the contents of the pac file within the browser as plain text, this is good.

But Internet Explorer always tries to download the file when I go to the URL!

It's driving my crazy trying to figure this out!

Only specific changes I've made in IIS7 are...

- MIME type (.pac) = application/x-ns-proxy-autoconfig

- HTTP response header (Content-Type) = text/plain

I am an amateur at IIS, been working in IT for 13 years but first time looking at this stuff.

First time I've ever had to post anything technical on a forum because I'm completely stumped.

I'm sure it's going to be one simple setting somewhere that I've missed, But I must have clicked on every Google result ever trying to find the answer!

Chrome Screenshot = http://imgur.com/Af2Bvdc

Internet Explorer Screenshot = http://imgur.com/dhsUzZW

Please help I will be so grateful  : - )

Thank you,

Lewis.

error installing Web Deploy For Hosting Servers

$
0
0

I'm trying to install Web Deploy For Hosting Servers on my windows server 2016 machine, but it's failing every time I try. I keep getting this message: "this product cannot be installed because a product that it depends on did not install successfully"

I can't figure out which product it depends on wasn't installed correctly! I'm thinking maybe i could remove it, reinstall it, and try installed web deploy again. Any help would be appreciated.

  • This is the content of the log file from the web installer:

DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9842185
DownloadManager Information: 0 : https://go.microsoft.com/?linkid=9842185 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: https://www.microsoft.com/web/webpi/5.0/webproductlist.xml
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 175
Date: Thu, 08 Jun 2017 09:12:05 GMT
Connection: keep-alive
Set-Cookie: m0=id=sxp156JYCA&v=5.0; expires=Sat, 08-Jun-2019 09:12:05 GMT; path=/


DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/webproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 01 Jun 2017 13:56:30 GMT
ETag: "12f84dfdedad21:0"
Cache-Control: max-age=117
Date: Thu, 08 Jun 2017 09:12:05 GMT
Connection: keep-alive


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\1343597488.xml.temp
DownloadManager Warning: 0 : Could not resolve keyword ID 5nine
DownloadManager Warning: 0 : Could not resolve keyword ID Security
DownloadManager Warning: 0 : Could not resolve keyword ID 5nine
DownloadManager Warning: 0 : Could not resolve keyword ID Security
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Portal
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Portal
DownloadManager Warning: 0 : Could not resolve keyword ID Backup
DownloadManager Warning: 0 : Could not resolve keyword ID Resource Provider
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID VMWare
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Usage
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Hybrid Cloud
DownloadManager Warning: 0 : Could not resolve keyword ID Windows Azure Pack
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Assert
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Cruiser
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Showback
DownloadManager Warning: 0 : Could not resolve keyword ID Cloud Cruiser
DownloadManager Warning: 0 : Could not resolve keyword ID Billing
DownloadManager Warning: 0 : Could not resolve keyword ID Showback
DownloadManager Warning: 0 : Could not resolve keyword ID Terawe
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Loading product xml from: https://aka.ms/webapplicationlist
DownloadManager Information: 0 : https://aka.ms/webapplicationlist responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: https://webgallery.microsoft.com/feed/webapplicationlist.xml
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 177
Date: Thu, 08 Jun 2017 09:12:09 GMT
Connection: keep-alive
Set-Cookie: m0=id=sxpR70Y24Z&v=5.0; expires=Sat, 08-Jun-2019 09:12:09 GMT; path=/


DownloadManager Information: 0 : https://webgallery.microsoft.com/feed/webapplicationlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
ETag: "804d32d0cadbd21:0"
Set-Cookie: ARRAffinity=5bba957f3eff9aedf66de5c2f5ea87aa24c0d359199367b85f68d4ebb5aaf878;Path=/;Domain=webgallery.microsoft.com
Date: Thu, 08 Jun 2017 09:12:09 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-966730450.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://aka.ms/webapplicationlist' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-966730450.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:31 GMT
ETag: "26a51545ed6acf1:0"
Cache-Control: max-age=810
Date: Thu, 08 Jun 2017 09:12:11 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-230948881.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-230948881.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Wed, 09 Dec 2015 19:05:52 GMT
ETag: "9fc99b9fb432d11:0"
Cache-Control: max-age=791
Date: Thu, 08 Jun 2017 09:12:11 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1135381691.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1135381691.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:32 GMT
ETag: "8285645ed6acf1:0"
Cache-Control: max-age=635
Date: Thu, 08 Jun 2017 09:12:11 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000
X-N: S


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1877981721.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1877981721.xml'
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9842185' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\1343597488.xml'
DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395
DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 203
Date: Thu, 08 Jun 2017 09:12:12 GMT
Connection: keep-alive


DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '25146'
DownloadManager Information: 0 : Number of bytes after possible decompression: '82063'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Information: 0 : Adding product Web Deploy 3.5 for Hosting Servers (WDeployPS) to cart
DownloadManager Information: 0 : Adding product 'WDeployPS'
DownloadManager Information: 0 : Adding dependency product 'IIS7
DownloadManager Information: 0 : Adding dependency product 'LoggingTools
DownloadManager Information: 0 : Adding dependency product 'RequestMonitor
DownloadManager Information: 0 : Adding dependency product 'ASPNET
DownloadManager Information: 0 : Adding dependency product 'ISAPIExtensions
DownloadManager Information: 0 : Adding dependency product 'ISAPIFilters
DownloadManager Information: 0 : Adding dependency product 'WDeploy_3_5
DownloadManager Information: 0 : Adding dependency product 'WDeployNoSMO
DownloadManager Information: 0 : Adding dependency product 'WDeployNoSMO_3_5
DownloadManager Information: 0 : Adding dependency product 'WDeploy_Only_3_5
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Starting IIS 8.0 component install
DownloadManager Information: 0 : Creating unattended setup file: C:\Users\Administrator\AppData\Local\Temp\2\tmpD14F.tmp
DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkID=309497&clcid=0x409' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpD15F.tmp
DownloadManager Information: 0 : Starting IIS unattended setup: C:\Windows\sysnative\dism.exe /Online /Apply-Unattend:"C:\Users\Administrator\AppData\Local\Temp\2\tmpD14F.tmp"
DownloadManager Information: 0 : Waiting for process: 4320 - C:\Windows\sysnative\dism.exe
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkID=309497&clcid=0x409 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Location: http://download.microsoft.com/download/D/4/4/D446D154-2232-49A1-9D64-F5A9429913A4/WebDeploy_amd64_en-US.msi
Server: Microsoft-IIS/8.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 0
Date: Thu, 08 Jun 2017 09:12:38 GMT
Connection: keep-alive


DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '6139904'
DownloadManager Information: 0 : Number of bytes after possible decompression: '6139904'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\2\tmpD15F.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\WDeploy_Only_3_5\000D8544B5A88B2D78E46BF939420F5CEC6094C1\WebDeploy_amd64_en-US.msi
DownloadManager Information: 0 : <?xml version="1.0" encoding="UTF-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-ServerCore-Package" version="10.0.14393.0" language="neutral" processorArchitecture="AMD64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
<selection name="IIS-WebServerRole" state="True" />
<selection name="IIS-WebServer" state="True" />
<selection name="IIS-CommonHttpFeatures" state="True" />
<selection name="IIS-StaticContent" state="True" />
<selection name="IIS-DefaultDocument" state="True" />
<selection name="IIS-DirectoryBrowsing" state="True" />
<selection name="IIS-HttpErrors" state="True" />
<selection name="IIS-HttpRedirect" state="False" />
<selection name="IIS-WebDAV" state="False" />
<selection name="IIS-ApplicationDevelopment" state="True" />
<selection name="IIS-ASPNET" state="False" />
<selection name="IIS-NetFxExtensibility" state="True" />
<selection name="IIS-ASPNET45" state="False" />
<selection name="IIS-NetFxExtensibility45" state="True" />
<selection name="IIS-ASP" state="False" />
<selection name="IIS-CGI" state="False" />
<selection name="IIS-ISAPIExtensions" state="True" />
<selection name="IIS-ISAPIFilter" state="True" />
<selection name="IIS-ServerSideIncludes" state="False" />
<selection name="IIS-WebSockets" state="False" />
<selection name="IIS-ApplicationInit" state="False" />
<selection name="IIS-HealthAndDiagnostics" state="True" />
<selection name="IIS-HttpLogging" state="True" />
<selection name="IIS-LoggingLibraries" state="True" />
<selection name="IIS-RequestMonitor" state="True" />
<selection name="IIS-HttpTracing" state="False" />
<selection name="IIS-CustomLogging" state="False" />
<selection name="IIS-ODBCLogging" state="False" />
<selection name="IIS-Security" state="True" />
<selection name="IIS-BasicAuthentication" state="False" />
<selection name="IIS-WindowsAuthentication" state="False" />
<selection name="IIS-DigestAuthentication" state="False" />
<selection name="IIS-ClientCertificateMappingAuthentication" state="False" />
<selection name="IIS-IISCertificateMappingAuthentication" state="False" />
<selection name="IIS-URLAuthorization" state="False" />
<selection name="IIS-RequestFiltering" state="True" />
<selection name="IIS-IPSecurity" state="False" />
<selection name="IIS-CertProvider" state="False" />
<selection name="IIS-Performance" state="True" />
<selection name="IIS-HttpCompressionStatic" state="True" />
<selection name="IIS-HttpCompressionDynamic" state="False" />
<selection name="IIS-WebServerManagementTools" state="True" />
<selection name="IIS-ManagementConsole" state="True" />
<selection name="IIS-ManagementScriptingTools" state="True" />
<selection name="IIS-ManagementService" state="True" />
<selection name="IIS-IIS6ManagementCompatibility" state="True" />
<selection name="IIS-Metabase" state="True" />
<selection name="IIS-WMICompatibility" state="False" />
<selection name="IIS-LegacyScripts" state="False" />
<selection name="IIS-LegacySnapIn" state="False" />
<selection name="IIS-FTPServer" state="True" />
<selection name="IIS-FTPSvc" state="True" />
<selection name="IIS-FTPExtensibility" state="False" />
<selection name="IIS-HostableWebCore" state="False" />
<selection name="WAS-WindowsActivationService" state="True" />
<selection name="WAS-ProcessModel" state="True" />
<selection name="WAS-NetFxEnvironment" state="True" />
<selection name="WAS-ConfigurationAPI" state="True" />
</package>
</servicing></unattend>
DownloadManager Error: 0 : Unattended setup returned '-2146498548'
DownloadManager Information: 0 : Product IIS: Logging Tools done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Product IIS: Request Monitor done install completed
DownloadManager Information: 0 : Increasing current install to 3
DownloadManager Information: 0 : Product IIS: ISAPI Extensions done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : Product IIS: ISAPI Filters done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Warning: 0 : Dependency failed for product 'IIS: ASP.NET'. Skipping install
DownloadManager Information: 0 : Product IIS: ASP.NET had a dependency fail. Increasing install product to 6
DownloadManager Warning: 0 : Dependency failed for product 'IIS Recommended Configuration'. Skipping install
DownloadManager Information: 0 : Product IIS Recommended Configuration had a dependency fail. Increasing install product to 7
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\WDeploy_Only_3_5\000D8544B5A88B2D78E46BF939420F5CEC6094C1\WebDeploy_amd64_en-US.msi', commandline: 'ADDLOCAL=ALL SQM=1 ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Web Deploy 3.5 - 2013' is '0'
DownloadManager Information: 0 : Install return code for product 'Web Deploy 3.5 - 2013' is Success
DownloadManager Information: 0 : Product Web Deploy 3.5 - 2013 done install completed
DownloadManager Information: 0 : Increasing current install to 8
DownloadManager Information: 0 : Web Deploy 3.5 - 2013 installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2017-06-08T09.12.38\WebDeploy_amd64_en-US.txt
DownloadManager Information: 0 : Starting EXE command for product 'Web Deploy 3.5 without bundled SQL support'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 3108
DownloadManager Information: 0 : Install exit code for product 'Web Deploy 3.5 without bundled SQL support' is '0'
DownloadManager Information: 0 : Install return code for product 'Web Deploy 3.5 without bundled SQL support' is Success
DownloadManager Information: 0 : Product Web Deploy 3.5 without bundled SQL support done install completed
DownloadManager Information: 0 : Increasing current install to 9
DownloadManager Information: 0 : Starting EXE command for product 'Web Deploy 3.5 without bundled SQL support (latest)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 3552
DownloadManager Information: 0 : Install exit code for product 'Web Deploy 3.5 without bundled SQL support (latest)' is '0'
DownloadManager Information: 0 : Install return code for product 'Web Deploy 3.5 without bundled SQL support (latest)' is Success
DownloadManager Information: 0 : Product Web Deploy 3.5 without bundled SQL support (latest) done install completed
DownloadManager Information: 0 : Increasing current install to 10
DownloadManager Information: 0 : Starting EXE command for product 'Web Deploy 3.5'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 4712
DownloadManager Information: 0 : Install exit code for product 'Web Deploy 3.5' is '0'
DownloadManager Information: 0 : Install return code for product 'Web Deploy 3.5' is Success
DownloadManager Information: 0 : Product Web Deploy 3.5 done install completed
DownloadManager Information: 0 : Increasing current install to 11
DownloadManager Warning: 0 : Dependency failed for product 'Web Deploy 3.5 for Hosting Servers'. Skipping install
DownloadManager Information: 0 : Product Web Deploy 3.5 for Hosting Servers had a dependency fail. Increasing install product to 12
DownloadManager Information: 0 : Product: LoggingTools, Install Status: InstallCompleted-Failure, Install Time: 00:00:04.9588743
DownloadManager Information: 0 : Product: RequestMonitor, Install Status: InstallCompleted-Failure, Install Time: 00:00:04.9588743
DownloadManager Information: 0 : Product: ISAPIExtensions, Install Status: InstallCompleted-Failure, Install Time: 00:00:04.9588743
DownloadManager Information: 0 : Product: ISAPIFilters, Install Status: InstallCompleted-Failure, Install Time: 00:00:04.9588743
DownloadManager Information: 0 : Product: ASPNET, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: IIS7, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WDeploy_Only_3_5, Install Status: InstallCompleted-Success, Install Time: 00:00:23.1048707
DownloadManager Information: 0 : Product: WDeployNoSMO_3_5, Install Status: InstallCompleted-Success, Install Time: 00:00:00.1110000
DownloadManager Information: 0 : Product: WDeployNoSMO, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0989990
DownloadManager Information: 0 : Product: WDeploy_3_5, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0969953
DownloadManager Information: 0 : Product: WDeployPS, Install Status: DependencyFailed-None, Install Time: 00:00:00

5 code 12 warnings in IIS log on editing username in IIS

$
0
0

Hello,

When I modify a user account for a site (connect as), IIS gives an error: "value not within expected range".

In  the log I now have 5 warnings:

1) Unable to find schema for config section 'system.xaml.hosting/httpHandlers'. This section will be ignored.
2) Unable to find schema for config section 'system.serviceModel/serviceHostingEnvironment'. This section will be ignored.
3) Unable to find schema for config section 'system.serviceModel/tracking'. This section will be ignored.
4) Unable to find schema for config section 'system.serviceModel/client'. This section will be ignored.
5) Unable to find schema for config section 'system.serviceModel/extensions'. This section will be ignored.

Are the problems related to the warnings?

And more important, how can I fix the warnings...

Viewing all 27852 articles
Browse latest View live


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