Azure ACS Set Up in C#
I am looking at several examples for using ACS, and decidedly they do make me feel stupid.
I am looking at several examples for using ACS, and decidedly they do make me feel stupid.
I have a form in ASP.NET and in when I fill up the form in the last step it generates a PDF file. I used jsPDF.
What I want is that, the generated pdf file to be send (saved) in Azure storage, does anyone can help me?
I’m developing an ASP.Net MVC & WebApi site that uses table storage in Visual Studio 2015 on Windows 8. It was working fine in the development environment (when I set UseDevelopmentStorage=true in my web.config). I’m trying to hit “http://localhost:80“ I have to use this and cannot use another port, have another program I am posting to my site with and it will only post to that location.
I run an Azure web role in Full IIS mode. Requests are authorized with custom basic authentication.
I’m trying to deploy my web app to Microsoft Azure and everything goes fine in visual studio. But when it launches it shows:
In my ASP.NET application there’s MyAssembly.CustomIdentity class and the .NET runtime tries to serialize that class. During serialization it throws FileNotFoundException complaining it can’t load MyAssembly.
I’m trying to set up continous deployment for an Azure Web App from Bitbucket. The deployment however fails with the following error:
According to this blog post, I can deploy vNext apps to Azure using Kudu. I’ve successfully tried it with vNext beta 1. However, it does not work with vNext beta 2.
I have an Azure Mobile Service running Web Api and c# and enabled CORS as suggested in Enable CORS on Azure Mobile Serivce .NET Backend
however I have now come to add SignalR into the mix.
I am using log4net for logging on almost all projects in my .net solution.
Currently, I have configured an appender (AzureTableAppender), configuration that is made in each project’s respective app.config/ web.config.
This appender has a param named “TableName”, with an associated value that represents the table to which the data is sent. Everything works fine, but I would like to change that value for 2 of my releases as I want the logs somewhere else.
The config looks like this: