Hello!
I am pretty new to asp.NET and I have built a simple web site and deployed it successfully. Now I need to change a phone number on the home page. I changed it and published it to our development server precompiled. It works fine on the dev server. Now I want to copy it to our test server. I tried copying just the default.aspx file up but that throws an error: Could not load the assembly 'App_Web_vnicb3t2'. Make sure that it is compiled before accessing the page.
Basically it seems I have to copy the entire site from development to staging to make this change on one single page. What am I doing wrong? Is there a way to compile/publish the site such that I can make simple changes to one page and only have to copy that one page out to staging and production?
I am pretty new to asp.NET and I have built a simple web site and deployed it successfully. Now I need to change a phone number on the home page. I changed it and published it to our development server precompiled. It works fine on the dev server. Now I want to copy it to our test server. I tried copying just the default.aspx file up but that throws an error: Could not load the assembly 'App_Web_vnicb3t2'. Make sure that it is compiled before accessing the page.
Basically it seems I have to copy the entire site from development to staging to make this change on one single page. What am I doing wrong? Is there a way to compile/publish the site such that I can make simple changes to one page and only have to copy that one page out to staging and production?