Sign in | Join
Last post 07-02-2009 11:51 AM by walia_jagwinder. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
my problem is i dont want to give the code of my web application to client. for this i asp.net 2.0 i publish the webiste. but i dont how we can publish the website in asp.net 1.1
Hi,
In order to not give your source code to client u have to publish your website. To do so got 'Build' in menu bar inside asp.net project and choose "Publish Website". It will ask for the path to store the published website. Once your are done with that u can use the published website to create Virtual Directory as u usualy do while hosting in server
regards
naveen
Hi!
to publish the website
open the website
go to solution Explorer and Right click on the site name
select Publish website
and set your destination Folder
this will generate the code into DLL files so be happy
there is no option to publish the webstie in asp.net 1.1