I am trying to implement routing mechanism into my ASP.NET Web Forms – Site. Unfortunately all tutorials on how to do it I can find describe ASP.NET Web Forms – Application scenario, with Global.asax file. I obviously do not have this file. What are my options?
Share
Click the show all files icon on top of Solution Explorer and you should be able to see it.