Reputation: 280
I've read in some articles that we can create a console application in .NET & we can host that in IIS which makes our console application as web application. Is it a rumour or can we actually do that? Also, please provide a working example or procedural steps for that, if we could do that?
Thanks
Upvotes: 2
Views: 2516
Reputation: 4191
Console application cannot be run as web application in IIS by itself unless you have a web application calling your console application to trigger on it. of course your console application path must be accessible.
Configured framework, run time at ease.
Upvotes: 1