A
Allan Rojas
Hi there, i'm having this problem and i hope someone can help me out.
We have this WebApplication in ASP.NET; we work on it in our local
webserver. When we're done, we must upload the application to the FTP
located in our hosting location.
The first time it was a full-upload of the project files, and a minor change
to the Web.Config in order to access the right databse. But now, if i make a
MINOR change to a code-behind file, how do i replicate the changes without
having to recompile the whole project and make the whole process again?
* I though that if i replaced the .cs / .vb file and reloaded the
application, it would detect the change and recompile it automatically...
but it won't work.
* Then i though that if i deleted the DLL file in the BIN subdirectory, it
would recompile and generate it... but it won't work either.
* Finally, i though that if i deleted the aspx files and tried to access the
application, the server would realize it was no longer available; and if i
added the files again and tried to access it again, it would recompile it...
but i was just dreaming...
I'm just starting to work with ASP.NET and i simply can't believe that the
only way i can get my MINOR change reflected is by recompiling the WHOLE
application or replacing the pre-compiled DLL ...
Any suggestion or tip ? Thanks in advance.
We have this WebApplication in ASP.NET; we work on it in our local
webserver. When we're done, we must upload the application to the FTP
located in our hosting location.
The first time it was a full-upload of the project files, and a minor change
to the Web.Config in order to access the right databse. But now, if i make a
MINOR change to a code-behind file, how do i replicate the changes without
having to recompile the whole project and make the whole process again?
* I though that if i replaced the .cs / .vb file and reloaded the
application, it would detect the change and recompile it automatically...
but it won't work.
* Then i though that if i deleted the DLL file in the BIN subdirectory, it
would recompile and generate it... but it won't work either.
* Finally, i though that if i deleted the aspx files and tried to access the
application, the server would realize it was no longer available; and if i
added the files again and tried to access it again, it would recompile it...
but i was just dreaming...
I'm just starting to work with ASP.NET and i simply can't believe that the
only way i can get my MINOR change reflected is by recompiling the WHOLE
application or replacing the pre-compiled DLL ...
Any suggestion or tip ? Thanks in advance.