ashveli
ashveli

Reputation: 280

Can I host my console application in IIS?

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

Answers (1)

Vijunav Vastivch
Vijunav Vastivch

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

Related Questions