I was delivered several hundred source files for a web app original written in classic ASP, but somewhat ported to VisualBasic.NET and ASP.NET
It didn't come with any form of project or solution files.
I'm trying to get it setup to build, but am struggling. If I try to open it as a WebSite (ala Web Site instead of Web Project), I get hundreds of errors, mostly from missing references...
So, I tried creating a new class library project and added all the files, less errors now, but still hundreds.
Is there a way to tell VB to convert this class library project to a Web project? I think that may resolve a lot of the errors.
I'm a C# guy, and I haven't worked in VB since VB6.