Quantcast
Viewing all 7528 articles
Browse latest View live

pool recycle and websocket

Hi all

i've a web api mvc app with aprox 1000 clients connected to it via websocket

it seems that every exaclty 1740 minutes (29 hours) all websocket are disconnected and the tried ALL to reconnect simoultaniously

we figured out that 29 hours is exaclty the default recicle time of the app pool

how can we avoid this problem? what's the correct way to manage it?


A fatal error occurred while creating a SSL client credential. Internal Error 10013

Hi,

There is a change on the client to limit SSL connection to use only use TLS1.1 or TLS1.2  protocol.

After the change, the client is unable to connect to the server via HTTPS. HTTP connection is still working fine.

The event view at the client is showing "A fatal error occurred while creating a SSL client credential. Internal Error 10013".

Anybody encountered the same issue? Can someone direct me to a solution? Thanks.

Also i am not sure why the error is showing fatal error creating SSL client instead of TLS client since SSL is disabled at both client and server.

Client Terminal: Windows 10 Enterprise 2015

Server OS: Windows Server 2012 R2 standard

IIS version: 8.5

Client Registry and Server Registry excerpts  is appended below. Thanks in advance.

Dennis

==Client Registry==

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL]
"EventLogging"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\CipherSuites]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"Enabled"=dword:00000001

==Server Registry ==

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\CipherSuites]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

help with using http_referer and url_rewrite

Hi all,

We have an IIS site at http://stats.ukdataservice.ac.uk which we use to show data.

We have a new sister site which is used for finding data, it serves more than just our site.

For example https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=4814#!/access

We have asked that they link directly to the data in question, rather than to the top level of our site, but that apparently is too much coding and politics means we can't tell them to just do it.

I'd like to be able to use URL Rewrite to look at the http_referer url and redirect to the correct url - in the above case https://stats.ukdataservice.ac.uk/Index.aspx?DataSetCode=WDI2

Try as I might I cannot get it to work, not sure if the patter matching is wrong or what and there are no examples similar on the net.

Can anyone offer any advice?

TIA

Anonymous authentication : lock violation

when trying to disable anonymous authentication from a site on windows 2012 server I am getting lock violation without any details:

I have tried different suggestions here: https://social.technet.microsoft.com/Forums/windowsserver/en-US/1ebb484c-0f3a-4061-87ad-49086eaa938d/anonymous-authentication-lock-violation?forum=winserver8gen 

made some progress and was able to change the option

now when I browse site for server itself i get a promot for username and password

if I browse site from user computer (i updated hosts file to point to the server IP and site name), it load fine without prompt for username and password.

how to fix local server for not asking for username and password?

Image may be NSFW.
Clik here to view.

Redirect Subfolder to Apache on VM

hi,

I'm trying to setup a horde groupware instance on a debian-VM, which is not publicly accessible. Horde naturally wants to be accessible on example.com/horde. example.com in my case is a website in IIS on my Windows Server 2012. So far I tried a Reverse Proxy URL-Rewrite rule:

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><outboundRules><rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1"><match filterByTags="A, Form, Img" pattern="^http(s)?://apache.on.the.local.network/horde/(.*)" /><action type="Rewrite" value="http{R:1}://example.com/{R:2}" /></rule><preConditions><preCondition name="ResponseIsHtml1"><add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" /></preCondition></preConditions></outboundRules><rules><rule name="ReverseProxyInboundRule1" stopProcessing="true"><match url="(.*)" /><action type="Rewrite" url="http://apache.on.the.local.network/horde/{R:1}" /></rule></rules></rewrite></system.webServer></configuration>

which gets me a 404 Not Found Error from Apache, saying that the requested /horde/horde/login.php wasn't found. Obviously because /horde is in there twice. Leaving /horde out of the rule results in no /horde at all and landing on the apache test site. What am I doing wrong here?

Also for ActiveSync to work I need IIS to redirect example.com/Microsoft-Server-ActiveSync as well as example.com/autodiscover/autodiscover.xml to be redirected (proxied?) to apache.on.the.local.network/horde/rpc.php. How do I do that?

Thanks in advance!

C-Desk application

Hello,

I tried to deploy C-desk application on IIS server ... I install it using web platform installer tool ... and when I arrive database creation .. it didn't create it ..

I stauck on this page http://localhost/cdesk/service.aspx

IIS won't serve static files larger than 10KB

Hi,

I'm facing a strange issue with IIS on windows 10.

No static files larger than 10KB are served.

Even if I go and try to open the http://localhost/ to see the iisstart.htm page, the iisstart.png is not loaded.

Error in Chrome: Failed to load resource: net::ERR_CONNECTION_RESET (after ~40 seconds of "pending")

No failed requests logged (trying to catch all errors from 401 to 999).

Not a Chrome issue as same happens in FireFox and Edge too.

Tried to reinstall IIS to no avail.

Frustrated. Need help.

Thank you in advance.

iis 7.5 web.config handler mappings order

My site requires one of the handler mappings on the webserver to be moved the top of the list.  I've tried removing it and re-adding it in my web.config but it goes back to its usual place towards the bottom of the list.

How can i specify in my web.config that I want a particular handler mapping to be 1st in the list?

Thanks.


Windows 10 IIS - Permission Issues From External Machines

Hi,

I have created a simple website in IIS, just a index.htm file. I can browse the page locally usinghttp://localhost but when I try and view the same page anywhere else on the network I get the following message:

"You do not have permission to view this directory or page"

Looking in the IIS logs I get the following error

2019-02-15 10:23:10 192.168.0.10 GET / - 80 - 192.168.0.103 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64;+rv:65.0)+Gecko/20100101+Firefox/65.0 - 403 2 5 48

I am running as IUSR, and appear to have the following permissions at various steps:

c:\  [IUSR:(RX)]

c:\inetpub [IUSR:(RX)]

c:\inetpub\wwwroot [IUSR:(RX)]

c:\inetpub\wwwroot\index.htm [IUSR:(RX)]

Any ideas what the problem is?

Thanks

IIS 8.0 and Website hosting

Hello Team, 

we have windows server 2012 r2, running IIS 8. we were using www.xxx.xxx.org four years ago, but after the new implementation the website changed it to www.yyy.yyy.org but both websites working just fine. Old users are using the old website to login and new users are using new/old. so its kind of mix environment. It both give them the exact same page. What can I do so that everyone will only go to www.yyy.yyy.org?

we are paying for both websites SSL cert, by doing this we can cut down the cost too.

EX: www.xxx.xxx.org  and www.yyy.yyy.org 

Reverse proxy issue for 2+ GB file upload

Hi guys,

Does anyone know how to enable uploading files more than 2gb via IIS reverse proxy?

Currently the upload process gets stuck at 2gb of uploaded data and returns HTTP 500

Setting "maxAllowedContentLength" to 4gb does not resolve the issue.

We use IIS 10 with ARR3 running on Windows Server 2016 x64.

Thanks in advance

Hosting issue

Whenever I check in whois.domaintools.com for my website www.galatta.com
I get the error: 500 Can t connect to www.www.galatta.com:443 (Bad hostname www.www.galatta.com)
and 
I continually receive an error message about a 'hosting issue' error in Google Adsense.
Any idea what's going on?

Thanks in advance

Service Unavailable Issue

Hello 

My Site is configured on Microsoft Windows Azure , with IIS 10 

During the load time I am facing the issue of Service Unavailable .... whenever the user hits are increases or load increases on the site ..it gives the error to the user " service Unavailable" 

please help me in it to resolve the issue 

RunPHP Helper is not downloading on Web Pl Downloader

I can't download RunPHP Helper on Web Pl

<div class="tw-swapa"> <div class="DHcWmd"></div> <div class="DHcWmd">This product could not be downloaded successfully:The underlying link is closed: An unexpected error occurred during sending</div> </div>

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
Location: https://webpifeed.blob.core.windows.net/webpifeed/WebProductList.xml
Server: Kestrel
Request-Context: appId=cid-v1:9b037ab9-fa5a-4c09-81bd-41ffa859f01e
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:49:40 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:49:40 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains


DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/WebProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a34d88-201e-0033-52c7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:40 GMT


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
Location: https://webgallery.microsoft.com/feed/webapplicationlist.xml
Server: Kestrel
Request-Context: appId=cid-v1:7d63747b-487e-492a-872d-762362f77974
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:49:43 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:49:43 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains


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: "01fe21aadc4d41:0"
Date: Sun, 17 Feb 2019 13:49:43 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://webpifeed.blob.core.windows.net/webpifeed/MediaProductList.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/MediaProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a353e2-201e-0033-3cc7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:45 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\2000756975.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://webpifeed.blob.core.windows.net/webpifeed/MediaProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\2000756975.xml'
DownloadManager Information: 0 : Loading product xml from: https://webpifeed.blob.core.windows.net/webpifeed/ToolsProductList.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/ToolsProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a3541c-201e-0033-6fc7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:45 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\609314840.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://webpifeed.blob.core.windows.net/webpifeed/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\609314840.xml'
DownloadManager Information: 0 : Loading product xml from: https://webpifeed.blob.core.windows.net/webpifeed/EnterpriseProductList.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/EnterpriseProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a35449-201e-0033-19c7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:45 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\140237651.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://webpifeed.blob.core.windows.net/webpifeed/EnterpriseProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\140237651.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 : https://webpifeed.blob.core.windows.net/webpifeed/resources/WebProductList_tr.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a35498-201e-0033-5fc7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:45 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-852125359.xml
DownloadManager Information: 0 : https://webgallery.microsoft.com/feed/resources/WebApplicationList_tr.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Accept-Ranges: bytes
ETag: "f7e1225ef64d41:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Sun, 17 Feb 2019 13:49:45 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1580098063.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/resources/MediaProductList_tr.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a35565-201e-0033-07c7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:46 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1015434525.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/resources/ToolsProductList_tr.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a355cf-201e-0033-63c7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:46 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\116041447.xml
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/resources/EnterpriseProductList_tr.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 The condition specified using HTTP conditional header(s) is not met.
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 62a35610-201e-0033-1dc7-c66144000000
x-ms-version: 2009-09-19
Date: Sun, 17 Feb 2019 13:49:46 GMT


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\414993980.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
Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery
Server: Kestrel
Request-Context: appId=cid-v1:9b037ab9-fa5a-4c09-81bd-41ffa859f01e
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:49:47 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:49:47 GMT
Connection: keep-alive


DownloadManager Information: 0 : Number of bytes downloaded over the internet: '0'
DownloadManager Information: 0 : Number of bytes after possible decompression: '0'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Error: 0 : Error loading rating files: System.Xml.XmlException: Kök öğesi eksik.
konum: System.Xml.XmlTextReaderImpl.Throw(Exception e)
konum: System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
konum: System.Xml.XmlTextReaderImpl.ParseDocumentContent()
konum: System.Xml.XmlTextReaderImpl.Read()
konum: System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
konum: System.Xml.XmlDocument.Load(XmlReader reader)
konum: System.Xml.XmlDocument.Load(String filename)
konum: Microsoft.Web.PlatformInstaller.ProductServiceImpl.GetAppRatings()
DownloadManager Information: 0 : Adding product PHP 5.6.31 (PHP56) to cart
DownloadManager Information: 0 : Adding product IIS için PHP Yöneticisi (PHPManager) to cart
DownloadManager Information: 0 : Adding product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS (SQLDriverPHP56IIS) to cart
DownloadManager Information: 0 : Adding product Windows Cache Extension 1.3 for PHP 5.6 (WinCache56) to cart
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Adding product 'SQLDriverPHP56IIS'
DownloadManager Information: 0 : Adding product 'WinCache56'
DownloadManager Information: 0 : Adding product 'PHP56'
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Adding dependency product 'PHP53
DownloadManager Information: 0 : Adding dependency product 'runphp
DownloadManager Information: 0 : Adding dependency product 'MSODBC11
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpB53B.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : WebClient downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpEB2A.tmp
DownloadManager Error: 0 : WebClient error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.OpenRead(Uri address)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage)
DownloadManager Warning: 0 : WebClient failure: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp20CB.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Error: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Download failure for RunPHP Helper.
DownloadManager Information: 0 : Using cached file at C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9a990b5dd518f6aafc1410c77babfad38b7ab967\msodbcsql.msi instead of downloading from https://go.microsoft.com/fwlink/?linkid=852656
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.3.19'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.3.19 had a dependency fail. Increasing install product to 2
DownloadManager Warning: 0 : Dependency failed for product 'IIS için PHP Yöneticisi'. Skipping download.
DownloadManager Information: 0 : Product IIS için PHP Yöneticisi had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9a990b5dd518f6aafc1410c77babfad38b7ab967\msodbcsql.msi', commandline: 'IACCEPTMSODBCSQLLICENSETERMS=YES ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.6.31'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.6.31 had a dependency fail. Increasing install product to 4
DownloadManager Warning: 0 : Dependency failed for product 'Windows Cache Extension 1.3 for PHP 5.6'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS'. Skipping download.
DownloadManager Information: 0 : Product Windows Cache Extension 1.3 for PHP 5.6 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS had a dependency fail. Increasing install product to 6
DownloadManager Information: 0 : MSI install return value for product 'Microsoft® ODBC Driver 11 for SQL Server®' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft® ODBC Driver 11 for SQL Server®' is Success
DownloadManager Information: 0 : Microsoft® ODBC Driver 11 for SQL Server® installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2019-02-17T11.07.52\msodbcsql.txt
DownloadManager Information: 0 : Product Microsoft® ODBC Driver 11 for SQL Server® done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : Product: runphp, Install Status: DownloadFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: MSODBC11, Install Status: InstallCompleted-Success, Install Time: 00:00:00.6396011
DownloadManager Information: 0 : Product: PHP53, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHPManager, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WinCache56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: SQLDriverPHP56IIS, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Clearing cart
DownloadManager Error: 0 : WebClient download error. Uri: http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358
Server: Microsoft-IIS/10.0
Date: Sun, 17 Feb 2019 13:51:28 GMT
Content-Length: 0


DownloadManager Error: 0 : WebClient download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://www.iis.net/favicon.ico responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://www.iis.net/favicon.ico
Server: Microsoft-IIS/10.0
Date: Sun, 17 Feb 2019 13:51:28 GMT
Content-Length: 0


DownloadManager Error: 0 : WebClient download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://www.iis.net/favicon.ico responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://www.iis.net/favicon.ico
Server: Microsoft-IIS/10.0
Date: Sun, 17 Feb 2019 13:51:29 GMT
Content-Length: 0


DownloadManager Error: 0 : WinInet download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://www.iis.net/favicon.ico responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://www.iis.net/favicon.ico
Server: Microsoft-IIS/10.0
Date: Sun, 17 Feb 2019 13:51:29 GMT
Content-Length: 0


DownloadManager Information: 0 : Adding product PHP 7.0.30 (x86) (PHP70) to cart
DownloadManager Information: 0 : Adding product IIS için PHP Yöneticisi (PHPManager) to cart
DownloadManager Information: 0 : Adding product Windows Cache Extension 2.0 (x86) for PHP 7.0 (WinCache70x86) to cart
DownloadManager Information: 0 : https://www.microsoft.com/expression/asset/logo_expression.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 55281
Cache-Control: private
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
CorrelationVector: SxrtxHglokmvm6WC.7.0
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 86
Strict-Transport-Security: max-age=31536000
X-EdgeConnect-Origin-MEX-Latency: 329
Date: Sun, 17 Feb 2019 13:51:30 GMT
Connection: keep-alive
Set-Cookie: MS-CV=SxrtxHglokmvm6WC.7; domain=.www.microsoft.com; expires=Mon, 18-Feb-2019 13:51:30 GMT; path=/
X-RTag: RT


DownloadManager Error: 0 : WinInet download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Url 'https://www.microsoft.com/expression/asset/logo_expression.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: http://www.iis.net/favicon.ico, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Adding product 'WinCache70x86'
DownloadManager Information: 0 : Adding product 'PHP70'
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Adding dependency product 'PHP53
DownloadManager Information: 0 : Adding dependency product 'VC14Redist_X86
DownloadManager Information: 0 : Adding dependency product 'runphp
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpEB52.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : WebClient downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpFA22.tmp
DownloadManager Error: 0 : WebClient error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: Uzak sunucuya bağlanılamıyor ---> System.Net.Sockets.SocketException: Bağlanılan uygun olarak belli bir süre içinde yanıt vermediğinden veya kurulan
bağlantı bağlanılan ana bilgisayar yanıt vermediğinden bir bağlantı kurulamadı 216.105.38.13:443
konum: System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
konum: System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
konum: System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.OpenRead(Uri address)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage)
DownloadManager Warning: 0 : WebClient failure: Uzak sunucuya bağlanılamıyor. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp58B7.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Error: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Download failure for RunPHP Helper.
DownloadManager Information: 0 : Downloading file 'https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp1793.tmp
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '13767776'
DownloadManager Information: 0 : Number of bytes after possible decompression: '13767776'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\2\tmp1793.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\VC14Redist_X86\BFB74E498C44D3A103CA3AA2831763FB417134D1\vc_redist.x86.exe
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.3.19'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'IIS için PHP Yöneticisi'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'PHP 7.0.30 (x86)'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Windows Cache Extension 2.0 (x86) for PHP 7.0'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.3.19 had a dependency fail. Increasing install product to 2
DownloadManager Information: 0 : Product IIS için PHP Yöneticisi had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Product PHP 7.0.30 (x86) had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product Windows Cache Extension 2.0 (x86) for PHP 7.0 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Visual C++ Redistributable Package for Visual Studio 2015 (x86)'. Commandline is: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\VC14Redist_X86\BFB74E498C44D3A103CA3AA2831763FB417134D1\vc_redist.x86.exe /install /quiet /norestart'. Process Id: 3464
DownloadManager Information: 0 : Install exit code for product 'Microsoft Visual C++ Redistributable Package for Visual Studio 2015 (x86)' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual C++ Redistributable Package for Visual Studio 2015 (x86)' is Success
DownloadManager Information: 0 : Product Microsoft Visual C++ Redistributable Package for Visual Studio 2015 (x86) done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Product: runphp, Install Status: DownloadFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: VC14Redist_X86, Install Status: InstallCompleted-Success, Install Time: 00:00:13.5564238
DownloadManager Information: 0 : Product: PHP53, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHPManager, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP70, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WinCache70x86, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Clearing cart
DownloadManager Error: 0 : WebClient download error. Uri: https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Access-Control-Allow-Origin: *
Content-Type: text/html
Date: Sun, 17 Feb 2019 13:53:42 GMT
Server: ECAcc (via/F2DD)
Timing-Allow-Origin: *
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Length: 103


DownloadManager Error: 0 : WinInet download error. Uri: https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png, Error: System.Net.WebException: Url 'https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: https://www.python.org/static/community_logos/python-powered-h-100x130.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:53:58 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:53:58 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:53:59 GMT
Date: Sun, 17 Feb 2019 13:53:59 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://dev.mysql.com/common/logos/logo-mysql-110x57.png, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Taşıma akışından beklenmeyen Dosya Sonu veya 0 bayt alındı.
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://dev.mysql.com/common/logos/logo-mysql-110x57.png responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Date: Sun, 17 Feb 2019 13:53:59 GMT
Server: Apache
X-Frame-Options: SAMEORIGIN
Location: https://dev.mysql.com/common/logos/logo-mysql-110x57.png
Content-Length: 264
Content-Type: text/html; charset=iso-8859-1


DownloadManager Error: 0 : WebClient download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://silverlight.microsoft.com/Assets/vs-webpi.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://silverlight.microsoft.com/Assets/vs-webpi.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Date: Sun, 17 Feb 2019 13:53:59 GMT
Server: ECAcc (via/F3A2)
Content-Length: 345


DownloadManager Error: 0 : WinInet download error. Uri: http://silverlight.microsoft.com/Assets/vs-webpi.png, Error: System.Net.WebException: Url 'http://silverlight.microsoft.com/Assets/vs-webpi.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://www.microsoft.com/expression/asset/logo_expression.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 55281
Cache-Control: private
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
CorrelationVector: SxrtxHglokmvm6WC.8.0
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 85
Strict-Transport-Security: max-age=31536000
X-EdgeConnect-Origin-MEX-Latency: 338
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive
Set-Cookie: MS-CV=SxrtxHglokmvm6WC.8; domain=.www.microsoft.com; expires=Mon, 18-Feb-2019 13:54:00 GMT; path=/
X-RTag: RT


DownloadManager Error: 0 : WinInet download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Url 'https://www.microsoft.com/expression/asset/logo_expression.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://www.microsoft.com/expression/asset/logo_expression.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 55281
Cache-Control: private
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
CorrelationVector: SxrtxHglokmvm6WC.8.0
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 84
Strict-Transport-Security: max-age=31536000
X-EdgeConnect-Origin-MEX-Latency: 334
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive
Set-Cookie: MS-CV=SxrtxHglokmvm6WC.8; domain=.www.microsoft.com; expires=Mon, 18-Feb-2019 13:54:00 GMT; path=/
X-RTag: RT


DownloadManager Error: 0 : WinInet download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: Url 'https://www.microsoft.com/expression/asset/logo_expression.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:54:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:54:00 GMT
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WinInet download error. Uri: http://dev.mysql.com/common/logos/logo-mysql-110x57.png, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072F7D: Unknown error 12157.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:54:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:54:00 GMT
Date: Sun, 17 Feb 2019 13:54:00 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (503) Sunucu Kullanılamıyor.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=252041 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : Response headers:
HTTP/1.1 503 Service Unavailable
Server: AkamaiGHost
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 268
Expires: Sun, 17 Feb 2019 13:54:01 GMT
Date: Sun, 17 Feb 2019 13:54:01 GMT
Connection: keep-alive


DownloadManager Error: 0 : WinInet download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: Url 'https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396' returned HTTP status code: 503
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358, Error: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358
Server: Microsoft-IIS/10.0
Date: Sun, 17 Feb 2019 13:54:02 GMT
Content-Length: 0


DownloadManager Error: 0 : WinInet download error. Uri: http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=phpmanager&DownloadId=164584&Build=17358, Error: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://info.azulsystems.com/rs/azulsystems/images/Zulu-Duke200.png, Error: System.Net.WebException: Uzak sunucu hata döndürdü: (404) Bulunamadı.
konum: System.Net.WebClient.DownloadFile(Uri address, String fileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://info.azulsystems.com/rs/azulsystems/images/Zulu-Duke200.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Server: nginx
Date: Sun, 17 Feb 2019 13:54:07 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 786
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
Set-Cookie: BIGipServersjfweb-app_http=3188195338.20480.0000; path=/; Httponly


DownloadManager Error: 0 : WinInet download error. Uri: http://info.azulsystems.com/rs/azulsystems/images/Zulu-Duke200.png, Error: System.Net.WebException: Url 'http://info.azulsystems.com/rs/azulsystems/images/Zulu-Duke200.png' returned HTTP status code: 404
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product PHP 5.6.31 (PHP56) to cart
DownloadManager Information: 0 : Adding product IIS için PHP Yöneticisi (PHPManager) to cart
DownloadManager Information: 0 : Adding product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS (SQLDriverPHP56IIS) to cart
DownloadManager Information: 0 : Adding product Windows Cache Extension 1.3 for PHP 5.6 (WinCache56) to cart
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Adding product 'SQLDriverPHP56IIS'
DownloadManager Information: 0 : Adding product 'WinCache56'
DownloadManager Information: 0 : Adding product 'PHP56'
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Adding dependency product 'PHP53
DownloadManager Information: 0 : Adding dependency product 'runphp
DownloadManager Information: 0 : Adding dependency product 'MSODBC11
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpBD6C.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : WebClient downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp19FE.tmp
DownloadManager Error: 0 : WebClient error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.OpenRead(Uri address)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage)
DownloadManager Warning: 0 : WebClient failure: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp8C8F.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Error: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Download failure for RunPHP Helper.
DownloadManager Information: 0 : Using cached file at C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9a990b5dd518f6aafc1410c77babfad38b7ab967\msodbcsql.msi instead of downloading from https://go.microsoft.com/fwlink/?linkid=852656
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.3.19'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'IIS için PHP Yöneticisi'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.6.31'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Windows Cache Extension 1.3 for PHP 5.6'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS'. Skipping download.
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9a990b5dd518f6aafc1410c77babfad38b7ab967\msodbcsql.msi', commandline: 'IACCEPTMSODBCSQLLICENSETERMS=YES ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : Product PHP 5.3.19 had a dependency fail. Increasing install product to 2
DownloadManager Information: 0 : Product IIS için PHP Yöneticisi had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Product PHP 5.6.31 had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product Windows Cache Extension 1.3 for PHP 5.6 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS had a dependency fail. Increasing install product to 6
DownloadManager Information: 0 : MSI install return value for product 'Microsoft® ODBC Driver 11 for SQL Server®' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft® ODBC Driver 11 for SQL Server®' is Success
DownloadManager Information: 0 : Product Microsoft® ODBC Driver 11 for SQL Server® done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : Microsoft® ODBC Driver 11 for SQL Server® installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2019-02-17T11.16.38\msodbcsql.txt
DownloadManager Information: 0 : Product: runphp, Install Status: DownloadFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: MSODBC11, Install Status: InstallCompleted-Success, Install Time: 00:00:01.4508025
DownloadManager Information: 0 : Product: PHP53, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHPManager, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WinCache56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: SQLDriverPHP56IIS, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Clearing cart
DownloadManager Information: 0 : Adding product PHP 5.6.31 (PHP56) to cart
DownloadManager Information: 0 : Adding product IIS için PHP Yöneticisi (PHPManager) to cart
DownloadManager Information: 0 : Adding product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS (SQLDriverPHP56IIS) to cart
DownloadManager Information: 0 : Adding product Windows Cache Extension 1.3 for PHP 5.6 (WinCache56) to cart
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Adding product 'SQLDriverPHP56IIS'
DownloadManager Information: 0 : Adding product 'WinCache56'
DownloadManager Information: 0 : Adding product 'PHP56'
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Adding dependency product 'PHP53
DownloadManager Information: 0 : Adding dependency product 'runphp
DownloadManager Information: 0 : Adding dependency product 'MSODBC11
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpD285.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : WebClient downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpD83.tmp
DownloadManager Error: 0 : WebClient error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.OpenRead(Uri address)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage)
DownloadManager Warning: 0 : WebClient failure: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp5E42.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Error: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Download failure for RunPHP Helper.
DownloadManager Information: 0 : Downloading file 'https://go.microsoft.com/fwlink/?linkid=852656' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpA773.tmp
DownloadManager Information: 0 : https://go.microsoft.com/fwlink/?linkid=852656 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download.microsoft.com/download/5/7/2/57249A3A-19D6-4901-ACCE-80924ABEB267/ENU/x64/msodbcsql.msi
Server: Kestrel
Request-Context: appId=cid-v1:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 14:05:28 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 14:05:28 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains


DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '3854336'
DownloadManager Information: 0 : Number of bytes after possible decompression: '3854336'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\2\tmpA773.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9A990B5DD518F6AAFC1410C77BABFAD38B7AB967\msodbcsql.msi
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.3.19'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'IIS için PHP Yöneticisi'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.3.19 had a dependency fail. Increasing install product to 2
DownloadManager Information: 0 : Product IIS için PHP Yöneticisi had a dependency fail. Increasing install product to 3
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.6.31'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Windows Cache Extension 1.3 for PHP 5.6'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.6.31 had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product Windows Cache Extension 1.3 for PHP 5.6 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS had a dependency fail. Increasing install product to 6
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9A990B5DD518F6AAFC1410C77BABFAD38B7AB967\msodbcsql.msi', commandline: 'IACCEPTMSODBCSQLLICENSETERMS=YES ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Microsoft® ODBC Driver 11 for SQL Server®' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft® ODBC Driver 11 for SQL Server®' is Success
DownloadManager Information: 0 : Microsoft® ODBC Driver 11 for SQL Server® installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2019-02-17T11.22.11\msodbcsql.txt
DownloadManager Information: 0 : Product Microsoft® ODBC Driver 11 for SQL Server® done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : Product: runphp, Install Status: DownloadFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: MSODBC11, Install Status: InstallCompleted-Success, Install Time: 00:00:02.1996038
DownloadManager Information: 0 : Product: PHP53, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHPManager, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WinCache56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: SQLDriverPHP56IIS, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Clearing cart
DownloadManager Information: 0 : Adding product PHP 5.6.31 (PHP56) to cart
DownloadManager Information: 0 : Adding product IIS için PHP Yöneticisi (PHPManager) to cart
DownloadManager Information: 0 : Adding product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS (SQLDriverPHP56IIS) to cart
DownloadManager Information: 0 : Adding product Windows Cache Extension 1.3 for PHP 5.6 (WinCache56) to cart
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Dependent product FastCGIBackport does not apply for current OS / configuration. Not adding
DownloadManager Information: 0 : Adding product 'SQLDriverPHP56IIS'
DownloadManager Information: 0 : Adding product 'WinCache56'
DownloadManager Information: 0 : Adding product 'PHP56'
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Adding dependency product 'PHP53
DownloadManager Information: 0 : Adding dependency product 'runphp
DownloadManager Information: 0 : Adding dependency product 'MSODBC11
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpF1AD.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : WebClient downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp9887.tmp
DownloadManager Error: 0 : WebClient error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu. ---> System.IO.IOException: Aktarma bağlantısından veriler okunamadı: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı. ---> System.Net.Sockets.SocketException: Varolan bir bağlantı uzaktaki bir ana bilgisayar tarafından zorla kapatıldı
konum: System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
konum: System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
konum: System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
konum: System.Net.TlsStream.CallProcessAuthentication(Object state)
konum: System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
konum: System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
konum: System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
konum: System.Net.ConnectStream.WriteHeaders(Boolean async)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.Net.WebClient.OpenRead(Uri address)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage)
DownloadManager Warning: 0 : WebClient failure: Temel alınan bağlantı kapatıldı: Gönderme işleminde beklenmeyen hata oluştu.. Retrying download for 'RunPHP Helper'
DownloadManager Information: 0 : Downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download' to: C:\Users\Administrator\AppData\Local\Temp\2\tmpFE3C.tmp
DownloadManager Error: 0 : Error while downloading file 'https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download'. Exception: System.Net.WebException: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.ThrowGetLastErrorException(String offendingFunction)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
konum: Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
konum: Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Error: 0 : WinInet failure: InternetOpenUrl şunu döndürdü: 0x80072EFF: Unknown error 12031.. Download failure for RunPHP Helper.
DownloadManager Information: 0 : Downloading file 'https://go.microsoft.com/fwlink/?linkid=852656' to: C:\Users\Administrator\AppData\Local\Temp\2\tmp5E09.tmp
DownloadManager Information: 0 : https://go.microsoft.com/fwlink/?linkid=852656 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Moved Temporarily
Location: https://download.microsoft.com/download/5/7/2/57249A3A-19D6-4901-ACCE-80924ABEB267/ENU/x64/msodbcsql.msi
Server: Kestrel
Request-Context: appId=cid-v1:7d63747b-487e-492a-872d-762362f77974
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Sun, 17 Feb 2019 14:11:43 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 17 Feb 2019 14:11:43 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains


DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '3854336'
DownloadManager Information: 0 : Number of bytes after possible decompression: '3854336'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\2\tmp5E09.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9A990B5DD518F6AAFC1410C77BABFAD38B7AB967\msodbcsql.msi
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.3.19'. Skipping download.
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\MSODBC11\9A990B5DD518F6AAFC1410C77BABFAD38B7AB967\msodbcsql.msi', commandline: 'IACCEPTMSODBCSQLLICENSETERMS=YES ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : Product PHP 5.3.19 had a dependency fail. Increasing install product to 2
DownloadManager Warning: 0 : Dependency failed for product 'IIS için PHP Yöneticisi'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.6.31'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Windows Cache Extension 1.3 for PHP 5.6'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS'. Skipping download.
DownloadManager Information: 0 : Product IIS için PHP Yöneticisi had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Product PHP 5.6.31 had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product Windows Cache Extension 1.3 for PHP 5.6 had a dependency fail. Increasing install product to 5
DownloadManager Information: 0 : Product Microsoft Drivers 3.2 for PHP v5.6 for SQL Server in IIS had a dependency fail. Increasing install product to 6
DownloadManager Information: 0 : MSI install return value for product 'Microsoft® ODBC Driver 11 for SQL Server®' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft® ODBC Driver 11 for SQL Server®' is Success
DownloadManager Information: 0 : Product Microsoft® ODBC Driver 11 for SQL Server® done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : Microsoft® ODBC Driver 11 for SQL Server® installation log: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\logs\install\2019-02-17T11.27.47\msodbcsql.txt
DownloadManager Information: 0 : Product: runphp, Install Status: DownloadFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: MSODBC11, Install Status: InstallCompleted-Success, Install Time: 00:00:02.5428044
DownloadManager Information: 0 : Product: PHP53, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHPManager, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: WinCache56, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: SQLDriverPHP56IIS, Install Status: DependencyFailed-None, Install Time: 00:00:00

this is a error. Please help.

appcmd command for URL rewrite rules.

Hi,

I wants to create the follwoing URL Rewrite rule using appcmd.exe command. (IIS Version : 10.0 )

<rewrite>
<rules>
<rule name="ME Rewrite Rule" stopProcessing="true">
<match url="^meopsapi/(.*)$" />
<action type="Rewrite" url="meops/meops_apiindex.php?request={R:1}" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
</rule>
</rules>
</rewrite>

When I use the following command:
appcmd.exe set config "Default Web Site/me" -section:system.webServer/rewrite/rules -[name='ME Rewrite Rule'].match.url:match url="^meopsapi/(.*)$"

I am getting error : "ERROR ( message:Cannot find requested collection element. )"

Can someone please help me to form the appcmd commands for creating the above URL Rewrite rules shown in the XML snippet?

Thanks in advance.
Unnikrishnan


How to run debug diagnostic tool as a service

Is there any way to run debug diagnostic tool as a service?

I want to collect IIS/App Pool crash dump in one of our servers. However, the server logs-off users after a few minutes of inactivity, which would close the debug diagnostic tool application. Running the tool as a service, if possible, would solve this problem.

Specifically, i'm looking to find the cause of following exception which causes the application pool to shut down:

A process serving application pool 'xxxxxxxx' suffered a fatal communication error with the Windows Process Activation Service. The process id was '12608'. The data field contains the error number.

OS: Windows Server 2012 R2

IIS: 8.5

Error instalacion PHP Manager

Windows Server 2019: Built-in SMTP server not honoring MX records?

I'm setting up a new dedicated server using Windows Server 2019. It's replacing an old one based on Windows Server 2008 R2. I have had the built-in SMTP server running on the old server with no issues. I have set up the new server to act as an SMTP server as well, using my own notes from setting up the old one, as well as double checking intructions online. Basically according to the instructions here:

http://www.vsysad.com/2017/05/install-and-configure-smtp-server-on-windows-server-2016/

It's pretty much the simplest setup possible, just using the SMTP server locally (only allows connections from 127.0.0.1) with anonymous access enabled.

The problem I'm having is that e-mail will not leave C:\inetpub\mailroot\Queue and will never reach the recipients. The Windows event log contains the following warning(s):

Event 4006, smtpsvc
"Message delivery to the host '204.79.197.212' failed while delivering to the remote domain 'hotmail.com' for the following reason: The remote server did not respond to a connection attempt."

The above is just an example using a Hotmail destination address. The same kind of message is received when trying to send to addresses on other domains.

What I've tried:

  1. I have sent e-mail manually by using Telnet. The e-mail is created and received by the local SMTP server without issues, but doesn't leave the queue folder.
  2. I have run SmtpDiag against both a Hotmail and a Gmail address. No issues. The MX records are listed as expected.
  3. I have used Nslookup and confirmed that the MX records are resolved.
  4. I have successfully connected to the Hotmail and Gmail SMTP servers using Telnet.
  5. I have used Wireshark and been able to see that my server actually tries to access the IP address of the destination e-mail address domain, at port 25. So, for Hotmail, it simply resolves the IP address of hotmail.com (which is 204.79.197.212) and tries to open a connection to this address at port 25. This obviously fails, as there's no SMTP server there. My server never even attempts to access the SMTP server at the address specified in the MX record!

That last item above also ties into an interesting thing that I noticed, which is that the IP address listed in the event 4006 log message is not one of the IP addresses listed in the MX records. It is the IP address of the actual hotmail.com domain (or the IP of any other domain I try to send to). So, why is it attempting to contact the domain in the e-mail address and not one of the addresses listed in the MX records?

To futher investigate, I used Telnet to send to an e-mail in one of my own domains. Sure enough, I find a 4006 event in the log saying:

"Message delivery to the host '[my domain's IP]' failed while delivering to the remote domain '[my domain]' for the following reason: The connection was dropped by the remote host."

It again appears that the SMTP server is trying to connect to my domain's IP and port 25 and not to the address specified in the MX record.

This is as far as I've come. Maybe I'm misinterpreting something here, but it certainly looks like Windows' SMTP server is trying to connect to the e-mail address' domain directly at port 25 (ignoring MX records)... Any ideas on what I might be doing wrong or perhaps how I should proceed in troubleshooting this?

URL rewrite to different ports (with a twist)

Hi everyone,

I'm trying to setup some kind of dynamic reverse-proxy using custom DB provider. 

My IIS server which acts a some kind of central gateway has tunnels established to various remote computers but the ports used may change over time.  We've got a SQL table used to track the remote machine and their tunnel IP adress.

Image may be NSFW.
Clik here to view.

At this moment, for the sake of simplicity, I'm using a static rewrite map instead of a custom DB Provider.

<rewrite><rules><clear /><rule name="Redirect known names to ports" stopProcessing="true"><match url=".*" /><conditions trackAllCaptures="true"><add input="{REQUEST_URI}" pattern="/(.*?)/(.*)" /><add input="{NameToPort:{C:1}}" pattern="(.+)" /></conditions><action type="Redirect" url="http://{HTTP_HOST}:{C:3}/{C:2}" appendQueryString="false" redirectType="Permanent" /></rule></rules><rewriteMaps><rewriteMap name="NameToPort"><add key="web1" value="60000" /><add key="web2" value="60001" />            </rewriteMap></rewriteMaps></rewrite>

The problem is IIS responds to browser with something like  www.gateway.com:60000/mypage.aspx (The port 60000 being internal to IIS server and not public) 

What I'd like to achieve is to send back to client an address under this formatwww.gateway.com/web1 instead

I've tried Reverse Proxy Rules templates, User-friendly rules but for the life of me, I can't make it work.

Your help would be greatly appreciated

Thanks

Handling Redirects in IIS 8

Hi Everyone,

I'm trying to figure out the best way to handle redirects on a large scale.  We recently underwent a domain and content management change and we have a lot of individual web.config files that need to be merged into a single redirect file.  I found a really good article at https://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/ that gives a nice way to do it.  The only bad part is that the AppPool has to be recycled after each modification.  Is there a better way to do this?

What if I need to redirect a page to an external URL?  The rewrite rule only accommodates for internal redirects.

Viewing all 7528 articles
Browse latest View live


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