Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I use my console application in web application?

in my project there is one console application by which i read text file and finds words and returns string array with match words , i want this string array to be use in my web application


so is there any way by which i can do so?
Posted
Comments
bbirajdar 18-Dec-12 2:09am    
Try before you ask....

1 solution

Add a reference of your Console Application to your Web Application. Now you should have call any methods of your Console Application by creating appropriate objects.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900