Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6148441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:16:56+00:00 2026-05-23T19:16:56+00:00

I will create an ASP.NET Web Application like this; Users can login their own

  • 0

I will create an ASP.NET Web Application like this;

  1. Users can login their own username and password.
  2. Users can file upload their own folder (I define the folders manually), and also they can see all files in their own page and they can download them.

I think I can use an architecture like this;

  1. I should use ASP.NET Login Controls, we all agree with that. But I also should use C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe and ASP.NET Web site Administration Tool? What does exactly aspnet_regsql.exe do? What does Administration Tool do? They are (Login controls + aspnet_regsql.exe + Administration Tool) only I need for creating a user login system?
  2. For file upload I think to use File Upload control. Then, For example; if I have a user “A”, folder should be like http://ourserver/A. I have no idea how can I upload file to specific folder. And how can I show to users their own uploaded files? (Also users should download them) Is there any asp.net control for doing this ?

EDIT: I prefer step by step explanation rather than giving some code. I want to also understand what these applications are doing ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:16:56+00:00Added an answer on May 23, 2026 at 7:16 pm

    1) If you run the regsql tool, it will popup a screen asking for some sql information and then create a set of tables relative to membership etc. If you start a basic MVC 3 application, it comes with an account controller, login, logout, forgot password all wired up. This talks to that database. Your alternative is to create a custom membership provider, there are lots of tutorials out there for doing that. You can control more things with the custom membership provider, but it’s a bit more work.

    2) AmRans example code is perfect for saving the actual file. As far as the folder for the given user goes, then I would probably configure a base directory in your web.config, then;

    if( Directory.Create( Path.Combine( baseDirectory, UserDirectory)).Exists) {
    
    }
    

    although if you’re using .NET 2, then that might remain;

    string savePath = Path.Combine( baseDirectory, UserDirectory);
    
    Directory.Create( savePath );
    
    if( Directory.Exists( savePath)) {
    }
    

    For viewing of those files, if the user is logged in, you can query the save directory + username and list out all the files in that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like create a web service in ASP.Net 2.0 that will supports JSON.
Are there any tools that will spider an asp.net website and create a static
I need to create an installer program that will do install the following: ASP.Net
I need to find/create an application that will create employee web usage reports from
Background In Visual Studio 2008 Create a new Windows Forms Application, this will create
Is there a utility out there that will create VB.NET classes from a Dataset.xsd
I'm writing an application where the user will create an appointment, and instantly get
Often times a developer on my team will create a new Visual Studio project
Hey I usually run into a situation where I will create a class that
Does anyone know of a reasonably priced tool that will create DDL statements to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.