Hi,
In DW10 I have access to the Startup.cs file where I can configure my whole project, use filters, middlewares, configure dependency injection containers, error handlers, generate swagger files, all that standart stuff that each and every web project needs.
And then I open DW9 projec and I cannot do any of that because there's no access to the glabal.asax file. And that file is the place where all that configuration ususally goes. And I really cannot see any single reason why.
Is there any hack/workaround around this? Maybe there's some repo where I could see the original glabal.asax code so I could just put it my project and replace the defulat one and start extending it with stuff I actually need?