Remote codebehind (or src)

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
 
M

Michael Giagnocavo [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top