C
Chris Kennedy
I have a ASPX page with a code behind. Is there a way of changing the
codebehind and compiling it on the server without affecting other pages. I
don't want to recopy the project from my local machine as it will overwrite
front end stuff. I thought you didn't have to recompile when you changed the
file or is that just when there is only a single page and no aspx file. I
had a few weird things happen when I logged into the web project and tried
to recompile it. It was like it was replacing the new stuff with a copy from
somewhere else (don't ask!!!). I can phsyically access the server so a
manual compile with vb.exe of code behind is possible but will it work?
Regards, Chris.
codebehind and compiling it on the server without affecting other pages. I
don't want to recopy the project from my local machine as it will overwrite
front end stuff. I thought you didn't have to recompile when you changed the
file or is that just when there is only a single page and no aspx file. I
had a few weird things happen when I logged into the web project and tried
to recompile it. It was like it was replacing the new stuff with a copy from
somewhere else (don't ask!!!). I can phsyically access the server so a
manual compile with vb.exe of code behind is possible but will it work?
Regards, Chris.