Click here to Skip to main content
15,890,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem in refreshing the page with time interval Pin
Christian Graus15-Jun-08 2:40
protectorChristian Graus15-Jun-08 2:40 
Questionprint ing in asp.net 2.0 Pin
vijaylumar15-Jun-08 2:13
vijaylumar15-Jun-08 2:13 
Answer[Duplicate]Re: print ing in asp.net 2.0 Pin
Scott Dorman15-Jun-08 2:20
professionalScott Dorman15-Jun-08 2:20 
Questionprinting in asp.net 2.0 Pin
vijaylumar15-Jun-08 2:11
vijaylumar15-Jun-08 2:11 
AnswerRe: printing in asp.net 2.0 Pin
Scott Dorman15-Jun-08 2:22
professionalScott Dorman15-Jun-08 2:22 
Questioncode in c# for pageindexchanged in detailsview Pin
senpriya15-Jun-08 0:29
senpriya15-Jun-08 0:29 
AnswerRe: code in c# for pageindexchanged in detailsview Pin
Parwej Ahamad15-Jun-08 0:51
professionalParwej Ahamad15-Jun-08 0:51 
QuestionWeb.config problem Pin
jason_mf14-Jun-08 21:00
jason_mf14-Jun-08 21:00 
I modified the web.config file as follows:
<pre>
<membership>
<providers>
<add name="AspNetSqlProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
applicationName="MembershipTest"
requiresUniqueEmail="false"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="5"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="0"
passwordAttemptWindow="10"
passwordStrengthRegularExpression=""/>
</providers>
</membership>

<profile>
<providers>
<clear/>
<add name="AspNetSqlProvider"
connectionStringName="LocalSqlServer"
applicationName="MembershipTest"
type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0,Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</providers>

<properties>
<add name="UIN" type="int"/>
</properties>
</profile>
</pre>

But when register a user,Still request to enter special characters for password.
However, when I modify "minRequiredNonalphanumericCharacters" property in IIS->"asp.net config",
register again, it not request me to enter special characters.
The problem seems to be unread Web.config.

In addition, VS can not recognition "ProfileCommon".
But I recreate a web site, vs can recognition "ProfileCommon" in this new site.

I use VS2008 coding, OS2003 and Vista, in both the above cases has been described.

Have anybody can help me to Analysis and solution?
Thanks.
QuestionValidate email duplication during membership registration Pin
Albert8314-Jun-08 19:59
Albert8314-Jun-08 19:59 
AnswerRe: Validate email duplication during membership registration Pin
Gayani Devapriya15-Jun-08 18:10
Gayani Devapriya15-Jun-08 18:10 
GeneralRe: Validate email duplication during membership registration Pin
Albert8315-Jun-08 20:30
Albert8315-Jun-08 20:30 
Questionhow to search multiple string in database Pin
ph4ufree14-Jun-08 7:13
ph4ufree14-Jun-08 7:13 
AnswerRe: how to search multiple string in database Pin
Christian Graus14-Jun-08 8:40
protectorChristian Graus14-Jun-08 8:40 
Questionproblem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
Nitin198114-Jun-08 6:17
Nitin198114-Jun-08 6:17 
AnswerRe: problem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
N a v a n e e t h14-Jun-08 16:19
N a v a n e e t h14-Jun-08 16:19 
GeneralRe: problem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
Nitin198115-Jun-08 6:50
Nitin198115-Jun-08 6:50 
QuestionAuthentication/Session Problem [modified] Pin
Jedidah14-Jun-08 5:42
Jedidah14-Jun-08 5:42 
Questionnamespace for Literalcontrol in asp.net Pin
trilokharry14-Jun-08 5:21
trilokharry14-Jun-08 5:21 
AnswerRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 5:59
N a v a n e e t h14-Jun-08 5:59 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus14-Jun-08 9:13
protectorChristian Graus14-Jun-08 9:13 
GeneralRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 16:11
N a v a n e e t h14-Jun-08 16:11 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus14-Jun-08 16:48
protectorChristian Graus14-Jun-08 16:48 
GeneralRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 18:21
N a v a n e e t h14-Jun-08 18:21 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus15-Jun-08 2:42
protectorChristian Graus15-Jun-08 2:42 
Questionbutton Pin
trilokharry14-Jun-08 5:01
trilokharry14-Jun-08 5:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.