I am looking for a way use powershell to update the IIS servers Feature Delegation area and change the SSL Settings to Read/Write. I have read countless articles and looked throughout powershell server manager module for this setting but I can't find it documented anywhere. Is it possible to update this?
Changing the IIS Feature Delegation "SSL Settings" with powershell
My IIS Server is unavailable only in my LAN Card
I have tried to configure a IIS Server to share the folder for the internal network.
Internal network IP : 192.168.0.10.
But i blind to 192.168.0.10 and browse website , i cannot find anything.
However , i blind to 127.0.0.1 and Wifi Card , it work normally.
- I tired to use command "netstat" to find the port of 192.168.0.10 , and find that the port is listening , however i cannot telnet to it.
There is any problem with my Lan interface ??
Log analyzer
Hi,
- We are trying analyse the log files that we downloaded from our server. The log type is: IISW3CLOG.
- We tried https://www.semrush.com/log-file-analyzer/.This is only able to show the bots' hits, and not user visits
- We tried by installing Log parser studio (https://www.microsoft.com/en-in/download/details.aspx?id=24659). Using this we are able to query the needed reports for visitor counts. Instead of this we are looking for an online tool.
- Could you please suggest a good free tool in online in which we can upload the log and see the reports for url wise hits
Thanks
IIS10 Classic ASP 32-bit Application Pool Size Limit
Hello Folks,
I'm still running old VB Applications. Recently the site started to get stuck during peak hours. Seems that the app pool is pilling up requests and not processing them. I'm running Server 2016, the application pool is set for 32-bit. Does anyone know what is the Maximum Private and/or Virtual Memory Size Limit in this configuration? Is there any tool that can answer this? As i remember correctly under IIS6 it was maximum of 2GB and 3GB could be enabled with an option. I'm not sure how it works under 64 bit OS. Any help greatly appreciate it.
Michael.
IIS and Dreamweaver Templates
Hello,
I am new to web design and am trying to gain some skills and knowledge by building a website in my dev. I'm using a desktop with Windows 10 and IIS v.10.0.18362.1 and am having some issues with the way IIS is loading my pages. They're showing up without any of the formatting from the templates I'm using in Dreamweaver. I'm not sure if this is an issue with something I've done in either Dreamweaver or IIS but any tips on how to get this to work would be appreciated. The pages load fine when I use real-time preview in dreamweaver but once I try and load up my localhost, the site loses all the nice formatting and I'm too green to know where to start to fix this.
Thanks in advance!
Cannot configure FTP User Insolation
I followed different tutorials and tried a lot of things, but I always get the error: 530 cannot log in home directory inaccessible.
If i change from user name directory to FTP root directory I can login and access files. I added 4 users, gave permission to these users to files but it doesn't work.
+++##https://playersgolf-live.com/watch-together-at-home-online/
Problem Getting Problem Resolved
Need user identity for DOCKER mcr.microsoft.com/dotnet/framework/aspnet:4.8
Hi,
I am trying to host a .NET application in mcr.microsoft.com/dotnet/framework/aspnet:4.8 which requires a user identity set for the application pool.
Is this possible to set in mcr.microsoft.com/dotnet/framework/aspnet:4.8?
Could somebody show me how to use function is classic asp?
Hello
Anybody can show me how to implement this into classic asp?
function yaziyla(yazitl) { var sayi = yazitl.split("."); var sayisol = sayi[0]; var sayisag = sayi[1]; var i9; var i8; var i7; var i6; var i5; var i4; var i3; var i2; var i1; var r2; var r1; //DOKUZLAR if (sayisol.length == 9) { i = Math.floor(sayisol / 100000000); if (i == 1) { i9 = 'YÜZ' } if (i == 2) { i9 = 'IKIYÜZ' } if (i == 3) { i9 = 'ÜCYÜZ' } if (i == 4) { i9 = 'DÖRTYÜZ' } if (i == 5) { i9 = 'BEŞYÜZ' } if (i == 6) { i9 = 'ALTIYÜZ' } if (i == 7) { i9 = 'YEDIYÜZ' } if (i == 8) { i9 = 'SEKIZYÜZ' } if (i == 9) { i9 = 'DOKUZYÜZ' } if (i == 0) { i9 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i9 = '' } //SEKIZLER if (sayisol.length == 8) { i = Math.floor(sayisol / 10000000); if (i == 1) { i8 = 'ON' } if (i == 2) { i8 = 'YIRMI' } if (i == 3) { i8 = 'OTUZ' } if (i == 4) { i8 = 'KIRK' } if (i == 5) { i8 = 'ELLI' } if (i == 6) { i8 = 'ATMIŞ' } if (i == 7) { i8 = 'YETMIŞ' } if (i == 8) { i8 = 'SEKSEN' } if (i == 9) { i8 = 'DOKSAN' } if (i == 0) { i8 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i8 = '' } //YEDILER if (sayisol.length == 7) { i = Math.floor(sayisol / 1000000); if (i == 1) { if (i !== '') { i7 = 'BIRMILYON'; } else { i7 = 'MILYON'; } } if (i == 2) { i7 = 'IKIMILYON' } if (i == 3) { i7 = 'ÜCMILYON' } if (i == 4) { i7 = 'DÖRTMILYON' } if (i == 5) { i7 = 'BEŞMILYON' } if (i == 6) { i7 = 'ALTIMILYON' } if (i == 7) { i7 = 'YEDIMILYON' } if (i == 8) { i7 = 'SEKIZMILYON' } if (i == 9) { i7 = 'DOKUZMILYON' } if (i == 0) { if (i7 !== '') { i7 = 'MILYON' } else { i7 = '' } } sayisol = sayisol.substr(1, sayisol - 1); } else { i7 = '' } //ALTILAR if (sayisol.length == 6) { i = Math.floor(sayisol / 100000); if (i == 1) { i6 = 'YÜZ' } if (i == 2) { i6 = 'IKIYÜZ' } if (i == 3) { i6 = 'ÜCYÜZ' } if (i == 4) { i6 = 'DÖRTYÜZ' } if (i == 5) { i6 = 'BESYÜZ' } if (i == 6) { i6 = 'ALTIYÜZ' } if (i == 7) { i6 = 'YEDIYÜZ' } if (i == 8) { i6 = 'SEKIZYÜZ' } if (i == 9) { i6 = 'DOKUZYÜZ' } if (i == 0) { i6 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i6 = '' } //BEŞLER if (sayisol.length == 5) { i = Math.floor(sayisol / 10000); if (i == 1) { i5 = 'ON' } if (i == 2) { i5 = 'YIRMI' } if (i == 3) { i5 = 'OTUZ' } if (i == 4) { i5 = 'KIRK' } if (i == 5) { i5 = 'ELLI' } if (i == 6) { i5 = 'ATMIS' } if (i == 7) { i5 = 'YETMIS' } if (i == 8) { i5 = 'SEKSEN' } if (i == 9) { i5 = 'DOKSAN' } if (i == 0) { i5 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i5 = '' } //DÖRTLER if (sayisol.length == 4) { i = Math.floor(sayisol / 1000); if (i == 1) { if (i !== '') { i4 = 'BİRBİN'; } else { i4 = 'BİN'; } } if (i == 2) { i4 = 'IKIBIN' } if (i == 3) { i4 = 'ÜCBIN' } if (i == 4) { i4 = 'DÖRTBIN' } if (i == 5) { i4 = 'BESBIN' } if (i == 6) { i4 = 'ALTIBIN' } if (i == 7) { i4 = 'YEDIBIN' } if (i == 8) { i4 = 'SEKIZBIN' } if (i == 9) { i4 = 'DOKUZBIN' } if (i == 0) { if (i4 !== '') { i4 = 'BIN' } else { i4 = '' } } sayisol = sayisol.substr(1, sayisol - 1); } else { i4 = '' } //ÜCLER if (sayisol.length == 3) { i = Math.floor(sayisol / 100); if (i == 1) { i3 = 'YÜZ' } if (i == 2) { i3 = 'IKIYÜZ' } if (i == 3) { i3 = 'ÜCYÜZ' } if (i == 4) { i3 = 'DÖRTYÜZ' } if (i == 5) { i3 = 'BESYÜZ' } if (i == 6) { i3 = 'ALTIYÜZ' } if (i == 7) { i3 = 'YEDIYÜZ' } if (i == 8) { i3 = 'SEKIZYÜZ' } if (i == 9) { i3 = 'DOKUZYÜZ' } if (i == 0) { i3 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i3 = '' } //IKILERR if (sayisol.length == 2) { i = Math.floor(sayisol / 10); if (i == 1) { i2 = 'ON' } if (i == 2) { i2 = 'YIRMI' } if (i == 3) { i2 = 'OTUZ' } if (i == 4) { i2 = 'KIRK' } if (i == 5) { i2 = 'ELLI' } if (i == 6) { i2 = 'ATMIS' } if (i == 7) { i2 = 'YETMIS' } if (i == 8) { i2 = 'SEKSEN' } if (i == 9) { i2 = 'DOKSAN' } if (i == 0) { i2 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i2 = '' } //BIRLER if (sayisol.length == 1) { i = Math.floor(sayisol / 1); if (i == 1) { i1 = 'BIR' } if (i == 2) { i1 = 'IKI' } if (i == 3) { i1 = 'ÜC' } if (i == 4) { i1 = 'DÖRT' } if (i == 5) { i1 = 'BES' } if (i == 6) { i1 = 'ALTI' } if (i == 7) { i1 = 'YEDI' } if (i == 8) { i1 = 'SEKIZ' } if (i == 9) { i1 = 'DOKUZ' } if (i == 0) { i1 = '' } sayisol = sayisol.substr(1, sayisol - 1); } else { i1 = '' } //SAĞ IKI if (sayisag !== undefined) { if (sayisag.length == 2) { i = Math.floor(sayisag / 10); if (i == 1) { r2 = 'ON' } if (i == 2) { r2 = 'YIRMI' } if (i == 3) { r2 = 'OTUZ' } if (i == 4) { r2 = 'KIRK' } if (i == 5) { r2 = 'ELLI' } if (i == 6) { r2 = 'ATMIS' } if (i == 7) { r2 = 'YETMIS' } if (i == 8) { r2 = 'SEKSEN' } if (i == 9) { r2 = 'DOKSAN' } if (i == 0) { r2 = '' } sayisag = sayisag.substr(1, sayisag - 1); } //SAĞ BIR if (sayisag.length == 1) { i = Math.floor(sayisag / 1); if (i == 1) { r1 = 'BIR' } if (i == 2) { r1 = 'IKI' } if (i == 3) { r1 = 'ÜC' } if (i == 4) { r1 = 'DÖRT' } if (i == 1) { r1 = 'BES' } if (i == 6) { r1 = 'ALTI' } if (i == 7) { r1 = 'YEDI' } if (i == 8) { r1 = 'SEKIZ' } if (i == 9) { r1 = 'DOKUZ' } if (i == 0) { r1 = '' } sayisag = sayisag.substr(1, sayisag - 1); } } else { r2 = ''; r1 = 'SIFIR'; } return i9 + i8 + i7 + i6 + i5 + i4 + i3 + i2 + i1 + ' TL ' + r2 + r1 + ' KRS'; }
My form.asp page is<form method="post" action=""><input name="TUTAR" type="text" value="1250,25" tabindex="1" style="width: 93px"><input name="Button1" type="submit" value="SUBMIT" tabindex="2"></form>
Web Deploy 3.6 on Windows Server 2019 usage issue
Hello,
I installed Web Deploy 3.6 using standalone installer with complete features.
After installation I discovered that I can't use deploy procedure with non-administrator accounts.
However I was able to do it on previous versions of Windows Server (2012/2016).
When I was trying to investigate the issue I discovered that Web Deploy installation didn't create WPDeploy* users and didn't create rules for Management Service Delegation. So most likely it is a source of the issue.
I tried to repair and reinstall Web Deploy several times, but the issue still exist.
It looks like that Web Deploy 3.6 is not compatible with WS 2019 / IIS.
Error 503 with fresh IIS
Hey, I am new to Windows Servers and I experienced a very frustrating error.
I installed Windows Server 2019 and IIS on my laptop to see how this works. The system is fresh and until that point, I only installed Windows Server and after that IIS by following the non-GUI-guide here:
https://www.rootusers.com/how-to-install-iis-in-windows-server-2019/
After the installation, I wanted to see results, but IE only brings up 503.
I looked it up and the most common problem is a stopped Application Pool, so I checked that and it's running.
I checked the Event Log, but it's empty. After that, I checked the http-errorlog at windows\system32\LogFiles\HTTPERR and it shows nearly nothing.
I did a netstat and it says that something is listening on port 80. I looked up the pid in the task manager and it says "system". I don't know what to do next.
I loaded up the screenshots here:
Error 503:
https://www.bilder-upload.eu/bild-e2c77a-1584019586.png.html
ApplicationPool:
https://www.bilder-upload.eu/bild-118f2e-1584019629.png.html
Default Website:
https://www.bilder-upload.eu/bild-f05628-1584019650.png.html
EventLog:
https://www.bilder-upload.eu/bild-f9b274-1584019667.png.html
HTTPERR-log:
https://www.bilder-upload.eu/bild-5cb775-1584019692.png.html
Manageable:
https://www.bilder-upload.eu/bild-8e7c55-1584019709.png.html
Thanks in advance.
Breast Enlargement Cream In Pakistan
Pakistan's best online shopping store with www.storeinpakistan.com products at resounding discounts in Karachi / Lahore / Islamabad / across Pakistan with cash on delivery ... Breast Enlargement Cream In Pakistan Breast Enlargement Cream In Pakistan
IIS Windows Authentication prompts for site pages multiple times, authPersistSingleResponse=false
This refers to IIS 8.5. "authPersistSingleResponse" is set to false.
The site has a default landing page, written in ColdFusion, but doesn't do anything more than print HTML and basic JS to move around the site. The site root has Anonymous access and Windows Authentication enabled. Inside is a secure folder which has Anonymous access disabled, and Windows Authentication Enabled. This works as expected. The user is challenged for AD credentials, and when authenticated, the user is allowed in.
<location path="cfreports"><system.webServer><security><authentication><windowsAuthentication enabled="true" /></authentication></security></system.webServer></location><location path="cfreports/reports/"><system.webServer><security><authentication><anonymousAuthentication enabled="false" /></authentication></security></system.webServer></location>
As expected, when a user clicks on a link to any page (e.g. "/reports/create/default.cfm"), the user is allowed in without being prompted again. Note that authPersistSingleRequest is set to FALSE.
If they click a link on THAT page, they're prompted for credentials again. If the user enters credentials, it works properly. If the user hits Cancel, the user is still allowed access to that default.cfm page. No matter what you do, ColdFusion sees the credentials are present on that page too. From that point, if you hit refresh, you get challenged again, and then if you hit cancel, you get a 401.
(401 - Unauthorized: Access is denied due to invalid credentials.)
Then it becomes inconsistent. Every time you access a different page, even ones you've authenticated before, sometimes you're prompted, sometimes you're not. Sometimes entering credentials works, sometimes it doesn't.
Digging into the security settings, I found that authPersistSingleRequest is not set, which means it's false. Configuration Editor showed the same thing.
<security><access sslFlags="None" /><applicationDependencies /><authentication><anonymousAuthentication enabled="true" userName="IUSR" /><basicAuthentication enabled="false" /><clientCertificateMappingAuthentication /><digestAuthentication /><iisClientCertificateMappingAuthentication /><windowsAuthentication enabled="false" authPersistNonNTLM="true"><providers><add value="Negotiate" /><add value="NTLM" /></providers></windowsAuthentication></authentication><authorization />
I'm out of ideas, and I am unable to figure out the correct terms to search on.
Creating redirects with parameter and different countries
I have a website with the following URL structure
www.example.com/usa/allproducts/product?pid=1
www.example.com/ind/allproducts/product?pid=2
www.example.com/uk/allproducts/product?pid=3
www.example.com/ger/allproducts/product?pid=4
I would like to have it so the URLs are friendly. Something like
www.example.com/usa/allproducts/1/prod1Name
www.example.com/ind/allproducts/2/prod2Name
www.example.com/uk/allproducts/3/prod3Name
www.example.com/ger/allproducts/4/prod4Name
Within my code i can generate the friendly URLs but i cant get the rewrite rule. This is what i have
<rewrite>
<rules>
<rule name="single product" patternSyntax="ExactMatch" stopProcessing="true">
<match url="/usa/allproducts/product?id=$1" />
<action type="Redirect" url="/usa/allproducts/.*/.*" appendQueryString="false" />
</rule>
</rules>
</rewrite>
This doesnt work so wondering how i could go about creating this? In addition i have a canonical rule and https redirect in place, for which i can provide the code for if required (not including this now as i didnt want to make the original code look messy)
Thanks
IIS Worker Process causing high CPU
Running IIS8 on a Windows Server2012r2 . Over the last couple of months, we've had an issue where the IIS Worker Process is using up all of the CPU. The process is the DefaultAppPool. The only remedy we have is to reboot the server to bring the process to the normal percentage. Has anyone come across this problem and is there a way to resolve this? This is a production server and they cannot afford to be down like this. Thanks in advance.
PHP manager failed installation
Fail code as below:
DownloadManager Information: 0 : Loading product xml from: https://aka.ms/webpifeed51
DownloadManager Information: 0 : https://aka.ms/webpifeed51 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Location: https://webpifeed.blob.core.windows.net/webpifeed/5.1/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: Tue, 21 Apr 2020 22:01:13 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:13 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
DownloadManager Information: 0 : https://webpifeed.blob.core.windows.net/webpifeed/5.1/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.
Content-Length: 0
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 0454fe1b-301e-00c9-0828-18a8a3000000
x-ms-version: 2009-09-19
Date: Tue, 21 Apr 2020 22:01:13 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\882714282.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:b47e5e27-bf85-45ba-a97c-0377ce0e5779
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Tue, 21 Apr 2020 22:01:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:16 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: "8011555ea15d61:0"
Date: Tue, 21 Apr 2020 22:01:16 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\1138067037.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\1138067037.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.
Content-Length: 0
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 04550285-301e-00c9-4f28-18a8a3000000
x-ms-version: 2009-09-19
Date: Tue, 21 Apr 2020 22:01:17 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\1733029559.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\1733029559.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.
Content-Length: 0
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 045502b0-301e-00c9-6d28-18a8a3000000
x-ms-version: 2009-09-19
Date: Tue, 21 Apr 2020 22:01:17 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1148081224.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\-1148081224.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.
Content-Length: 0
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 045502ed-301e-00c9-1d28-18a8a3000000
x-ms-version: 2009-09-19
Date: Tue, 21 Apr 2020 22:01:17 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\2036870298.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\2036870298.xml'
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://aka.ms/webpifeed51' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\882714282.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:26ef1154-5995-4d24-ad78-ef0b04f11587
X-Response-Cache-Status: True
X-Powered-By: ASP.NET
Content-Length: 0
Expires: Tue, 21 Apr 2020 22:01:18 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:18 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: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at Microsoft.Web.PlatformInstaller.ProductServiceImpl.GetAppRatings()
DownloadManager Error: 0 : WebClient download error. Uri: https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:20 GMT
Server: ECAcc (frc/8EA2)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg
Date: Tue, 21 Apr 2020 22:01:24 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
X-UA-Compatible: IE=edge
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
strict-transport-security: max-age=31536000; includeSubdomains
Content-Length: 103
Cache-Control: public, max-age=86343
Date: Tue, 21 Apr 2020 22:01:25 GMT
Connection: keep-alive
DownloadManager Error: 0 : WinInet download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: Url 'https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:25 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: Tue, 21 Apr 2020 22:01:25 GMT
Date: Tue, 21 Apr 2020 22:01:25 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:25 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 65090
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
CorrelationVector: mdQZilIUp0msUrDW.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 112
Date: Tue, 21 Apr 2020 22:01:26 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:26 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: Tue, 21 Apr 2020 22:01:26 GMT
Date: Tue, 21 Apr 2020 22:01:26 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:26 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: Tue, 21 Apr 2020 22:01:26 GMT
Date: Tue, 21 Apr 2020 22:01:26 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:26 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: Tue, 21 Apr 2020 22:01:26 GMT
Date: Tue, 21 Apr 2020 22:01:26 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:26 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:01:26 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: Tue, 21 Apr 2020 22:01:26 GMT
Date: Tue, 21 Apr 2020 22:01:26 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: 65090
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
CorrelationVector: 6BpyrYhg4EOFNZ16.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:01:26 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:01:26 GMT
Date: Tue, 21 Apr 2020 22:01:26 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:01:28 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg
Date: Tue, 21 Apr 2020 22:01:29 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
X-UA-Compatible: IE=edge
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
strict-transport-security: max-age=31536000; includeSubdomains
Content-Length: 103
Cache-Control: public, max-age=86366
Date: Tue, 21 Apr 2020 22:01:29 GMT
Connection: keep-alive
DownloadManager Error: 0 : WinInet download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: Url 'https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:01:29 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:01:29 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=sk10s9l7t08zmjwwrgu55rm1r9wpz09d; expires=Tue, 21-Apr-2020 22:21:28 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:01:29 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:01:29 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=sk10s9l7t08zmjwwrgu55rm1r9wpz09d; expires=Tue, 21-Apr-2020 22:21:28 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product Windows Cache Extension 2.0 (x64) for PHP 7.4 (WinCache74x64) to cart
DownloadManager Information: 0 : Adding product 'WinCache74x64'
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download' to: C:\Users\Administrator\AppData\Local\Temp\tmp598A.tmp
DownloadManager Information: 0 : http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: nginx/1.14.0 (Ubuntu)
Date: Tue, 21 Apr 2020 22:01:42 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download
DownloadManager Information: 0 : https://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Server: nginx/1.14.0 (Ubuntu)
Date: Tue, 21 Apr 2020 22:01:42 GMT
Content-Type: text/plain; charset=UTF-8
Content-Length: 128
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: upgrade-insecure-requests
Set-Cookie: webflash=%7B%22status%22%3A%20%22error%22%2C%20%22message%22%3A%20%22The%20%5C%22/wincache-2.0.0/winc..7.4-nts-vc15-x64.exe%5C%22%20file%20could%20not%20be%20found%20or%20is%20not%20available.%20%20Please%20select%20another%20file.%22%2C%20%22sticky%22%3A%20true%7D;
Path=/
Set-Cookie: VISITOR=8422466d-7643-49ba-a071-b8105f099d11; Max-Age=315360000; Path=/; expires=Fri, 19-Apr-2030 22:01:42 GMT; HttpOnly
Location: https://sourceforge.net/projects/wincache/files/
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000
DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '1'
DownloadManager Information: 0 : Number of bytes after possible decompression: '227798'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\tmp598A.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\WinCache74x64\FB225B50E3D7CF4C0B3D61B3B2762ABB986D5025
DownloadManager Error: 0 : Error while downloading file 'http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download'. Exception: System.IO.IOException: Cannot create a file when that file already exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason)
DownloadManager Warning: 0 : WinInet failure: Cannot create a file when that file already exists.
. Retrying download for 'Windows Cache Extension 2.0 (x64) for PHP 7.4'
DownloadManager Information: 0 : WebClient downloading file 'http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download' to: C:\Users\Administrator\AppData\Local\Temp\tmp5FC5.tmp
DownloadManager Warning: 0 : HttpWebRequest failure while trying to retrieve filename from fwlink http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download. Error: System.Net.WebException: The remote server
returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Web.PlatformInstaller.InstallManager.GetResponseUriFileName(InstallerFile installerFile, Uri uri, String fileName)
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\tmp5FC5.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\WinCache74x64\110124D68EE17CBB541941A07BF9EF9F07C52AAD\download
DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: http://sourceforge.net/projects/wincache/files/wincache-2.0.0/wincachewpi-2.0.0.8-7.4-nts-vc15-x64.exe/download. File location: C:\Users\Administrator\AppData\Local\Microsoft\Web
Platform Installer\installers\WinCache74x64\110124D68EE17CBB541941A07BF9EF9F07C52AAD\download. File size: 225 kb
DownloadManager Information: 0 : Product Windows Cache Extension 2.0 (x64) for PHP 7.4 done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Product: WinCache74x64, Install Status: InstallCompleted-Failure, 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:15 GMT
Server: ECAcc (frc/8EA2)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: 65093
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
CorrelationVector: Nase+WWmVkWqtCSq.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 65090
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
CorrelationVector: J7ImFz5U50izpqMl.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 260
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://info.azulsystems.com/rs/azulsystems/images/Zulu-Duke200.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 65090
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
CorrelationVector: J7ImFz5U50izpqMl.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 260
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 65090
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
CorrelationVector: J7ImFz5U50izpqMl.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 260
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
DownloadManager Information: 0 : https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_07
X-UA-Compatible: IE=edge
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_07
strict-transport-security: max-age=31536000; includeSubdomains
Content-Length: 103
Cache-Control: public, max-age=86400
Date: Tue, 21 Apr 2020 22:02:16 GMT
Connection: keep-alive
DownloadManager Error: 0 : WinInet download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: Url 'https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:16 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:16 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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:16 GMT
Date: Tue, 21 Apr 2020 22:02:16 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:02:16 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:02:16 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=sk10s9l7t08zmjwwrgu55rm1r9wpz09d; expires=Tue, 21-Apr-2020 22:22:15 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:02:16 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:02:16 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=sk10s9l7t08zmjwwrgu55rm1r9wpz09d; expires=Tue, 21-Apr-2020 22:22:15 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:17 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:17 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://ajax.aspnetcdn.com/ajax/media/gallery/apps-screenshots/net-option-a.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:18 GMT
Server: ECAcc (frc/8EA2)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg
Date: Tue, 21 Apr 2020 22:02:20 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_07
X-UA-Compatible: IE=edge
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_07
strict-transport-security: max-age=31536000; includeSubdomains
Content-Length: 103
Cache-Control: public, max-age=86400
Date: Tue, 21 Apr 2020 22:02:20 GMT
Connection: keep-alive
DownloadManager Error: 0 : WinInet download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: Url 'https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:29 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:29 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:29 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:02:29 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:29 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:29 GMT
Date: Tue, 21 Apr 2020 22:02:29 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:02:29 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:29 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: Tue, 21 Apr 2020 22:02:29 GMT
Date: Tue, 21 Apr 2020 22:02:29 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:02:29 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:29 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:30 GMT
Date: Tue, 21 Apr 2020 22:02:30 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:30 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: Tue, 21 Apr 2020 22:02:30 GMT
Date: Tue, 21 Apr 2020 22:02:30 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:02:30 GMT
Date: Tue, 21 Apr 2020 22:02:30 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: 65093
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
CorrelationVector: +aheuxmdQ0yoQcyb.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 150
Date: Tue, 21 Apr 2020 22:02:30 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:30 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:02:30 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: Tue, 21 Apr 2020 22:02:30 GMT
Date: Tue, 21 Apr 2020 22:02:30 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 65090
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
CorrelationVector: kT44iTUcdk2+piuA.1.0
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"
X-Frame-Options: SAMEORIGIN
X-EdgeConnect-Origin-MEX-Latency: 257
Date: Tue, 21 Apr 2020 22:02:30 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:02:30 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product PHP Manager for IIS (PHPManager) to cart
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : User has canceled the current installation
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209' to: C:\Users\Administrator\AppData\Local\Temp\tmp324D.tmp
DownloadManager Information: 0 : http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209
Server: Microsoft-IIS/10.0
Date: Tue, 21 Apr 2020 22:02:37 GMT
Content-Length: 0
DownloadManager Information: 0 : https://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Length: 165
Content-Type: text/html; charset=UTF-8
Location: https://archive.codeplex.com/?p=phpmanager
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
Date: Tue, 21 Apr 2020 22:02:37 GMT
DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '665'
DownloadManager Information: 0 : Number of bytes after possible decompression: '1408'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\tmp324D.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\PHPManager\7DF760D5D4600D6FC8E6C18D58E7BF9D74DC81FD\-p=phpmanager
DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209. File location: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\PHPManager\7DF760D5D4600D6FC8E6C18D58E7BF9D74DC81FD\-p=phpmanager.
File size: 1 kb
DownloadManager Information: 0 : Product PHP Manager for IIS done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Product: PHPManager, Install Status: InstallCompleted-Failure, 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:48 GMT
Server: ECAcc (frc/8EA2)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:50 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg
Date: Tue, 21 Apr 2020 22:04:50 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: https://www.microsoft.com/expression/asset/logo_expression.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:50 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:50 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
X-UA-Compatible: IE=edge
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
x-instance: AZ2_MSDN_TN_08
strict-transport-security: max-age=31536000; includeSubdomains
Content-Length: 103
Cache-Control: public, max-age=86400
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WinInet download error. Uri: http://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg, Error: System.Net.WebException: Url 'https://msdn.microsoft.com/aa570351.NET-WIF(en-us,MSDN.10).jpg' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://download-codeplex.sec.s-msft.com/Download?ProjectName=pytools&DownloadId=747396 responded with 503
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Information: 0 : https://www.microsoft.com/expression/asset/logo_expression.png responded with 404
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: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
X-RTag: RT
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Server: ECAcc (frc/8FD7)
Content-Length: 345
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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 : 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: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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 : 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
DownloadManager Error: 0 : WebClient download error. Uri: http://go.microsoft.com/fwlink/?LinkId=252041, Error: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:51 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:51 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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:51 GMT
Date: Tue, 21 Apr 2020 22:04:51 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:04:51 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:04:51 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=8npyf4c63wzof4jhokx3rx5d0vvjcxmv; expires=Tue, 21-Apr-2020 22:24:50 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : https://file.ac/kLa3HIp4zBg/cclogo.png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
server: nginx
date: Tue, 21 Apr 2020 22:04:51 GMT
content-type: text/html; charset=utf-8
content-length: 1099
vary: Cookie, Accept-Language
x-frame-options: SAMEORIGIN
content-language: en
set-cookie: csrftoken=JeBtaWJEYqIyyn8PlgX6S0lk3kqX8OunHvAKuLkDtBw4niD8RHV5i1fEdXhCCjHE; expires=Tue, 20-Apr-2021 22:04:51 GMT; httponly; Max-Age=31449600; Path=/; secure
set-cookie: sessionid=tw1i01ld9645slbm3963oih6wvd66c4r; expires=Tue, 21-Apr-2020 22:24:50 GMT; httponly; Max-Age=1199; Path=/; secure
x-robots-tag: noindex,nofollow
x-content-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-lx-lb: Cloud New A
connection: close
DownloadManager Error: 0 : WinInet download error. Uri: https://file.ac/kLa3HIp4zBg/cclogo.png, Error: System.Net.WebException: Url 'https://file.ac/kLa3HIp4zBg/cclogo.png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Server: ECAcc (frc/8FD7)
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:52 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
X-RTag: RT
DownloadManager Information: 0 : https://www.microsoft.com/expression/asset/logo_expression.png responded with 404
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 64137
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
CorrelationVector: 3cuA6xqPdkyB5jig.1.0
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"
X-Frame-Options: SAMEORIGIN
Date: Tue, 21 Apr 2020 22:04:52 GMT
Connection: keep-alive
TLS_version: tls1.2
Strict-Transport-Security: max-age=31536000
X-RTag: RT
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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 GMT
Connection: keep-alive
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 GMT
Connection: keep-alive
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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (503) Server Unavailable.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 21 Apr 2020 22:04:52 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: Tue, 21 Apr 2020 22:04:52 GMT
Date: Tue, 21 Apr 2020 22:04:52 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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at 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: Tue, 21 Apr 2020 22:04:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at 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: Tue, 21 Apr 2020 22:04:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 787
Connection: keep-alive
Status: 404 Not Found
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
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
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product PHP Manager for IIS (PHPManager) to cart
DownloadManager Information: 0 : Adding product 'PHPManager'
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Downloading file 'http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209' to: C:\Users\Administrator\AppData\Local\Temp\tmp56D1.tmp
DownloadManager Information: 0 : http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Location: https://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209
Server: Microsoft-IIS/10.0
Date: Tue, 21 Apr 2020 22:04:57 GMT
Content-Length: 0
DownloadManager Information: 0 : https://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209 responded with 301
DownloadManager Information: 0 : Response headers:
HTTP/1.1 301 Moved Permanently
Content-Length: 165
Content-Type: text/html; charset=UTF-8
Location: https://archive.codeplex.com/?p=phpmanager
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
Date: Tue, 21 Apr 2020 22:04:58 GMT
DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '665'
DownloadManager Information: 0 : Number of bytes after possible decompression: '1408'
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\tmp56D1.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\PHPManager\7DF760D5D4600D6FC8E6C18D58E7BF9D74DC81FD\-p=phpmanager
DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: http://phpmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=253209. File location: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\PHPManager\7DF760D5D4600D6FC8E6C18D58E7BF9D74DC81FD\-p=phpmanager.
File size: 1 kb
DownloadManager Information: 0 : Product PHP Manager for IIS done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Product: PHPManager, Install Status: InstallCompleted-Failure, Install Time: 00:00:00
Failover cluster
How can configure failover cluster in for a websites
Roemesh
Application hostname
Hi Expert,
How to register application hostname or url for intranet domain and host in IIS
Example: http://example.com
Regards
Roemesh
multiple hostnames in IIS
Hi Expert,
if we have multiple application hostnames in IIS how we can configured it each for indiviudual sites and it should be unique one
Regards
Roemesh