Hello all,
I am new to this forum and I would like some help from my respected seniors.
I am trying to develop a ASP.Net Web Application using C# or VB. First of all prefer me whether C# would be easy or VB for the following scenario:
Below are the requirements:
1. For All Users:
• Text-chat feature will allow users to chat with the available online users.
2. For Registered User:
• Allow users to create new folders and sub-folders, to store (upload) files.
• Allow users to perform move/copy/delete operations on folders and files.
• The percentage of storage capacity remaining and used should be displayed on the top.
• Automatic versioning system will record the version/revision information when a file is replaced/overwritten
• Team management feature will allow users to work in teams (by inviting other existing
registered users). The activities of the team include access to the password protected area for
the team, uploading files, commenting on the uploaded files (discussion), polls, automatic and
manual reminders to the team members.
3. For Administrator:
• Approve/Reject new team requests; update/delete existing teams.
• View all the files and folders uploaded on the server.
• Allow to perform delete operation on any existing file/folder existing on the server.
• Delete account for any registered user.
• Define and Edit storage capacity and other limits such as Maximum file size allowed for
uploading.
Queries:
1) As, every user will have his/her own PERSONAL profile page then how will the system redirect the user to his/her PERSONAL profile page after hitting Login?
2) How this chatting feature can be developed?
3) How this storage capacity would be assigned overall?
4) How Administrator will manage all this?
I am totally confused.
I have developed SRS as well. but in coding I am totally stuck as I am not so good in coding. I thought Visual Studio 2010 would help me effectively in this case, and I am trying but couldn't find any way for this to be done.
Please help me out.
I look forward for your replies.
I am new to this forum and I would like some help from my respected seniors.
I am trying to develop a ASP.Net Web Application using C# or VB. First of all prefer me whether C# would be easy or VB for the following scenario:
Below are the requirements:
1. For All Users:
• Text-chat feature will allow users to chat with the available online users.
2. For Registered User:
• Allow users to create new folders and sub-folders, to store (upload) files.
• Allow users to perform move/copy/delete operations on folders and files.
• The percentage of storage capacity remaining and used should be displayed on the top.
• Automatic versioning system will record the version/revision information when a file is replaced/overwritten
• Team management feature will allow users to work in teams (by inviting other existing
registered users). The activities of the team include access to the password protected area for
the team, uploading files, commenting on the uploaded files (discussion), polls, automatic and
manual reminders to the team members.
3. For Administrator:
• Approve/Reject new team requests; update/delete existing teams.
• View all the files and folders uploaded on the server.
• Allow to perform delete operation on any existing file/folder existing on the server.
• Delete account for any registered user.
• Define and Edit storage capacity and other limits such as Maximum file size allowed for
uploading.
Queries:
1) As, every user will have his/her own PERSONAL profile page then how will the system redirect the user to his/her PERSONAL profile page after hitting Login?
2) How this chatting feature can be developed?
3) How this storage capacity would be assigned overall?
4) How Administrator will manage all this?
I am totally confused.
I have developed SRS as well. but in coding I am totally stuck as I am not so good in coding. I thought Visual Studio 2010 would help me effectively in this case, and I am trying but couldn't find any way for this to be done.
Please help me out.
I look forward for your replies.

Obaid ShaikhPosted Jun 23, 2011, 10:07 AM
So, kindly help me in this case.
I hope you will give me time as I am in such a pain due to that.
Obaid ShaikhPosted Jun 23, 2011, 10:05 AM
Okay. Will you please help me out step by step? I will design pages one by one.
What I have done:
Using Visual Studio 2010: I created New ASP.Net Web Application (Template) which has Login menu already in it.
Now, I have created 2 user accounts as well
1)
username: test
password: test123
2)
username: test1
password: test123
Now, what I want to be happen is when the user named "test" hit the login button, it will redirect the user to his own personal page where the information will be available for the user named "test".
For example: His name, Files that he has uploaded (just like 4shared.com) etc.
How to develop such thing?
I look forward for your help.
Thank you
Pradeep ChandrakerPosted Jun 22, 2011, 9:08 PM
If you are new to .Net, I would suggest you to go through some articles to have at least some understanding on coding and control structure.
It will be very hard for us to provide complete details and suggestion on your entire project, instead I would suggest you to start coding for some basic pages one by one. And if you have any specific query please post your question.