I have one asp.net web site(2.0) which contains all aspx files and one project which has all .cs files for those aspx files.The way we currently working is we generate the dll for the project which contains the .cs file and copy that to the web site bin folder.
My problem is in this way i am not able to debug.Now I would like to combine the web site and the .cs file project so that i can debug my application.
can any one suggest me how to do this.
My problem is in this way i am not able to debug.Now I would like to combine the web site and the .cs file project so that i can debug my application.
can any one suggest me how to do this.
Comment