Re: Web Interface for a c# Console Application

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thank you for the answer.

Indeed the logic is in the console app, since this program needs to run
24/24.

I don't know if putting it in a class library would work, since I need
to access the objects, and not the classes.
I think that putting it in a class library means only exporting the
classes... Am I wrong? (class library is pretty new to me).

Can you please add some link?

Thanks

samuelhon ha scritto:

Hi there

By the sounds of things, all your logic is in the console app.

What you could do is put all of this in a class library and the use the
console or asp.net as the ui layer

Sam

.