0

I am working on Current Web Application and i want to make .exe/dll/msi thing that the project will run on target machine without source code.

Anyone have a solution for this that i have to give the build of my project without giving source code to it.

Can we create a .exe of web application?

Vedank Kulshrestha
  • 220
  • 1
  • 6
  • 23

3 Answers3

0

Publish your web application on web server, and let the target machine access it via url.

Sherwin
  • 377
  • 1
  • 6
  • 23
0

I dont know if I get it, but you could just sending the build of the webapp to your target server. Have a look at deploying web app: http://www.codeproject.com/Articles/53075/How-to-deploy-ASP-NET-Web-Application-on-server

Ademar
  • 5,657
  • 1
  • 17
  • 23
0

dude i have discussed your issue with some of system Admin frnds

your problem solution at host level deploy your site restrict public access and add ip on local machine