Forms Authentication, timing out in less than timeout period.
Hi I have forms authentication set up for a VB.Net 4.5 application with both the forms timeout and the sessionState timeout set to 20 minutes. It works fine on my development machine. However on the...
View ArticleImplementing 2-Way SSL (Mutual Authentication) in ASP.Net web application
I’m researching 2-way SSL to web application because client requests the change at last minute. My ASP.Net web application runs Dot Net 3.5 running under Windows Server 2003 I have found this...
View ArticleCannot login
It's a very strange thing.I've a webapp on my local PC work great. I've trasferred on my new windows 2008 r2 server (sql express 2012 r2). When try to login hangs and wait for response. No other...
View ArticlePasting Text from Website using Windows Authentication
HiI have an intranet which uses Windows Authentication. When a user tries to copy text from one of the webpages into, say, Word, they get a prompt to authenticate to the website again. However, if...
View ArticleSetting loginview template pragmatically
hey all,I need to know is theres a way to set the loginview template pragmatically in the code behind using C#
View ArticlePass email address after login and insert into database
The user uses email adddress and password to login. I put the email address in a session using://process login string query = "Select Count(*) From Client Where Email = ? And [Password] = ?"; int...
View ArticleIIS7.5 window authentication and application pool identity
Hi there,I have hosted a website on IIS7.5 under the applicaton pool that has identity set as a domain user. Window authentication is on.I keep getting requestfailed log for 401 with substatus 2. User...
View ArticleIIS7: Windows authentication and NTLMv2
I need to enable windows authentication for my site. And I don't want to clients to get the Windows credential pop up (username&password) when they acess my site no matter what browser they use(ie,...
View ArticleASP.NET website administration tool :Cannot open user default database. Login...
I got the error aboce after changing my custom provider and i can't just seem able to make it go away. Please what did i do wrong.
View Articlehow to set EnableEventValidation = false from userControl DotNetNuke
I am using DotNetNuke : tying to open custom confirmation message on "btnOk_Clik" i am getting following error A critical error has occurred.Invalid postback or callback argument. Event validation is...
View ArticleNeed help on password-encrypted key used for signing.
Hello Friends,I have one project [out-sourced] which ask me for "The project includes a password-encrypted key used for signing".Its window application having 5-6 sub project and its in Orcas., while...
View ArticleDesign question - Facebook/Google auth + custom 'preferences' properties
I have a design question. How to implement this scenario? (assume ASP.NET 4.5 and Web Forms)- The user authenticates against Facebook or Google to login - Certain user 'preferences' are custom profile...
View ArticleUnable to connect provider in Website Administration Tool to create admin login
I'm using the default webform template in VS 2012 Express, and have ran aspnet_regsql to successfully set up a SQL Server DB.But I can't connect to/configure the provider in the Web Administration Tool...
View ArticleAccessing site through VPN
HiIs it possible to check if request to a web application is coming from a Browser connected using VPN to a network?I want to present user with something else when he connects usign VPN to my site.
View ArticleChange HTTP to HTTPS
Hello,Whenever I am running application in Visual Studio, it automatically show HTTP in the link.What is the techincal reason behind this ? How can we change this to HTTPS ?TIA
View ArticleProblems with updating asp .net (vb) web app
Hi i just update an old webapp and now i have this errorError 10 Type 'System.Web.Security.MembershipUser' in assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'...
View ArticleThe Active Directory Membership Provider has not been initialized.
I am working on forms authetication using Active Directory in a MVC project. When I try to ValidateUser through MembershipProvider its working fine but if I use ActiveDirectoryMembershipProvider its...
View ArticleHTTP Post - 405 MethodNotAllowed (RAMMFAR)
We have a WIF FAM/SAM module configured for use with our third party ASP.NET 3.51 web app. The WIF 3.51 FAM module is supposed to receive a HTTP POST of a SAML token and go from there....
View ArticleHTTPContext swapping / Confusing User Ids and users seeing each other's...
Greetings all,We have recently noticed some very troubling things with our HTTPContext within our ASP.Net 4.0 web application running on IIS 7.5. We originally set our user id based upon the...
View ArticleLastActivityDate wrong update time
Hi, I have a problem. I use membership and I have aspnet_Users table. Currently date is 16:06, but my update 14:06?What is problem?Regards, Dejan
View Article