C
Chris
I work on a development server (Server A), and have a staging server (Server
B), where updated ASP.Net files from Server A are sent to. I noticed that
Server B will reflect changes made to .aspx files just by copying the new
files from Server A.
Server B only has the framework installed, and the project folder structure
is enormous (100MB+). I know that I can rebuild the project on Server A,
which has .Net Studio, and copy the new project to Server B, but this would
take a very long time for each instance a code-behind file is updated.We
tried restarting IIS each time a code-behind file is updated, but the
changes are still not reflected.
What is the best way to copy code-behind files (c#) to Server B, and have
the changes reflected?
Does this have to do with the "debug" attribute in the web.config file?
Server A has it set to "true" <compilation debug="true"/>, and Server B has
it set to "false" to improve performance.
Thanks,
Chris
B), where updated ASP.Net files from Server A are sent to. I noticed that
Server B will reflect changes made to .aspx files just by copying the new
files from Server A.
Server B only has the framework installed, and the project folder structure
is enormous (100MB+). I know that I can rebuild the project on Server A,
which has .Net Studio, and copy the new project to Server B, but this would
take a very long time for each instance a code-behind file is updated.We
tried restarting IIS each time a code-behind file is updated, but the
changes are still not reflected.
What is the best way to copy code-behind files (c#) to Server B, and have
the changes reflected?
Does this have to do with the "debug" attribute in the web.config file?
Server A has it set to "true" <compilation debug="true"/>, and Server B has
it set to "false" to improve performance.
Thanks,
Chris