|
|
 Prize winner in Competition
"Best ASP.NET article of March 2009"
Comments and Discussions
|
|
 |

|
Hi Shree, Thanks for this nice article. I am wondering if there is any way that we can set/reset AD password taking into account the history re-usability policy.
|
|
|
|

|
Hi Shreekumar S,
Thanks for sharing.
I've looking for a simple website project like Apple site with a control panel.
Can you help me?!
Raha
|
|
|
|

|
This is an awesome explanation i ever shown.. Great work
|
|
|
|

|
This is an awesome explanation i ever shown.. Great work
|
|
|
|

|
Really helpful sir,
Thank you.
This is what i was looking for..thanks again
|
|
|
|
|

|
Straight forward and very helpful.
|
|
|
|

|
thanks dude
Shreekumar. S. S
|
|
|
|

|
Excellent article! Just the basics without too much fancy stuff. Good and easy to understand. Really helpful.
|
|
|
|

|
Great article!
Have you considered, or know of a Silverlight example?
|
|
|
|

|
thanks dude
Shreekumar. S. S
|
|
|
|

|
i am asp.net developer but membership is new for me i hv 60% knowledge of tht.
now the problem is i wanted to protect the page form user without login
ex. i hav made website with
1) login.aspx
2) logout.aspx
3) inbox.aspx
now without login user should not access inbox.aspx page
like if user input page url in address bar then he should be redirect to login page if he is not logged in.
Please if anybody know ? i am stuck into it.
Thanks in advance
|
|
|
|

|
i am asp.net developer but membership is new for me i hv 60% knowledge of tht.
now the problem is i wanted to protect the page form user without login
ex. i hav made website with
1) login.aspx
2) logout.aspx
3) inbox.aspx
now without login user should not access inbox.aspx page
like if user input page url in address bar then he should be redirect to login page if he is not logged in.
Please if anybody know ? i am stuck into it.
Thanks in advance
|
|
|
|

|
Your tutorial on building a local web site was excellent. How do I adapt it to work on my ISP's server?
Frank Moss
|
|
|
|

|
Really Nice Article.. Lol
|
|
|
|

|
Nice article Shreekumar.
I have also created same application and thanks to you that i learnt something good.
Regards,
Jitendra
|
|
|
|

|
Thank you, because of my busy schedule I'm unable to involve in Code project.. any how Thanks..
Shreekumar. S. S
|
|
|
|

|
Thanks you. It is really useful.
I want to save data ASPNETDB in SqlServer.
I attach this data to sqlserver and add connectionstring in webconfig
Then I create some user, I open table aspnet_Users but I can't see user that I created .
Can you tell me the Why?
|
|
|
|

|
are you getting any error while creating user ?
|
|
|
|

|
how do i get a password and username for edp.net
|
|
|
|

|
Hi
I'm using asp membership authentication, few days i created it it was working fine, lately i cannot log in anymore i recieve the invalid password error even if the password is correct. But other operations work's fine like creating new user and password recovery. Nothing is a problem on the database i check columns no account IsLockedOut then true.
I have this code on web config file which i realise is the one not allowing users to log in
[CODE]<connectionStrings>
<add name="connString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True"/>
</connectionStrings>
<authentication mode="Forms">
<forms loginUrl="~/Login.aspx">
<credentials passwordFormat="Clear" />
</forms>
</authentication>
<membership defaultProvider="Provider1">
<providers>
<add connectionStringName="connString1" applicationName="Application1"
minRequiredPasswordLength="5" minRequiredNonalphanumericCharacters="0" name="Provider1" type="System.Web.Security.SqlMembershipProvider" />
</providers>
</membership>[/CODE]
Any help will be highly appreciated
|
|
|
|

|
When I run the website on my Pc, works fine, but when the website is uploaded in a remote server I get this error:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Can somebody help me please?
|
|
|
|

|
Awesome article, thanks for your help. So, we have a web form to create new users, but: Is there any way to have a web form that allow me to delete some registered users? I need that...
|
|
|
|

|
you covered lot of topics in a single article!!
=============
NITIN SAWANT
=============
|
|
|
|

|
I find this very interesting, but how can someone deploy the membership information database with the setup.msi. I have try to manual add the App_Data, but not working. My application was confused to identify the database when running IIS 6.0 , since I also have connectionstring to ODBC in my web config file.What should I do to accomplish this.
Also I want to know if it is possible to use web site administrative tool in window 3003 server or other OS without installing VS 2005.
Thank you.
Thayhor.
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
An article about building a Web Site with Membership and User Login
| Type | Article |
| Licence | CPOL |
| First Posted | 24 Mar 2009 |
| Views | 130,546 |
| Downloads | 4,105 |
| Bookmarked | 271 times |
|
|