I have an old ASP.NET website, not a web application. Is it possible to create a nuget package of that website that I can reference in another project?
Essentially my ASP.NET website contains a bunch of handler files (.ashx
). I want to reference those files, so it would be great if I can create a nuget package for that.