python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disabling Options method in Javalin 3.0
We are using Javalin in our kotlin application and we want to disable the options method from the handlers, We want to keep only get,post methods. below is the config code of Javalin
val app = Javalin...
Maverick
Votes: 0
Answers: 1
"Type 'manage.py help ' for help on a specific subcommand" - Error solving python with IIS
I'm trying to run a django project with IIS on Windows server, I've already modified handler mapings and FastCGI Settings -> image statusIt should be running at this point. There's any error but th...

Jose Torres
Votes: 0
Answers: 0
Getting error when removing the defalt apiAuthentication handler and adding myCustomhandler, any idea?
(previously it was working fine but don't what is changed )
When i am removing the default handler from synapse configs and adding my custom handler it is giving this error
[2022-01-13 10:44:41,924] E...

Museb Momin
Votes: 0
Answers: 1
C# Delegate from VB.NET
I have a legacy solution which has some C# projects (newest ones) and some VB projects (oldest ones). I know it is not a good practice, but it is what I have now, so I have to deal with it.
In a C# pr...

Carlos
Votes: 0
Answers: 3