Making webapplicaiton to exe file which doesn't contain code .cs files
-
Hi, I created one web applicaiton which contains aspx and aspx.cs files. I want this application as exe file to give this to client. So i tried this by adding webseup project to solution and i created a msi/exe file for this project. Up to here every thing is fine. But when i install this appliation it is creating a folder with all aspx and aspx.cs files. But i dont want to place .cs files at client place. I tried by publishing website. Then its is giving dll's. But i can;t make it as exe at that time, bcz its giving error as "already precompiled". what is the solution for my problem? how can i give exe file to client which doesn't contins code files once he installed in his machine.
G. Satish
-
Hi, I created one web applicaiton which contains aspx and aspx.cs files. I want this application as exe file to give this to client. So i tried this by adding webseup project to solution and i created a msi/exe file for this project. Up to here every thing is fine. But when i install this appliation it is creating a folder with all aspx and aspx.cs files. But i dont want to place .cs files at client place. I tried by publishing website. Then its is giving dll's. But i can;t make it as exe at that time, bcz its giving error as "already precompiled". what is the solution for my problem? how can i give exe file to client which doesn't contins code files once he installed in his machine.
G. Satish
You have to use a Precompilation. Right click on your Web Project and go to Properties and go to "MsBuild Option" and in that tab there an Option that says "All this precompiled site to be Updatable" and try again
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
You have to use a Precompilation. Right click on your Web Project and go to Properties and go to "MsBuild Option" and in that tab there an Option that says "All this precompiled site to be Updatable" and try again
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
Thank You. It works fine
G. Satish