How to display last logged on time for current user in LoggedIn Template
Currently, the logged in template isHello,username! I want to modify it as:Hello,username! Last logged in on <% LastLogintime%>How to achieve this?
View ArticleTripleDES encryption/decryption suddenly not working
Hi everyone,After months of working fine, my tripleDES encryption/decryption is acting weird. After way too many users having difficulty with their passwords I was asked to "make the problem go away"....
View ArticleMemory mapped files in IIS
hello all,I have a problem that drives me crazy. I googled around but could not find any solution.From a regular .NET application, I am creating a memory mapped file. I can access this memorymapped...
View ArticleGranting access in sql server express to a WCF Data Service hosted in asp net
I'm reading a WCF Documentation about How to Develop a WCF Data Service Running on IIS, it creates an ASP NET Application and uses it to host a WCF Data Service.I need to make sure that SQL Server...
View ArticleUser name in membership in other language?
I'm create a membership feature in asp.net. However, this website will be in other language in stead of English. In user name field, it has regular expression validator that doesn't allow other symbols...
View Articlemembership provider not work well in Turkish (maybe also another non-English)...
Hi everybody;The membership provider uses ToUpperInvarint() (I guess) function for upper casing the userName, and it fails to found users have a culture specific letters, so not work well and throw...
View ArticleFormsAuthenticationTicket versus asp.net MembershipProvider
Are these alternatives? I'm really confused about this. I am currently using an asp.net Membership provider to secure an application. However, we need to add Facebook's security integration in. We...
View ArticleHow does login control Validate user with a membership database
As seen in here:http://msdn.microsoft.com/en-us/library/ms178329.aspx#the_login_controlIf you use the Login control with ASP.NET membership, youdo not need to write code to perform...
View ArticleHow to showing original Chipertext character from AES Encryption?
Hello,I have a code AES 128 bit Encryption with chipertext encode base64 (C#). Can I showing the original Chipertext unicode character that before transform Base64?If it is can, I need example litle...
View ArticlePasswordRecoveryUrl fails to navigate to aspx page from Login control
I have a user login page which uses an ASP.Net Login control. I have set the PasswordRecoveryText and the PasswordRecoveryUrl. If I leave it at that, nothing is displayed for password...
View Articlemultiple login using membership
Hi, In which way is possible to separate 2 logins. First Login is for user application and second is for admin logins. If I Logout as user, then to logout also admin logins... I want to separate this...
View ArticleSQL tables come back ok but Authenticating using SQL not?
Dear Forum,Following code i'm using for authentication. But i'm getting error 26 - error locating server/instance specified.However, If I call the same table in a gridview it turns up just fine? How...
View ArticleSimpleMembership + User Statistics
Hi All,Im interested in obtaining live user statistics such as Members Online, Guests Online, etc.....I have read the following article - http://forums.asp.net/t/1576783.aspx which stipulates what the...
View ArticleWeird error with accessing db after running aspnet_regsql
Please help me. I wanted to create a website using the built in membership provider. Using VS 2010.I created a new web project. Created a new, blank database called MasterDemo.mdf in the app_data...
View ArticleKeep getting "Login failed for user IIS APPPOOL\DefaultAppPool" no matter...
I'm trying to give an ASP NET App access to a database (These are test only not production).It's the first time I try it in this network, and I haven't done it with VS2012, SQL Server 2012 Express,...
View Article.Net Membership Help
Hey Guys,Im currently working on implementing a .net membership into an umbraco installation and I have a few queries that hopefully someone will be able to help me with.The website that I am building...
View ArticleWhich is better - a user with many roles or a page accessible by many roles?
Hi all,Lets assume a site can have multiple users - buyer, seller, adminAnd we'll assume all pages in folder "~/buyer" can be accessed by users in the role of buyer, "~/seller" for seller and "~/admin"...
View Articleforms based authentication on top of a windows authentication site?
Hi,I'm looking for solution to provide forms based authentication on top of a windows (NTLM/Kerberos) secured site.in the past I do this using ISA Server, but I'm looking for a solution which doesnt...
View ArticleApplication Pool Identity permissions problem
This is on Win2008 and IIS 7.5.I am using a domain account for the Identity, and originally this account was in the Administrator account. I have now removed it from that group and added it to...
View ArticleHow to change specific profile property directly into the database
Hello,I have an ASP.NET application that uses the default membership provider. I have set some user profile properties and I would like to change the value of some of them directly into the dabase.I...
View Article