Requirements For ASP.NET

this might sound like a silly question, but do the client-side users need the .NET framework to view .ASPX files on my server?

View Replies


ADVERTISEMENT

Min Requirements For An ASP Page

Can you advice me on this problem. I am able to display
a .html page on my browser, but when i add some asp code
into this page and try to open from browser, it takes me
to "PAge cannot be displayed".

I wonder if i am missing something on my computer for an
asp page to process!!

View Replies View Related

Password Requirements

Any thoughts on requirements for a password?I've been thinking about
the following

Minimum six characters
Must contain at least 1 number and at least 1 letter
Cannot contain the user's first or last name
Cannot contain the user name of the person's email address
Cannot contain the domain name of the person's email address

View Replies View Related

Password Requirements

On my page, an admin sets up accounts, a password is generated at random and sent to the user via email, when the user logs in for the first time they are required to change their password (this is done by setting a database value to 0 when the account is created, when logging in that value is checked.

if its 0 they must change the password, if it is 1 then they are redirected to the correct page). I want to require the user to enter a password 6-12 characters, and require the use of both letters and numbers (at least 1 letter, at least 1 number, and at least 6 characters, but no more than 12.) How can I verify this is done?

View Replies View Related

Password Requirements

I'm trying to come up with a good way to have password requirements (i.e., length, Upper/Lower case mix, x number of Alpha, x number of numeric, etc.) configurable by installed site. The two customers that I'm working with on this app right now have 2 very
different password requirements, I'd rather not have to re-write the signup and login page for each customer. I'm working in classic ASP, but . ASP.NET is not out of the question.

View Replies View Related







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