Base solution for your next web application

Activities of "alaamh"

Before the upgrade, I was able to Build to platform target x64, After migrated an ASP.Net Core 1.1 application to the new 2.0 version that was just released. Now I get the following exception:

for:

services.AddMvc(options =>
 {
       options.Filters.Add(new CorsAuthorizationFilterFactory(DefaultCorsPolicyName));
});

I'm getting this error:

System.BadImageFormatException: 'Could not load file or assembly 'dotnet-aspnet-codegenerator-design' or one of its dependencies. An attempt was made to load a program with an incorrect format.'

Any advice?

What are good ways to protect website content from crawlers?

How can the backend server reject a large series of requests from the same IP address in a given time period?

Question

I would like to use semantic-ui for the public web site (main) and keep bootstrap for the control panel (admin site), what could be the right approach?

When I refresh the browser on some of the pages I get this error:

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."

Hi All,

_applicationLanguageTextManager.GetStringOrNull is throws ThrowArgumentException "An item with the same key has already been added."

I checked it there are only one key per language, what is wrong?

Thank you for help and support.

Showing 1 to 5 of 5 entries