Creating Login Authentication

i would like to secure my database from been modified by any users on the network.
I am using asp as my user interface. Is there any codes that i can use to allow certain users to login to my asp webage and use my interface to modify my database access?

View Replies


ADVERTISEMENT

Login Authentication

I've been reading a lot recently on how to make up a login page. I got the form down right and i'm not sure how to get it online (mywebsite) and work properly. i know that you have to have a database of some sort too to check the login in values against but yet again i'm stuck on that.

View Replies View Related

Login Authentication

im working on a login authentiction for an ASP site , but im stuck as things do not work . It seeems to me that the Response.Redirect line is not being reached because when i click on LOGIN , nothing happens. Code:

View Replies View Related

Asp Doc, Login Twice With Basic Authentication

I have a secure site and created an asp page to create a word doc header and footer, when a user goes to the page they get prompted to login then when they click on open they get prompted to login again.

Im guessing its something with the basic authentication and the header footer files being in different locations.

View Replies View Related

User LogIn And Authentication

I know how to grab the users windows login. I would like to use this to establish permissions for a user on my site. In order for this to be valid, I need for the user to have to verify their network password.

Is there any way to compare the password entered against the windows authentication? I would also like to be able to call the user by name instead of a login. Is there a way to get this from an Outlook address book or something?

View Replies View Related

Basic Authentication No Prompt Login Box

I have a problem with basic authentication. I redirect a user from a page to another.
I don't want to get the NT prompt login, I want the user to be logged in automatically.
I want to send the username/password to the page.

I have read something about cookies and sending username/password through
the header.

With the new Windows Update 832894 it is no longer possible to use
http(s)://username:password@server/resource.ext

Is there any other way to redirect to another page and pass the username and
password.

View Replies View Related

IIS Basic Authentication Login Prompt

IIS raises login dialog box prompt on browser for resources protected using basic authentication. That login prompt gives user 3 attempts to enter correct userid/password. IIS throw 401.1 error if third attempt fails. Does anyone know how to change this number of attempts. Is it possible or impossible to do ?

View Replies View Related

Creating Login

I'm a student who has to create a login section using asp,ms access, and javascript/vbscript.The login section has to have a login,new member sign up with e-mail confirmation sent to the user of their name and password,and a modify details page.

View Replies View Related

Creating Login

Want users to be able to login on the login page and be able to go through the site and it pass their name for when they enter in data to a database.

this is how site is set, once logged in, takes them to the navigation page. Horizontal frame, top being the nav and botton is the target. When they enter data in and click submit from the first page is not a problem. I'm stuck on how to pass thier name from one page to another with them using links.

I have NOT written the code yet for this because I'm not sure how it will work. I do have the pages written without the login on it. Just need to know how to pass thier name using the nav.

View Replies View Related

XMLHTTP Through Login But After Requesting Next Page - Kicks Back To Login

I am building a website to pull data from a remote https site using xmlhttp. The data from the https site is behind a login screen. I can successfully get through the login screen with:

set objXMLHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP")
objXMLHTTP.Open "POST", "https://website.com/validate-login2.asp", false
objXMLHTTP.SetRequestHeader "Content-Type", "application/x-www-form-urlencoded"
objXMLHTTP.Send "Username=uname&password=pwd&company=O"

That works great - but then, when I try to go to the next page (where the data is that I want to pull) - I use the same process and I get kicked back out to the login screen? Could there be some cookies, referer, strings being passed normally that I am not including in my second request - How do i find out for sure?

I have used the software IETrace and it looks like some cookies being passed, but how do I know for sure if (and what exactly) it is using?

View Replies View Related

Login To Page Requires Login

I want to login to a page using MSXML2.ServerXMLHTTP.4.0 or an object like this, I must send the form variables needed to login when I try to login to the page. But the problem is, that the page looks like a exe file (not a asp file or php file or what ever). The name of the page I try to login is something like "/pw?/session/login", nothing more, without extension. I have tried the code with a normal asp file with session registration and login process and it worked, but not with this file.

View Replies View Related

Nt Authentication

how would an intranet user be nt authenticated using asp?

View Replies View Related

SQL Authentication

i want users to login to my web application using SQL authentication i.e whenever the page opens, it should display the SQL server login window. i know Login feature is in dreamweaver MX that i use, but unathurized users can lookup the password in your database.

View Replies View Related

Div Authentication

Is it possible to authenticate a user who is trying to access a certain Div on a page???
I know how to authenticate a user accessing a standard ASP page, but is this possible with a Div!

View Replies View Related

Authentication

I have a page that authenticates users by reading
Request.ServerVariables("AUTH_USER") and
Request.ServerVariables("AUTH_TYPE"). When users try to access this
page from windows NT/2000, it works fine (prompts them for their
credentials when they're not on the same domain, and then lets them
in). Now, some of the users got XP boxes, and can't get in to the
page. It prompts them for their credentials but when they enter them,
just keeps prompting them. The credentials they are entering are
correct. What is different on XP that is causing this problem and is
there any setting I can modify on the server side to prevent this from
happening.

View Replies View Related

NT Authentication

I have an asp page on IIS 5.0 and I''m trying to get a dialog box to pop up and ask for username password and domain to authenticate against NT. I have anonymous logins unchecked in the IIS properties page and access restricted on everything but it won''t ask for a username and password no matter what

View Replies View Related

Authentication

I had to transfer an ASP Web Application (developed by another person) to a different web server. It seems to work but not completely.

I have some problems with authentication: it is based on a username and a password stored in a SQL Server's table. These data are requested via basic authentication (not a IIS level but I think it is used to create the authentication window in which put username and password). The problem is that it doesn't accept username and password and, after three times, it redirect me to a page telling "You don't have rights to see this page". What could I do? .....

View Replies View Related

Asp And AD Authentication

I have no problems authenticating via AD and an ASP page. My question is
this - is there any way to 'reverse' the process?

What I mean is the authenticated state remains as long as the browser window
is open. Is there any .asp command I can provide that will revert the
browser session back to IUSR?

View Replies View Related

Authentication

I have an intranet asp application that sends emails that contain a link to an intranet page.I have a case where one user is forced to login to the windows domain when he clicks on the link,even though he is within the firewall & his Outlook security settings specify automatic login with the current name & password.

This doesn't happen with any other users unless they go through the firewall.The site is also recorded in the trusted sites section.

View Replies View Related

Authentication

I'm developing an Internet site that is going to be password protected. I have one windows 2000 domain on the Internet side of things, and another on an Intranet side.
Is there any way to authenticate a user that hits my Internet pages against the Intranet user database?

I just want users from the Intranet to automatically be able to access the Internet pages without having to create a separate user on the Internet-side domain.

View Replies View Related

Authentication

I have written a simple login script that checks a username/password from an Access database. the login.asp page sets a session("loggedin") at zero. The username and password are checked successfully and the user is redirected to admin.asp. The admin.asp page has an if-statement at the top that checks the session variable to 1, which is set after successful dB check.

The problem is that if you go directly to admin.asp without going through the login process, that is, without ever going to the login page.... simple typing something like http://localhost/admin.asp . you are given access to the page and not redirected back to the login page. What could I have missed? It simply checks the session variable....that should never be set to one when all sessions are reset...and the user can still gain access?

View Replies View Related

Authentication

I am attempting to access WMI data on a remote machine. I have been able to get this to work, but there has got to be a better way, I hope.

set wmiLocator = CreateObject("WbemScripting.SWbemLocator")
Set WMIServices = GetObject("winmgmts://" & cn & "")
Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator")
WMIServices.Security_.ImpersonationLevel = 3

Then in my IIS snapin, Directory Security, and then Edit. I have this set Anon Access with my username and password as well as Windows Integrated Authentication checked. It does the job, I can pull the data, but it poses a security risk. I don't want to have my password and username as the authentication options.

View Replies View Related

ASP IIS Authentication

I'm using legacy ASP pages on IIS 6.0 to validate users through ADO
Active Directory objects (AdsObject & AdsCommand).

When I use the page from the server itself with "localhost"/page as
servername, it executes fine. But if I call the site with
"servername"/page, the exection fails. AdsObject throws "Table does not
exists" errors.

Currently, the server is configured with Integrated Windows
authentication. I tried changing to Anonymous authentication with
IUSR_machninename user. Again it fails.

View Replies View Related

Registration Authentication??

I would like to be able to automatically authenticate a registration. Meaning:

A registration occurs
email is sent to registering party
Party clicks a link to authenticates.

or something to that effect.

Does anyone know where I can find something like this?

I would use a forum (i.e. webwiz, phpbb.....) the only problem is they are asking way too many questions for what I need.

I have built a database to hold the party's information, I have built an asp page with form that inputs the info I need into the DB, which all works, but now I would like to be sure that the person registering is a real person and it is a valid email address.

Any Ideas on how to get started?

View Replies View Related

NT User Authentication - Is It Possible?

I'm facing a situation where my team leader wants me to create some ASP code that will pull the user's ID (which is no problem - request the LOGON_USER server variable) and THEN pull that user's NT Permissions to determine what kind of permissions the user will have when he/she comes onto the website. There is to be no logon screen at all. The permissions cannot be determined via a database or through cookies. Only NT Authentication can be used.

I have a small hunch that the HTTP_AUTHORIZATION server variable might provide a clue, but the value of that variable is a bunch of (encrypted?) gibberish that means nothing to me, except probably the NTLM part at the beginning. Is there a way to decode the value of that variable into something coherent that I can use in my code?

View Replies View Related

Query With Authentication

I want to get diffrent query from a table .I want that diffrent usernames
can get diffrent queries.How can I do it with asp?

View Replies View Related

Basic Authentication

I have an XML file which I access from a remote server like

Set http = CreateObject("MSXML2.ServerXMLHTTP")
http.open "GET","http://www.andrewlouis.co.uk/viewcountries.xml",false
http.send
strXML = http.responseText

The real server is password protected with, I think, with basic
authentication. How do I pass it the username and password.

View Replies View Related

Authentication Picture

I have seen on many websites the use of some sort of program to generate a
random character string distorted and warped with lines making the resulting
graphic ideally only human readable.

The theory is to prevent automated login programs.

I don't know what they call this type of component so I really don't know
how to google it. Do you know any source for this type of thing?

View Replies View Related

Im Losing Authentication

i have setup authentication on my website by setting session variables and it works but every once in a while the variables are lost and my users are logged out of the site

can someone tell me why this happens and how to fix it?

View Replies View Related

Windows NT Authentication And Asp???

Can someone tell me how I create a login page which
authenticates users against the servers user manager. I
want the login to be a form in my website not a pop up
window!

I would be grateful for any advice relating to this
subject. I have a script for windows 2000 active directory
but was wondering if you could achive the same with
windows NT 4 and IIS 4 Code:

View Replies View Related

Windows Authentication

In my CMS application (authentication = windows), I've tried to force a reauthentication after a button click by returning:

Response.StatusCode = 401;

However instead of reauthenticating once, I'm asked for 3 times despite the correct userid and password.

Is this due to certain configurations? Or is there any other alternative available to achieve the same effect?

View Replies View Related

Authentication Protection

I have a site that currently is password protected, using a combination of ldap authentication and asp session management.
So for every asp page, I check the session to make sure they're authenticated, if not I send them to the login page.
BUT.... there is a robohelp componenet that is almost a website within this website. All these robohelp files are htm or html based, so I'm unable to put asp scripting (to check for session authentication).
So, my problem is, how do i protect these pages using my existing framework?

View Replies View Related

Windows Authentication

If I have a website running ASP 3.0 on IIS 6 (server 2003), and am using
Integrated Windows Authentication, is there a way I can place in a session
variable something to identify the person who authenticated to the web site
so I can say right on the ASP page "Welcome UsernameHere" ??

View Replies View Related







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