Hello,
I have a question about deploying some changes I made to an ascx.vb codebehind file. My problem is that the project that contains the ascx file also contains other ascx files that are not used or needed for the operation of the site. If I copy in the newly compiled dll, does .NET know or care if the other ascx files are not anywhere within the site?
Thanks in Advance,
Jim
I have a question about deploying some changes I made to an ascx.vb codebehind file. My problem is that the project that contains the ascx file also contains other ascx files that are not used or needed for the operation of the site. If I copy in the newly compiled dll, does .NET know or care if the other ascx files are not anywhere within the site?
Thanks in Advance,
Jim
Comment