Looking To Create Sub Folders For Users

Jul 4, 2010

Not quite sure what you would call these but I am looking to create sub folders for my users eg

mysite.com/billyblue

What I have done up to this point is make a 404 page that handles unknown pages. It takes the part after the / and looks it up in the database. Then I redirect them to the relevant page.

I am having a few issues with this and to be honest am not to keen on handling it this way.

Does anyone have an alternative method for achieving this.

View 3 Replies


Similar Messages:

Security :: Users Can Only Access Their Folders?

Sep 26, 2010

I have a web app were every user has its own folder so that they can store documents. What i would like to do is protect a user's folder so that only the owner can access it.

Example:

Username: ricky
Folder: ~/Files/ricky/ --> Ricky can access his folder but can't access Diana's

Username: diana
Folder: ~/Files/diana/ --> Diana can access her folder but can't access Ricky's

I'm using membership provider for the user authentication.

View 9 Replies

DataSource Controls :: Share Files And Folders Among Users In Database

Feb 11, 2010

I just created a component management system.. I would like to share files and folders among users from a database. Actually i couldn't do that.

View 1 Replies

Listing Folders In Folders Then Creating Arrays In JS For Each Of The Folders?

Jun 21, 2010

Listing folders in folders then creating arrays in JS for each of the folders?

Directory Structure:

I have a directory structure as follows;

ad_folder
--folderA
--folderB
--folderC
--anotherFolder
--etcfolder
--afile.aspx
--anotherfile.gif
ad_code
--folderA
--folderB
--afile.aspx
--anotherfile.gif
ad_prep
--folderA
--etcfolder
--afile.aspx
--anotherfile.gif
ad_bin
--etcfolder
--afile.aspx
--anotherfile.gif
other Folder
files folder
assetsfolder
index.aspx
web.config
image.gif

Task at hand:

I want code in VB.NET to create javascript arrays of the folder contents that can then be used on the client end. I only need arrays for all folders contained in folders starting with ad_ and an array for all the base folders . like so:

var folders=["ad_folder","ad_code","ad_prep","ad_bin"];
var ad_folder=["folderA","folderB","folderC","anotherFolder","etcfolder"];
var ad_code=["folderA","folderB"];
var ad_prep=["folderA","etcfolder"];
var ad_bin=["etcfolder"];

note that I do not know the number of or the names of the folders, they can be different in different cases, I only have the root path.

[code]...

View 3 Replies

VS 2008 VS Trying To Create Odd Folders

Jun 22, 2010

I was nosing around with Sysinternals Procmon today, just to see where some disk activity was coming from. In the process (pardon the pun) I noticed that Visual Studio was constantly testing for the presence of a bunch of web folders which didn't exist. Procmon log: "D:wwwroot" is my web root. The folder "csharp" doesn't exist.

This happens continually, every few seconds. When I create "csharp" and those subfolders, VS stops checking for them. But they don't exist in my project file and there's no need for them as far as I know. I don't know what they are for. Does anyone know why VS wants those folders? Their absence doesn't seem to affect anything, yet VS keeps checking if they exist, which is weird.

View 10 Replies

C# - Administer Website (create New Users, Assign Users To Roles, Etc.) From A Windows App?

Feb 9, 2010

I have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.

Here is the membership provider definition from web.config:

[code]....

So, obviously, I have a Sql Server database that contains the users and roles for the web app. I'd like to create a separate windows app that references the web app assembly, and use the configured MembershipProvider, RoleProvider, and machineKey to create users, assign users to roles, etc. If that's not possible, I can duplicate the configuration settings from web.config within the windows app. But I don't know how to do this either.

View 3 Replies

Security :: After Successful Creation Of 3 Users On My Web Site Now Cannot Create Users

Dec 6, 2010

[Code]....

after successful creation of 3 users on my web site now cannot create users

View 9 Replies

How To Create Folders To Organize Web Sites In IIS7

Apr 20, 2010

I have several ASP.NET sites in IIS7 and would like to be able to group them into folders (or other mechanism, if available). Ideally, I would use a customer name or account number and put the sites under there.

Is there a way to customize the organization of sites in IIS7, or is there just the one 'flat' view?

I'm open to tricks and hacks.

View 1 Replies

Iis7 - Batch Create Asp.net Application Folders IIS 7?

Mar 10, 2011

We have a set of about 30-50 users who periodically need an ASP.net (version 4) application directory created for them.

As these numbers grow, manually creating an application directory for each user becomes cumbersome on IIS 7.

Is there a way to create these application folders using a batched/scripted/automated mechanism of some kind?

Ideally we'd like to provide input parameters of a file that contains a batch of application-names, and have the script automatically create the application directories in IIS.

View 3 Replies

Web Forms :: Programmatically Create User Folders?

Apr 20, 2010

I have an asp.net app that allows users to create personal pages which can be publicly accessed thru a "directory" page. The content of the pages is stored in sql server, so a given user's page is dynamically created thru the code that executes when the relevant link on the directory page is clicked.

I would like to take this a step further by allowing access to a given user's page directly thru the browser's address bar, something likewww.thegreatestsite.com/jim (pretty much like You Tube, Facebook, etc.).

I could achieve this by manually creating a folder under the root, called "jim" and put a default.aspx page in it which has the code in it's load event that would dynamically create jim's page.

However, I would like this "additional feature" to be created automatically, as part of the sign up process of the user.

I have no clue as to what would be the best approach. For all I know there might even be a standardized way to ado this in asp.net?

View 4 Replies

How To Create Dynamic URL's For Different Users

Jul 30, 2010

How to create dynamic URL's for different users..

for example there are many users registered to my website..

each one has their own profile page which has the link of the form..

http://example.com/Users.aspx?id=User1

And i need to dynamically rewrite these URL's as http://example.com/User1 etc..

View 3 Replies

Create A Collection For Users?

Oct 21, 2010

i need a collection of users

each user have name as string, ID as integer, Email as string

View 3 Replies

Create Inbox - Users Communicate?

Feb 7, 2011

How do I create a Inbox so that users can commnuicate in asp.net What controls do I need.I am ok with the Databse part of this project. But the design part is confusing I am using Visula web developer 2010. Not using ajax and silverlight. just asp.net This is my first asp.net project.

View 6 Replies

Membership Tables Empty After Create Users

Sep 2, 2010

I had to upgrade a sites ecuroty from a custom system to .net membership. I created all the users like this.

ds = Wservices.SelectBulkUsers()
If Not ds Is Nothing AndAlso Not ds.Tables(0) Is Nothing AndAlso ds.Tables(0).Rows.Count > 0 Then
For Each dr In ds.Tables(0).Rows
username = dr("username")
password = dr("password")
role = dr("SecurityClearance")
email = dr("email")
Dim newUser As MembershipUser = Membership.CreateUser(username, password, email, "", "", True, status)
Select Case role
Case "1"
Roles.AddUserToRole(username, "normal user")
Case "2"
Roles.AddUserToRole(username, "administrator")
Case "3"
Roles.AddUserToRole(username, "super administrator")
End Select
If newUser Is Nothing Then
errorMsg = username & " - " & status.ToString & "<br />"
End If
Next
litResult.Text = errorMsg
End If

I thought everything was fine and then went through the labourious task of replacing all the usersids used a as a foreign key in all the tables. It was only after doing this and trying to log on I couldnt, and noticed the membership table was empty. I assumed (stupidly) as it had done the users/ roles it must have done the membership. As I have already re-assigned the old user ids I dont want to import again as the userid will chnage. So my question is: Can I create a membership for each of the users in my aspnet_users table? I have the passwords etc in varchar fields at min from old table.

View 3 Replies

How To Create Default Users In Web.config For Membership

Sep 6, 2010

how can I add default users in my web.config to test my asp: login control

View 1 Replies

How To Create Small Chat Application Between Two Users

Oct 3, 2010

I want to create small chat application between two users.

Users should Login if they are not logged in they should be registered.

View 3 Replies

Create Users And Roles Easily In MVC Application?

May 24, 2010

how to implement our own role provider?

View 1 Replies

Membership - Can Create A Website With Users Without Using MembershipProvider

Feb 20, 2010

Is it possible to have an ASP.NET website which allows users to register and login, without using a MembershipProvider?

And instead just work directly towards custom database tables which stores user information?

View 3 Replies

How To Create Users In A Membership Table Without Using CreateUser

Jun 2, 2010

I want to migrate users and posts from an existing forum I am using to a ASP.NET membership table without using CreateUser. Basically I want to maintain userIDs so that when I migrate posts they continue to associate with the correct users. Is there a way to do this or would I be better off just using CreateUser and then finding a way to re-assign the post-by-UserIDs to the correct new IDs?

View 3 Replies

Security :: Create Users With Different Profiles Data?

Sep 26, 2010

i working on event managment registration and i need to make a roll for visitors and roll for exhibitors isitor most enter data to visitor profile with data likefirst name,last name , DOB, Mobile Number, tel , fax and exhibitor most enter data to exhibitors profile data with different data .it's easy to make it for visitor or exhibitors with one profile how to make it with different data profiles what the logic to make that

View 2 Replies

Create A Page - Show All Users With Filter?

Sep 29, 2010

i want to create a page like asp.netwebadminfiles/security/users/manageUsers.aspx

View 9 Replies

Create Some Excel Reports That Users Can Download?

Mar 14, 2011

My goal is to create some Excel reports that users can download from my asp.net site. The data for the reports will come from an SQL database. I am using Visual Studio 2010 and the reports will be for Excel 2007.

View 2 Replies

Membership Create Users, Logging In Works. But Then It Doesn't?

Feb 14, 2011

I have a application that connects to a remote sql server. I am able to create users and they are stored in the DB. Then I can go to the login page and login. But after a while, I am unable to log in and it just sits at the login page. The user is still in the DB

<configuration>
<connectionStrings>
<add name="LoginSQL" providerName="System.Data.SqlClient"

[code]...

View 1 Replies

Security :: How To Create Roles For The Existing Users In Database

Jun 10, 2010

I am newbie to asp.net.I want to create roles for the existing users in my database. I dont want to use the membership provider database n roles provided with it.(i don't want to use aspnet.mdf at all)

I am create roles for my existing users n assign i wanted to assign the particular roles to a particular assign.

View 2 Replies

Security :: Create Users And Assign Roles After Deployment?

Feb 18, 2010

I have set up a very simple authentication page where the user enters his password and if successful authentication occurs the program allows the user to make use of the controls in the page.

I used ASP.Net Configuration to create the user and roles, SQL Membership Provider for the authentication tables and asp login controls to authenticate.

Is there any way to add users and roles once the project is deployed? Could I use the ASP.Net configuration page? and if so how?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved