简体   繁体   中英

Is there any way to Deploy Console application exe file into IIS?

I have one application, which is created using asp .net and it is deployed and working fine. Now, I want to add one functionality to that application . I created that functionality using console application . So, How can I deploy that console application file into IIS and add to application .

Please share your knowledge. Thank you.

Don't use Console Application. Use IHttpModule in your class library and it will be accessible with IIS.

If you really want to use a Console Application, you can self host your web application with the help of OWIN and Katana .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM