.net – Can We Upload the Windows Application in IIS in .net

netweb-applicationswindows

I have a windows application developed in .net c#. I want to put it in IIS similar to web application. Is it possible??

My requirement is: Just like web application, i want to get the URL for this Windows application and use the link to remotely access the windows application.

Please suggest.

Thanks
Rupa

Best Answer

Have a look at ClickOnce Deployment. Essentially, it allows for a simple installation from a website. This is the simplest way to deploy what sounds like a very non-web app to your users.

Whether you can create a website to provide equivalent functionality really depends on the nature of your app. Can you describe what your app does, or how it works? That will help get a better answer.