Click here to Skip to main content
15,917,519 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello all!
I have produced an asp application and I need to distribute it to my clients.
Then I want my application to run on their computer without setting up IIS.
So I'll need the application to setup IIS and I can't find out a way.

Please advise me.
Thank you in advance.
Posted
Updated 17-Aug-11 21:34pm
v2

It doesn't work that way. If you have created an asp application, then you need to host the application on a web server that the clients will hit in order to run the application. It defeats the purpose of a web application to try and run it locally on client computers. That is why you can't find out a way.
If the application is intended to run locally, then you may wish to refactor your application and use Windows.Forms to do so.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Aug-11 17:16pm    
Right, my 5.
--SA
Create a setup to install your application

StepbyStepSetup[^]

Deploying ASP.NET Applications - Part 1[^]
 
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