Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
0 answers
883 views

ERR_CONNECTION_RESET Azure App Service w/Let's Encrypt

I have a seemingly intermitted issue with a site I'm hosting on Azure. The site works for most but we're getting a few reports that when people try to access the site via a link (in an email for ...
scgough's user avatar
  • 5,172
2 votes
1 answer
4k views

Access key-value pairs stored in appsettings.json file in IOption class

I'm storing an array of key-value pairs in my appsettings.json file: { "ApplicationSettings": { ... "CellularProviders": [ { "Cingular": "cingularme.com" }, { ...
craig's user avatar
  • 26.1k
0 votes
0 answers
124 views

ASP.NET Core Directory.EnumerateDirectories not working when deployed to Azure AppService

I am currently experimenting with ASP.NET Core MVC by creating a simple blog with static views. I've created a custom class that implements the IViewLocationExpander in order to enumerate a directory ...
pstricker's user avatar
  • 692
1 vote
2 answers
73 views

Azure B2C AD / dotnetcore 2.0 MVC app not authorising

I've followed the tutorial at https://blogs.msdn.microsoft.com/webdev/2017/10/17/user-accounts-made-easy-with-azure/#comment-312956 and am reasonably confident that I have set up my Azure B2C Tenant ...
Tim Morrison's user avatar
0 votes
1 answer
1k views

ASP.NET Core 2.0 - how to forward file from Azure Storage with auth

I need an advice here first, then tech details. My app generated PDF's and stores them in Azure Storage in a private container. But when user authenticates (I use Azure AD B2C) and goes to his ...
AlexB's user avatar
  • 4,413