0
votes

I want to create asp.net mvc3 application in which when user enter into website like example.com he will be shown login page or when he enter username in url like example.com/username then he will be able to see his or other users's profile. Please suggest me some tutorial.

Similar question but i want in asp.net mvc3 How to show a user profile by passing username just after the domain name

1

1 Answers

1
votes

I answered a similar question, see if it helps you. In your case the action to show user profile needs be served for anonymous users also.

hope this helps.