Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I have a question.
for example:
1.we have 3 layers ie business,data access and ui layes and all these three layers are residing in three different server.
My question is How to access these layes or merge these layes so that it works success fully? in asp .net with c#.

2.how to restricted unauthorized users to access the page.
ie suppose we have 2 pages --login and registration.
i want if i type registration page url it should not be accessed with out login.
if i try to login then return back to login page and ask for login. how to do it?

please send me the solution as soon as possible in below mail id
xxx@xxx.com (Mail removed by editor)

Thanks in advance.
Posted
Updated 12-Sep-12 1:47am
v2
Comments
bbirajdar 12-Sep-12 8:04am    
I wonder how you are going to use C++ with ASP.NET..

1 solution

After you have proper credentials setup, talk to each layer via a communication channel setup over WCF.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900