Access windows application on website
I have developed a chat application which is a windows application. I want my clients to accesse it from website so that they don't need to have the client program. Is it possible? I am new to asp.net . Please help me...
Mohd ImranPosted Feb 3, 2009, 12:53 AM
Thomas SidwellPosted Jan 29, 2009, 1:46 AM
Im not positive about this answer, but the following is what I would do (may not be the best answer out there):
I would take the application logic, and go through it to make an ASP.NET Class library to use as a code behind page. This way the code is reusable (im sure that there will be some adjustment necessary to the code for ASP.Net)
I cannot say if this is the proper solution to your question ( and if it is not, i am sorry for waisting your time with this reply )
best of luck to you.