Remote Modification
-
Hey all. I have an ASP.net website that I would like to publish on a hosting server. But I would also like to be able to modify it directly without too much hassle. The problem right now is that once I publish it I can't directly change the code. Can this be done? Or is it impossible since ASP.net is precompiled? :/
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)
-
Hey all. I have an ASP.net website that I would like to publish on a hosting server. But I would also like to be able to modify it directly without too much hassle. The problem right now is that once I publish it I can't directly change the code. Can this be done? Or is it impossible since ASP.net is precompiled? :/
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)
-
2
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)
-
If you are making changes in the aspx pages then you just need to replace the same page there in hosting environment. The same case is there with the cs files also unless you are using the dlls for them.
Apurva Kaushal
-
yes but i want to access, and make changes to, the website remotely... can it be done?
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)