Access Website - User Login Design And Considerations

Feb 17, 2011

I'm currently messing around in Access to develop a website, or I should say - develop the initial workings of a database system in an environment that I am familiar with. As the .Net environment is the one I am most familiar with for developing, deploying the Access database into the more full-fledged SQL Server environment is a natural step. Now comes the part with ASP.Net that I'm not so familiar with - reconciliating differences between how I am coding and designing my database with the default website project that ASP.Net provides for a basic multi-user website, from which I've noticed is a lot more thorough than any solution I could code up within a reasonable time-frame.

However, this comes at a cost. I have no inkling on how user data is stored within this environment or how to extend it within my own needs. I can make sample data up the wazoo on my laptop, but if I have no idea how to incorporate with a pre-existing framework, it is worthless to me. The reason why I have not considered this until now is the data I have been working on doesn't pertain to the users in a direct fashion. Anyone have experience designing websites that use ASP.Net and maintain user access? What problems, issues, and design considerations might I need to concern myself when developing a multi-user website with ASP.Net in addition to my data?

View 1 Replies


Similar Messages:

PHP Login Form On Local Website To Access Remote Website?

Jul 15, 2010

I want to have a PHP login form on my website. When the user enters a username and password and clicks submit, they should be directed to a remote website logged in (therefore skipping the login form on the remote site).

As mentioned in the title, the remote site is built using ASP.NET.

I've tried to search for a solution this but really not finding.

View 3 Replies

Use Gmail Or Live Service To Login In The Website But Limit Only One User (admin) To Login?

Dec 24, 2010

I've a Gmail account, assume that me@gmail.com. Now I want to login (as admin) in my website through this account. I know I can use OpenID etc. for that purpose but I want to limit it for just me only. Can I do this? I don't let anyone else to know which service I used to login and what is my address and etc. (Note: My website contains just one and only one login form, for just me, only!)

View 1 Replies

How To Login On A Website And Access Another Page Maintaining The Session

Dec 14, 2010

Have a project where I need to access a RSS feed. The issue is this RSS feed, you need to be logged in as a user. They have a simple web form (login + password).

1) Post a web form with my login and password

2) Maintaining Session (w/successful login), do an additiional GET to retrieve the RSS feed.

I am doing this in an ASP.Net page so it all happens server side in VB.Net

View 1 Replies

Security :: Restrict Login Access To Website From Specific Machine?

Nov 1, 2010

I need to restrict access to my website by physical PC. When a user signs up I want to be able to restrict access to one machine for that account so it cannot be shared round, if, for example, somebody else in the same office wanted to access the system on their PC they would need a seperate sign in.

I have done some investigation and I "think" the only way is installing an ActiveX component (which isn't an issue that is restricts to IE only) and then read the users MAC address. Am I trying to over complicate things or is that the only way? I realise that MACS can be spoofed but this is not much of an issue.

View 4 Replies

Website Access / Login Page Will Be Connected To Local Database?

Mar 30, 2010

when a website is entered in a browser it should take to a login page (in localhost) and if the login succeed then the site should be loaded else an error page should be displayed. the login page will be connected to local database. how to do this?

View 6 Replies

Security :: User Login From One Website To Another?

Jan 30, 2011

suppose we have two or mor ethan two website .All site ask username and password.Their database is located differnent places.I want to know how i can do this thing that user who authenticated from any site do not need to authenticate again he will pass directly.No
authentication nothing like gmail .user who is login do not need to login again for useing orkut he directly go to that site and user of orkut directly go to gmail .In these case it do not ask authentication ike username and password!

View 3 Replies

Security :: Implement User Login In Website itself

Jan 26, 2011

i implement user login in my website itself and i dont use membership of asp.net

any user in my website have the apportunity to website for 5 times .after 5 times if still user is not logged in website ,user can after 15 minutes to be able to try again.

how can i do this walk on my website?

is below code security?

[Code]....

View 1 Replies

Creating A Website With Membership And User Login?

Mar 2, 2010

Environment: W2K8R2 x64 +SPn..., Office 2007 +SPn..., Visual Studio 2008 + SP1+ SPn..., SqlExpress2005 +SPn..., SQL Std 2008 +SPn...

2 Problems...

1) No matter how I try Default.aspx never shows up as the StartPage even though I've told it to, the Login.aspx Page shows up first, so the rest of the walkthrough seems strange....

2) I'm a dummy when it comes to SMTP so I can not seem to get the SMTP to send a message to the User supplied e-mail address....

I want to use this methodology for many Web-Sites I have planned, but if it doesn't work then perhaps not....

View 1 Replies

Web Forms :: Get User Name In Window Login And Show In Website?

Sep 25, 2010

if any one login how to get user name and show in our web page

and how to get location of client side (Physically Ex-India -Delhi-Anand Vihar)

View 3 Replies

VS 2005 - Creating Website With Membership And User Login

Oct 13, 2015

I am taking MSDN's walkthrough on Creating a Web Site with Membership and User Login. I have some free time and am taking a look at some topics I'm not 100% clear on. So this isn't for a live site; just for my own edification. I set up a user in the web site administration tool then another one in the CreateUserWizard control. I was surprised that in the control it let me create the 2nd user with the same email id as the 1st so I was looking around at how to prevent this. I found requiresUniqueEmail="true" that goes in web.config, in this block:

Code:
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="20">
<providers>
<add name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider"
connectionStringName="SqlServices"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
passwordFormat="Hashed"
requiresUniqueEmail="true"
applicationName="MyApplication" />
</providers>
</membership>

Which I believe would be the solution. Is that right? My problem is what do I set all those other attributes to in the block? All I really want is requiresUniqueEmail but it seems I have to specify a connectionstring also but I don't know what this would be. The website is using ASPNETDB.MDF which got created in App_Data after I ran the administration tool for the first time (I believe). So I need to explicitly define a connectionstring to that DB now that I want to require a unique email?

View 9 Replies

Configuration :: After Deploying Website, Login Failed For User 'DB_USERNAME'?

Aug 16, 2010

first here is my connection string:

"Data Source=tcp:sql2k803.discountasp.net;Initial Catalog=SQL2008_736225_aldookandb;User ID=SQL2008_736225_aldookandb_user;Password=******; "

note that i can successfully connect to the db using the user 'SQL2008_736225_aldookandb_user' when i use a remote connection tool, such as sql server managment studio

And you can reproduce this problem, see it live and see the stack trace by doing the following:

A) :

1.go to my website [URL]
2.login as username: Teacher1 password: 123456 (Note that you have been logged in successfully)
3. go to the link in the upper right corner where it says (Teacher Page)
4. booooom!

B):

1. go to the website and create an account as a "Teacher"
2. do steps 2 to 4 from above and same problem occurs

View 1 Replies

C# - Programmatically Login To A Website And Redirect The User To The Logged In Page?

Mar 15, 2010

Right now, I have all the employees of my company login to an external website using the company id, username and a password. We are trying to integrate it into an intranet portal which should provide seamless access to this website without requiring the user to enter these credentials.

Is there any way of doing this programmatically (.NET C#)? Very similar to screenscraping, Can I simulate the appropriate POST action and then redirect the user to the logged in page?

View 3 Replies

Web Forms :: Prevent A User To Login From Multiple Systems In Website

May 7, 2015

I want to implement Login session , in which one user can login from one device only ..and if on other device try to login with same ID the  First Device get an Alert..

View 1 Replies

C# Multiple Login Pages Based On Which Folder User Attempts To Access?

Jul 15, 2010

I have developed an application in ASP.NET 3.5 which utilizes the Membership and Roles Providers and Forms Authentication to manage user access and profiles.

There are various area's of this application that are only to be used by an admin users whom login using their email and password and the rest of the users log in using their telephone number and password via their iPhone.

For simplicities sake, I would like to have two different login pages, one that is formatted for the iPhone and performs the correct validation for users adding a telephone number and the other for the application administrators.

I want to redirect the user to their respective login page based on which folder they are attempting to access. For example say I have an application structure like this

/Admin
/Couriers
/Customers
/Whatever
Default.aspx
iPhoneLogin.aspx
adminLogin.aspx
Web.config

I want to be able to redirect users who go to [URL]/Whatever to iPhoneLogin.aspx and users to go to [URL]/Admin to adminLogin.aspx

View 1 Replies

Context Of An Asp.net Website - Way To Check Whether User Has Access To A Particular Record

May 26, 2010

I have a webpage that you pass in an id parameter (via a querystring), which it then uses to fetch data from a database. Typically, a user would navigate to this page from another page that lists only those records that the user has access to. However, if they go directly to the page by typing in the URL in the Address Bar, they can effectively view any record they like. to type something like http://localhost/TestSite/ClientAdmin/ManageLocation.aspx?LocationID=5 into their Address Bar, they can access the database record with the LocationID equal to five - even though they shouldn't have access to it

View 2 Replies

User Controls :: Validate Session Set After Login And Redirect User Back To Login Page If It Is NULL

Apr 26, 2013

I have made a web page in which there is login screen when user login it goes next page but my problem is if i directly enter the url of that page it open. I want it should not open unless the user log in... 

View 1 Replies

DataSource Controls :: User Login Form / Validate Specific User On Login Page

May 28, 2010

how i can validate Specific user ON My Login Page

whether the username exist or not

if its exist it should match with the right password and right username

Language-ASP.NET C@

BACKEND-SQLSERVER 2005

View 6 Replies

State Management :: Access User Details Throughout Website Using Session?

Jul 28, 2010

when we accept user details in a login page and i want to use login details throughout the website.....can we do like this

session["uname"]=username;

string s=session["uname"].tostring(); this is in first page

string str=session["uname"].tostring(); this is my second web page

it is giving error

we can't access in other pages

View 5 Replies

Web Forms :: Maintain User Access History Whenever Website Accessed

Jan 24, 2016

I came across a very interesting functionality to develop using ASP.net.there is a site wihich usually gets millions of hits everyday and I need to implement a functionality to show the name,date and time(history of users) visited the site. When the user clicks on the History button or tab then the page should display the history of 10 users recently visited the sites.

View 1 Replies

User Controls :: Implement Custom User Login With Roles Without Using Login Control

May 7, 2015

What if, I'm not using the LOGIN CONTROL but rather creating a Custom Control for Login. Is it possible to have user roles and a site map that redirects to its own destination when the user login?

View 1 Replies

Access :: Database Architecture - How to Design The Data Access?

Feb 12, 2010

I am starting a new project in ASP.NET (With silverlight) - I would like to get expert opinion about how to design the data access.I can use DataAccess Layer with SQL helper, but the challenge is every new field that I add needs to be added in the sql helper.I am trying to see if there is a way to design the system, so that it appears in the front end when a new field is added. I don't want to have in the ASPX files (binding in controls) I want to have ability to change items in code. Essentially I am trying to see the best option to have a database application.

View 1 Replies

Upgrading IIS Web Sever Framework 2.0 To 3.5 Considerations?

May 11, 2010

i will be responcible for upgrading an IIS web server from the Microsoft .NET framework v2.0 to v3.5.I am wondering if there is anything special i need to know or any caveats i should be aware of before proceding?he site gets a fair number of hits per day and I will be taking it down and performing the upgrade at an off-peak time.Aside from double clicking the installer is there anything i need to know?Will the server need to be rebooted afterwards, does the installer handle all of the configuration changes? etc..

View 1 Replies

Auto Redirect User To Default.aspx If Directly Access Any Page Of Website?

Feb 28, 2011

I have the following pages structure in my asp.net 3.5 website. i want if anybody directly access any page of my site as [URL] then it will automatically redirected to [URL] How to do this using vb.net, asp.net

View 2 Replies

Finding Master Page Considerations Before Starting?

Dec 28, 2010

So it is time to use some pages i have to a master page.I have limited usage with master pages so i will write some concerns here so i could get some answers cuz i don't want to start breaking stuff on xmas days.

Of course i will give it a go on my own but it will be good to know what problems must be aware of before i start.If someone knows of them.

So i have a concern about page transfer.

I do a post and on the page to go to i use "<%@ Reference Page="~/thepage.aspx" %>"

Will this go on the master page or on the page to be transferred to?

Also i had an issue with the below command:

Dim result = CType(Context.Handler, _Default) .

Apparently asp is quite funny sometimes and it has blued out the code saying, eerrr, can quite remember but something like the page cannot be found or something.Haha.Very funny.I copy pasted all the code to a new page, deleted the old one and renamed and it worked.So if this happens if i embed the page to a master page, will the copy paste technique will work again or i need to modify the master page also?

Another concern is about the daypilot calendar(Gary? ) it's a heavy ajaxed page using panels,:UpdatePanels,ajax,javascript,server manipulation,SqlDataSources etc. I don't expect most of you to know this but will there be a problem by putting the daypilot design interface inside a master page.This page is so complex that i prefer not to use it inside a master page if i suspect that something is wrong.

Paypal concern.I have read somewhere that you cannot use 2 form tags and master page will give errors.However my approach is using a StringBuilder and doing AppendFormat to finally create an iconic form.So has anyone tried this to a master page?Will it work.

Viewstate.I use viewstate encryption when i use viewstate.Will it work on a page inside the master page?

View 2 Replies







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