I am trying to publish an app in the web but the server searches for Global.asax.cs and I deleted that file and added startup.cs instead.
How can I make the server search for startup.cs instead of Global.asax.cs, or what is the best approach to fix this issue ?