Is it possible to create a Nuget package of ASP.NET Website?

173 Views Asked by At

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.

0

There are 0 best solutions below