-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
hi
i'm using your angular package on my project.
my backend project is a web api core on .net core 2.2.
when i debug the project localy everything work fine, but when i deploy to iis(8.5,10) i get this error :
here is my api configuration in startup.cs :
app.MapWhen(context => { Console.WriteLine(context.Request.Path); return context.Request.Path.ToString().EndsWith(".ashx"); }, appBuilder => { appBuilder.UseSimpleCaptcha(Configuration.GetSection("BotDetect")); } );
i went over your documentation a few times but found nothing related to this problem in .net core.
Metadata
Metadata
Assignees
Labels
No labels
