deployment in asp.net
-
i was doing deployment project .But at the client machine the code behind files with there as well. any idea to sort out this problem ?
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i was doing deployment project .But at the client machine the code behind files with there as well. any idea to sort out this problem ?
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
when you add files in setup and deployment, just remove the source files, then you wont get code files in your client machine
Regards, Sylvester G If we don't succeed, we run the risk of failure
-
i was doing deployment project .But at the client machine the code behind files with there as well. any idea to sort out this problem ?
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Sonia Gupta wrote:
i was doing deployment project
You can use PublishWebsite option before adding files to Setup and Deployment wizard.
-
when you add files in setup and deployment, just remove the source files, then you wont get code files in your client machine
Regards, Sylvester G If we don't succeed, we run the risk of failure
i am currently adding the project output. project output is adding both the code behind file as well as the aspx pages. so during deployment project , i am not being able to eliminate the code behind file. so after deploymnet , i need to manually delete the code behind file ? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i am currently adding the project output. project output is adding both the code behind file as well as the aspx pages. so during deployment project , i am not being able to eliminate the code behind file. so after deploymnet , i need to manually delete the code behind file ? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
While adding project output , dont select the source files. Select only Primary output and content files.
Regards, Sylvester G If we don't succeed, we run the risk of failure