Hi
Yes its possible.You can keep your code behind in a separate folder where
ever you need to keep it. You can use the Src option in @Page directive to
specify the code behind for the ASPX file.
Thanks for the reply, however I need to find out if the code behind can
reside on a "separate machine". In other words, can the .aspx files be on a
web server and the code behind on a different machine that is not a web
server.