help: web administrator tool

  • Thread starter Thread starter Kha Tran
  • Start date Start date
K

Kha Tran

1.I cannot see Profile tab
2.In Provider tab, it has only one provider AspnetSqlProvider (missing
AspnetAccessProvider)
3.In Security tab, I can create roles,rules but cannot create a new user
(Alert: Please enter a different password). It is the same problem when
use class Membership for programming in ASP.NET.
 
1. This has been removed as of Beta 2 (not sure if it will re-appear in RTM)
2. Access is no longer a default provider. SQL express is the default
database engine and utilises the SQL provider. SQL express provides
simplified deployment (one file ala MS access) but yet allows SQL like
access and can be easily attached to a full blown SQL DB.
3. You need to use a strong password. You may be able to specify the
following attributes on your provider definition in the web.config to change
this behaviour:

minRequiredPasswordLength
minRequiredNonalphanumericCharacters
passwordStrengthRegularExpression

--

- Paul Glavich
ASP.NET MVP
ASPInsider (www.aspinsiders.com)




1.I cannot see Profile tab
2.In Provider tab, it has only one provider AspnetSqlProvider (missing
AspnetAccessProvider)
3.In Security tab, I can create roles,rules but cannot create a new user
(Alert: Please enter a different password). It is the same problem when
use class Membership for programming in ASP.NET.
 
Could you tell me a sample of web.config:
minRequiredPasswordLength
minRequiredNonalphanumericCharacters
passwordStrengthRegularExpression
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top