Create Password Protected Website !

I am trying to create a website where user is required to login first
to view members page.

I want user to come to my website. They can move around in free
sections where I give examples of the lessons that are to be taught.
But if they need to few the whole lesson then I want them to signup
first. Signup is free.

I want to use ASP to do that.

if you know any tutorial or have an example which tells how to do
that, please let me know.

View Replies


ADVERTISEMENT

Password Protected Pages

I have a site that is using .asp mainly for SSI. There is a login section where the user types in their login and password, and this allows access to the member area of the site. So far so good. However, once in the member area, the user could bookmark that page and get back to it anytime without having to login again. Therefore, they could just email the link to friends and anybody could access it. (and yes, if they wanted they could email the login and password - but I can't stop that). I have another site that uses a single login/password to access restricted areas, but it's done with .php Any ideas about a quick code insert that could use their login/password to gain access (per session) to a certain file folder.I hope it's not an obvious answer

View Replies View Related

Password Protected Directory

how to password protect a directory (downloads) on a Windows NT Server? UNIX is a breeze. It seems like you need an Act of God to get Windows to do the same?

View Replies View Related

Password Protected Area

I have created a password protected area on my website using session variable. I used a pre-programmed package on the internet using ASPLogin not the very expensive company software- another more basic type from another company! A user can log in OK for the first time, however, when he/she next visits within a couple of days or more the login screen says that they are already logged in., and because of this, they cannot log in and have to wait for the session variable to expire.


I am using both Mozilla Firefox and Internet Explorer and both are having the same problem. I am not too sure of what is going wrong here, as ideally, each time they have logged out I would like them to log back in OK again.

View Replies View Related

Search Engines And Password Protected Pages

I have a client who has repeatedly asked about getting a site-wide search engine for their website. There's arguments for and against, but I'm more worried about the practical aspects of the request.

The site is largely composed of password-protected pages. Member data is stored in an Access database. The pages are all secured by a basic include file that checks against session variables to see if the user is logged in. If "yes," they can see the page. If "no," they are redirected to a login page. Standard stuff.

One of my biggest arguments against the search engines is that since they can't get into the protected pages to index them, those pages will not be included in search results. Since the protected pages make up about 90% of the site, this pretty much renders the search engine useless.

Have any of you encountered a similar situation? Any thoughts on a way for the search engine to index those protected pages?

As far as the search engine goes, I was planning on cheating and using a form that sends requests to a simple google site search (it works surprisingly well on the non-password protected pages), although I'm open to other suggestions if you have any.

View Replies View Related

Write To Text File In Password Protected Directory

I have a form mail script that sends an email and then writes to a text file using Server.CreateObject("Scripting.FileSystemObject").

The problem I am having is that the information needs to be saved in a Password Protected Directory. When I try to save the info it gives me a permission denied error.

I had my hosting company change the permission on the directory and the script was working ok but now it isn't.

Is there a way to pass the username and password in the script so I don't have to worry about the hosting company messing this up?

View Replies View Related

Securing A Directory Of Files In A Password Protected Area

I have a client who has a password protected page (via session) that lists a bunch of pdf's. They are a little worried that you are able to browse and see the pdf's via the url without being logged in.

I'm not sure if it's possible or not but is there a way after their username and passord is verified to automatically grant them permisson to view the contents of the pdf directory?

View Replies View Related

Uploading And Processing A Password Protected Word Document With Asp

An ASP page on my IIS server converts an uploaded word document to
HTML, but I'm having a problem with it failing (hanging and popup
requesting password on server!) on password protected word documents.
(web upload, backend processing and web delivery)

I spent the whole day on google to find a solution. What I am looking
for is an asp script or a property that can look at a word document and
just return a yes or no as to whether it is protected, so I can then
refuse to upload it, until the user has removed the protection.

View Replies View Related

Password Protecting A Website

I need to password protect all the pages of my website using ASP. Microsoft KB 301464
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q301464&ID=KB;EN-US;q301464&SD=MSDN

provides a simple way of implementing it. But I am getting the following error in the Logon.asp script and dont know how to get past it. The Script block lacks the close of script tag (%>). /PDACPO1/Logon.asp, line 45.

View Replies View Related

Password Protect Folder With Documents On Website

One of my clients asked me to do a login script for their users that would direct them to a secure page which is protected by checking if the user has logged in (session variable).

The secure page has a number of links to some PDF documents but she is concerned that anyone with the absolute link to the PDF would be able to access the documents.

How can we secure the documents from anyone using the absolute url?

The site is on a Windows 2003 server.

I was thinking something along the lines of how music downloads work where you dont actually get the link to the file and instead are directed to it.

Any other ideas??

View Replies View Related

How Can I Create Text File On Any Website In Asp

i have some difficulty in creating text file, my question is that how can i create a text file on any website through ASP.

View Replies View Related

Create Username And Password

I have a login page that's preset where the user type in their username and password. What I want done now is make the user create his/her own password on first visit to the web page. For example when the user tries to view a specific page on the site he/she is prompted: " You must first create a username and password to access this page". This is my login script, how can I change this to prompt the user on first visit to create a username and password?

View Replies View Related

How To Create The Username/password Authorization Dialog?

Anyone knows how to create the username/password authorization dialog in ASP?

View Replies View Related

Individually Password Protect Multiple Directories? Password Expiration?

I have a client who wants to password protect a learning course that is set up in modules. Each module needs to have it's own password protection so users can only access them as they progress through the course.

Each user should have their own password (for each module) and, said client would like the password to expire for the user at some (predetermined?) point. Is this possible? It seems like a lot (in terms of setup), but I don't know much about password stuff.

If it is possible, can someone give me an overview of how it works (theoretically) or where to find more specific info on setting something like this up (in ASP.net)

If it isn't possible, can someone suggest what is more reasonable in terms of protecting the modules?

View Replies View Related

Password Sessions - Prompt Password Change

I created sessions to authenticate username and password. How can I utilize this same script to alert the user to change password at 3rd login? In other words when a user logs into a site after the 3 or 4th time which ever, they are prompted to change their password. Code:

View Replies View Related

Protected Download Of Files...

I am creating a series of downloadable articles, career
tools, spreadsheets, etc. However, some of the content is
for "registered" guest. The registrants are stored in a
database and logon.

I want to ensure that someone registered cannot simply
pass someone the path to the files for download. However,
I am not creating an actual system user name for the
folders where the various documents exist.

I don't want someone to logon, retrieve the path to a
file, and be able to send that path or return to that path
without having to logon.

How do I accomplish this?

Consider the following:
serverroot/registeredcontentfolders would be protected by
a single logon name - not accessible via anonymous
access. User's logon to site and I auth them with their
user name but on the server side, auth with the single
account I am establishing for access to the protected
folders.

View Replies View Related

Calling A Protected Page?

How do I call a page in a password protected directory? In other words, I had my admin make a directory protected with authentix and now I want to use a page outside that directory to call a page inside that directory. How can I do this

View Replies View Related

Open ACCESS DB Protected

How can i open an Acces Database protected by password in ASP ? To open a Acces Database without password, my code is :

conn.Open "DBQ=" & Server.MapPath(".") & "d1.mdb" & ";Driver={Microsoft Access Driver (*.mdb)};" ...

View Replies View Related

Protected Directory Redirect

Im running a site on IIS6 and its got a link to a protected directory.. Authentication required, so user enters their username and password and it gives them access to the directory.

now however we want to use the same link but different users.. so whoever clicks the button it prompts for login information but then redirects them to their own directory per their username/password. any ideas for me to investigate ? maybe an index.asp that waits for username and then redirects ? is there a simpler way ?

View Replies View Related

Pass Protected Docs.

I have pass protected files within a directory adequately and included a function that ensures the http_referer is the secured folders index file so that I can be sure the file they are calling is opened up as an include within the index file.

My problem is what if it is a pdf or word doc or pp file. It is a bit of a training directory and they may use various forms of presentations. Now in cold fusion I can control the whole directory by implementing the application.cfm file but I know of no way in asp to do this.

View Replies View Related

Listing All Files In A Protected Directory

I know how i can list and manage files (with the file object) on a normal directory with ASP. But i couldn't find any information on how do i list/work with files which are locaed on a password protected directory (with basick auth). how to make such a task ?

View Replies View Related

Logout For Protected Directory Login .

the hosting control panel gives the ability ot make a login for the directory you want to secure , but i want to make a logout for this login , how could this be done ?

View Replies View Related

Username Lookup For Protected Directories

I need to look up what user name was used to login to a protected directory using ASP.

I don't want to create a login page, etc. It shouldn't be necessary. Only employees who already have user accounts need to log in to the webapp and the protected directory login box is all the security I need. I just need to be able to access the username that they used in my application. Code:

View Replies View Related

Protected Folder Login Details

I have a folder that is protected, the users login with their unique
username and password, these are held in a text file.

Is this information logged in a way that I can use the login name as a
variable for use on my page, such as if I login as Jon the page can display
"Logged in: Jon"

View Replies View Related

Recommend Search Engine For Protected Pages?

Can anyone suggest a (preferably site based ) component for searching asp
pages that are protected by sessions?

A client wishes to enable a search that can index pages irrespective of
security.

View Replies View Related

Send Login Via URL That Links To Pw Protected Wiki On Apache

I need to display a URL that links to a password protected wiki (htaccess) on an apache server. I'd like to include the userID and password in the URL so that the user is not prompted for it on the wiki end. If I was linking to another ASP page I could send the login info in the querystring, but how is this done with apache? Is this even possible?

View Replies View Related

Create Database And Create Table On One Form

Here's what my code looks like...

View Replies View Related

Website On A CD

I want to create a dynamic website hosted on a CD. It would be based on ASP and have a database. Is this possible? How would I approach such a thing?

I'm sure I could by a runtime version of Access and build an application, but could that be implemented within the website? Any thoughts? I don't want the user to install anything on their hardrive if possible.

View Replies View Related

ASP Website On A CD-ROM?

I have a asp website and am wondering is it possible to place the website on a cd-rom?

View Replies View Related

ASP Website

I have a little asp.net website which works great on the local machine
but I cannot seem to access it from a remote machine. It is not a
connection problem because my remote machine (which is on the network)
has a share on the local machine using name resolution. The message I
get on the remote machine's explorer is the classic "Page cannot be
displayed". It seems I have looked every where on the net for
possibilites without succes. Both machines have XP SP2, firewall turned
off. The remote machine runs IIS 5.1. Both machines are under the same
workgroup. Any help highly appreciated, will send french chocolates if
you sort my problem out. I have also tried creating a simple "Hello
World" html page. Same think. Workd locally but not remotely.

View Replies View Related

How Can I Use Both VB & C# In ASP Website

I have classes defined in both VB & C#, and would like to make them
accessible ASP Website construction. I could not put them both in the
App_Code folder, what should I do?

View Replies View Related

Asp Website

I would like to build a simple asp based website. I would like to create a webgallery with some pictures i have.Can I use a MS Access database to do it? And create an asp based site? How can I do it? Is there an example

View Replies View Related

ASP Website

I have a little asp.net website which works great on the local machine but I cannot seem to access it from a remote machine. It is not a connection problem because my remote machine has a share on the local machine using name resolution. The message I get on the remote machine's explorer is the classic "Page cannot be displayed". It seems I have looked every where on the net for possibilites without succes. Both machines have XP SP2, firewall turned off. The remote machine runs IIS 5.1. Both machines are under the same workgroup.

View Replies View Related







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