making exe of web application

Asked By Gurmeet Singh
04-May-06 12:17 PM
Earn up to 0 extra points for answering this tough question.
Hello friends i would like know that is it possible for creating setup or .exe file of asp.net web application. i m using FTP for web hosting. in that case i upload bin as well as .aspx pages. but if instead of hosting i would gv .exe or setup file to any body how can i do that. since yet i took the project folder in wwwroot directory. i would like to know how can i integerate all code behind as well as other dll and .aspx pages in one setup file or .exe.

  If you have to use FTP for deployment

Asked By Peter Bromberg
04-May-06 12:22 PM
then how are you going to execute an installer on the remote machine? You can add a Web Setup project to any ASP.NET application. This will create the standard Windows Installer MSI along with optional Windows installer files and "SETUP.EXE" to go with it.

  how to embed drop down menu in template

Asked By Gurmeet Singh
14-May-06 05:15 AM
hi sir I m facing problem in embedding javascript drop down menu in template in dream weaver. i hav already successfully add it in any html page but same coding is generating error in dream weaver template reply me soon thanks
Create New Account