Remote codebehind (or src)

  • Thread starter Thread starter AM
  • Start date Start date
A

AM

Hello,

I apologize for the question if it's too basic.

We completed the development of a new website with .NET and the final
environment is comprised of 3 layers, with Firewall between them.

We want to install the .aspx files in the first layer, the .cs files
in the second layer and some DAL in the third layer. How can I do
this?. How can I instruct the aspx files to look for the .cs in a
different web server?.

Thanks a lot for your help
 
Why don't you compile them and deploy the dll? That way your source
code isn't on any server. I suppose you could also use some codebase
hints to tell it where to download the dll from, but I don't see how
this would increase your security that much.
-mike
MVP
 
Back
Top