is it possible to enable cors in net framework?

hi all, i understand that we can enable cors in asp net core project by specifying the .AddCors in program/startup cs class

but there is no program/startup class in net framework, is there a way we can enable cors in asp net framework?
Was this page helpful?