Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have developed 2-3 pages website in ASP.NET 3.5 using c#. this website will be used on client machine in offline environment (i.e. I don't want to host this website on server). How would I deploy or install this website on client machine.

Do I need to install Visual Studio 2008 on client machine? I would like to secure my source code from client.

Basically, this website will work as a Windows application on single machine.

Thanks in advance.
Posted

1 solution

1. set up windows framework(3.5) as ur website use it.
2. Need to set up IIS(to run the website on that machine).
3. database if needed.
4.crystal report runnable version if needed.
 
Share this answer
 
Comments
sam7one 30-Apr-13 8:10am    
By Windows framework 3.5 do you mean ASP.NET Frameword 3.5
How would I check if IIS is already on machine, if not, how would I get it?

after installing above components, how can I setup/depoly my project on client machine

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