ASP.NET 2.0 QUESTION

  • Thread starter Thread starter BillGatesFan
  • Start date Start date
B

BillGatesFan

I have a login page that once a user logs in it take them to an app
menu. On the app menu are links to separate applications.


Questions

1. When do I get my profile, when I login into the global login page or
when I click on an application?

2. Can this even be done?

3. Can you have 1 profile with many roles?

4. Can you pass a profile to another application?

5. Can you pass a profile to another application and use a diiferent
role?

Are there any good articles to help me answer these questions?

This is just an architecture that we are thinking about but we don't
know if it is possible.


Thanks
 
Hello,

I am not exactly sure what you mean.
What do you mean with "application"? A different aspx page? A different web
site?
A different Smart Client application?

ASP.NET 2 and Windows forms have plenty options for what you want to do
(whatever that is!).

Answers

1.Anywhere you want
2. Yes
3. Yes
4. Yes
5. Yes

I would suggest you to buy a .net book for newbies instead of articles.
 

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

Back
Top