I would like to develope one application in (asp.net 2.0)where I like to have my aspx files in website and my .cs files in a separate project.The reason I like to put .cs in a separate project is I do not want to give .cs files to my client while deploying my application in their server.
My problem is I like to create one debug env for these two .During the release i like to create the dll for the .cs file project in my website bin folder.
Please help me how to do that.
My problem is I like to create one debug env for these two .During the release i like to create the dll for the .cs file project in my website bin folder.
Please help me how to do that.
Comment