Hi is it possible for me to wrap a web application in C# to enable it to be interactive as a desktop application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible but would be very hard to accomplish.
You would need an instance
HttpContextand every service it provides.You may consider using a desktop application as a client of a web service instead – depending on what exactly you are trying to accomplish.