For the past year I have been working in a Classic ASP \ ASP.net hybrid. The website has 1M+ hits daily. The code, as you can imagine, is very hard to navigate. There are 200+ files. Dozens of includes...
<!--#INCLUDE virtual="sub/head.aspx"-->
I need to make a function that would be used throughout the website and I don't even know where to put it. There is no Visual Studio project file.
My questions is... how can I upgrade it to a full ASP.net website. MVC is not an option since the owner is concerned there will be a performance decrease. I would be happy if I could load it up in VS and have a app_data folder, plus all the goodies of ASP.net (when compared to classic asp)