.Net web application - Error when downloading sample code

AshKrish 1 Reputation point
2021-03-12T17:01:40.917+00:00

Hi, When using this quickstart document titled: Quickstart: Add Microsoft identity platform sign-in to an ASP.NET web app I tried the 2nd step of downloading the code sample but nothing got downloaded and this was the error in the console (see below). Can someone help me understand this? Thanks. VM91:140 GET https://registeredapps.hosting.portal.azure.net/registeredapps/Content/1.0.01521784/Quickstarts/Samples/AspNetWebApp.zip.json 404 getbinaryContent error: Error: Ajax error for https://registeredapps.hosting.portal.azure.net/registeredapps/Content/1.0.01521784/Quickstarts/Samples/AspNetWebApp.zip.json : 404 at XMLHttpRequest.xhr.onreadystatechange (eval at globalEval (docfx.vendor.js:2), <anonymous>:123:28) VM92:27 Uncaught (in promise) Error: Can't read the data of 'the loaded zip file'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ? at eval (eval at globalEval (docfx.vendor.js:2), <anonymous>:27:37906) [1]: /api/attachments/77343-screen-shot-2021-03-12-at-105525-am.png?platform=QnA

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,278 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Duane Arnold 3,216 Reputation points
    2021-03-12T20:32:12.943+00:00

    404 means not found. There is something wrong with the site, and you will have to contact the site to discuss the problem.

    1 person found this answer helpful.
    0 comments No comments