Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I developed a website project and created a setup file .Now i want to run that project in IIS, it runs fine but is it possible to run that setup file in other system without installing Visual Studio.
and also want to hide the coding from that system.
So is their any way to do this.

THANK YOU
please suggest me some solution.
Posted
Updated 13-Mar-14 2:12am
v2

it runs without installing visual studio,just need to install only framework

coming to code hiding create an development package by right clicking on your project
able to see build development package build it and host on ISS in place of code complete code
 
Share this answer
 
Comments
Md.Ashraf Ali 13-Mar-14 8:17am    
i build it but when i right click on my project in IIS and click explore it returns all my coding
rather than creating setup file create development package by right clicking on ur project from visual studio and its zip file stored in debug folder of ua project, if we create setup file then able to c the complete code
 
Share this answer
 
Comments
Md.Ashraf Ali 13-Mar-14 8:22am    
I am not getting the option "development package" could you provide me any link.....
vsrikanth87 13-Mar-14 8:23am    
which version of vs you are using
Md.Ashraf Ali 13-Mar-14 8:24am    
visual studio 2010
vsrikanth87 13-Mar-14 8:26am    
ok, right click on project not on solution if u right click on project able to c build,rebuild,clean,publish,build development package etc
Md.Ashraf Ali 13-Mar-14 8:31am    
build website,publish website is available but not build development ....please make it more clear...it may be inside some where...

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