are you using SRC tags and the "code-behind" method or are you using a
pre-compiled site?
If it's a pre-compiled then the .VB/.CS shouldn't even be on the site.
If it's the compile-on-demand method with the .VB/.CS on the server then you
may have to restart the site (or let it flush from the cache) since IIRC it
only re-compiles when first loaded
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"jbh" <> wrote in message
news:5D8D946D-5177-4094-8CF7-...
> When I make changes to an aspx.vb file in an application running on our
web server the change isn't effected, nor does it appear in "view source".
However when I open the file on the web server I see the change that I made.
>
> Why aren't changes made to the code-behind in a running application taking
effect even in a new session?
>
> Thank you,
>
> jbh