Hi, is it possible to change the vb code behind a asp.net page once it has been deployed without having to do it in the designer and rebuilding it and having to deploy the whole project again?
It depends on how you have built and deployed the project. If you build it so that it all gets compiled into 1 dll in the bin folder (which is usually the default), then no. If you have built it so that each page gets it's own assembly and dll then you can just recompile and deploy that assembly and page.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.