I
Ily
Hi all
I have question regarding the web setup project. Wehn I deploy my
application, my setup prjects copies over everything, including all my
code behind classes, all my classes in App_Code. I dont want it to do
this. What I want it do is copy only the aspx, ascx and not any of the
code
Usually I deploy an app using the publish Web site option in Visual
Studio 2005 with the options "Allow this precompiled site to be
updateable" and "Use fixed naming and single page assemblies", all
other options are turned off. This ensures that my code is not present.
I would like my web application to be deployed in this manner using the
installer
Is this possible? and if so how can I do this?
I have question regarding the web setup project. Wehn I deploy my
application, my setup prjects copies over everything, including all my
code behind classes, all my classes in App_Code. I dont want it to do
this. What I want it do is copy only the aspx, ascx and not any of the
code
Usually I deploy an app using the publish Web site option in Visual
Studio 2005 with the options "Allow this precompiled site to be
updateable" and "Use fixed naming and single page assemblies", all
other options are turned off. This ensures that my code is not present.
I would like my web application to be deployed in this manner using the
installer
Is this possible? and if so how can I do this?