Interview Question in Visual Studio 2005


 

Interview Question :: Create a user profile in asp.net using Visual Studios 2005 in cSharp

I'm creating a web-site similar to http://www.face-pic.com & http://www.myspace.com. I want to create a user profile which can do the following features

1) I want a website where users can send messages to other users

2) Logged in users must be able to upload images which are stored for individuals (just like my space). For example I want users to upload images to their individual’s profile, when they return the images are still there. But other users are not permitted to edit other user’s images.
3) Other users are only allowed to view other profiles.

4) I want users to be able to edit their profile, the problem that I’m having is that I have three pages called “myAccount” “Edit profile” and Profile. MyAccount takes the user to edit profile where they can enter general information like age hobbies etc. I want this information to be stored for that user only and to be taken from the edit page to the profile page which is shown to general users.

A feedback page
A simple forum


All of this must be done in Visual Studios 2005 using ASP.NET in C#

Can anyone provide information (websites or books, Clear step by step guides with pictures and examples) where I can accomplish this asap (where it takes me 2 days to finish)

Thanks
by ksk