M
Max Stayner \(Avignon Solutions\)
I'm attempting to build a complete site using ASP.NET, and so far its great,
EXCEPT...
The site needs to have both public and secured areas. No problem, you might
say - just create two virtual directories/applications, set authorization
for one and not the other. Fine, that works. However, I have a second
requirement, which is that I need a common look and feel between the two
areas (e.g. headers and footers). The logical approach is to use a Web
Control. The problem here is that a control defined in one application
cannot be used in another.
So what's the solution here? I've tried this from every angle I can think
of, and can't solve it. I refuse to believe that I'm the only person to
have this type of requirement!
Any ideas appreciated
Max.
EXCEPT...
The site needs to have both public and secured areas. No problem, you might
say - just create two virtual directories/applications, set authorization
for one and not the other. Fine, that works. However, I have a second
requirement, which is that I need a common look and feel between the two
areas (e.g. headers and footers). The logical approach is to use a Web
Control. The problem here is that a control defined in one application
cannot be used in another.
So what's the solution here? I've tried this from every angle I can think
of, and can't solve it. I refuse to believe that I'm the only person to
have this type of requirement!
Any ideas appreciated
Max.