Error message unclear: "Passwords must have at least one non letter or digit...
Apologies if this has already been mentioned, I wasn't able to find anything online about it other than when it was mentioned, and pretty much ignored, here (first post by centiva):...
View ArticleBad ASP.NET Login Bug
Dear Microsoft ASP.NET,I've created multiple webform projects use ASP.NET's default login mechanisms, which are linked to the SQL Server tables (these are by default:...
View ArticleCustomize the RoleManager and create users
Hi, I implemented the RoleManager in my asp.net site. But I want to customize the aspnet_Users_CreateUser stored procedure to accept Email address and save it the aspnet_Users table.Do I have to...
View ArticleHow to build a captive portal by ASP.NET
Hello,I want to build a captive portal restraining faccess through my hotspot router, any one could suggest a process to achieve it? Thank you!Regards,Sam
View ArticleAudit Trails cross over using ASP.NET Login
Dear All,I aim to create an audit trail to record all database activity performed by "ASP.NET USER", but not database/window user. What's the best method of doing it?I've followed this post for...
View ArticleSign in with user and password fom pst parameters
HiFrom a reverse proxy i get the username and password as parameters. Since there are more machines involved etc I need to sign in the user as a windows/Kerberos user on the IIS to have the token...
View ArticleWindows Authentication in Asp.Net
Hi Experts,In my Asp.Net intranet application, whenever user open a web site link, I want to get the LoginId of the currently logged user on the client machine and with this LoginId I want to get the...
View Articleqestion about ReturnUrl=%2f
Hi, all,Recently I migrated a website from one sever to another and merely changed in the web config file from Version=3.5.0.0 to Version=4.0.0.0(also update on the new server IIS: the application pool...
View ArticleWindows vs Forms authentication
Hi all,I believe I don't understand exactly how these types of authentication work. I have an IIS 7.5 web server running on a Win7 client. The IIS Authentication is set on Windows Authentication. On...
View Articlesecurity trimming with no roles
hi all,I have a master page and a mySite.sitemap. I don't know what is wrong with my sql database setup, nevertheless the securityTrimmingEnabled in my web.config file does not do anything. Because I'm...
View Articlehow to disable CompleteWizardStep in CreateUserWizard
Hi All,I have created CreateUserWizard and working fine. But I want to show successful message after creation, i usedScriptManager.RegisterStartupScript(this, GetType(), "myalert", "alert('" + msg +...
View ArticleAuthentication on only part of a website?
Hi there,Is it possible to have one site (www.mysite.com) and have some pages non-password-protect and some pages password protected?This is the tutorial I was looking at following but I can't see if...
View Articlepassword recovery error-SMTP authentication is required.
I have used password recovery page, when test for user. It throws the following error. Any suggestion? Thanks,The SMTP server requires a secure connection or the client was not authenticated. The...
View ArticleASP.NET Identity Create new User Errors
HiIs there a way to identify the errors while trying to create a user with ASP.NET Identity in order to respond. For example, I have the following codeIdentityResult result = manager.Create(user,...
View ArticleSecurity Exception - Medium Trust w/ OleDbPermission
At forum entry http://forums.asp.net/t/1374832.aspx?Security+Exception+Medium+Trust+w+OleDbPermission+Go+Daddy+Shared+Server the original poster reported that he was getting the security exception...
View ArticleAsp Identity Bearer Token Auth + AD FS
Hi,I have created ASP MVC 5 project with ASP Identity bearer token-based authentification and have to add Active Directory (AD) support: if Windows-user belongs concrete group, consider user is...
View ArticleASPX Auth token disappearing when using POST but not GET
We are trying to integrate our application with a SSO system at one of our clients and the system works fine if the external SSO system hits our system using a GET - I see the ASPX Authenticiaton token...
View Article401 - Unauthorized problem
hi all,I have this web site taht is working just fine in VS 2008, however, when I move the site folder under C:\inetpub\wwwroot and I try to access the page using the IIS 7.0 running on the same...
View ArticleASP.NET MVC Windows Authentication & Time Out
Hi,We are trying to develop an ASP.NET Application. A guideline being enforced is to keep the Application Stateless and so we would be disabling Session State.We are also planning to go with Windows...
View ArticleThere is already an object named 'Applications' in the database
Hi all,When I try to perform "login", it says that There is already an object named 'Applications' in the database in my "aspnetdb" database, anyone has similar experience before? The site was working...
View Article