Could not load type...
I recently tried to implement authentication using asp.net identity with 4.6.1 framework. After installing all the required packages I am getting the following error when running the application."Could...
View Articleapplication will automacitally validate using some windows service to windows...
Hi,We are developing like a single sign on application.What we want is : that when someone 'll login with his windows user credentials to that machine, application will automatically validate the user...
View Articleunknown sql query attempt.
Hi guys.. i have a login page.. i really not sure why i found the following statement from my error log.im using mysql db and this sql query shouldn't be existed. pls advise.SELECT * FROM user_master...
View ArticleIntegrate authentication and authorization in AspNet MVC5 Application
I've created a very basic ASP.NET MVC5 application following the getting started tutorial for MVC as part of learning. My application simply gives the Authenticated/Logged In users to CREATE some...
View ArticleHow to implement Roles in ASP.NET Identity 2.1 in Webforms
Hi,I'm extremely frustrated and I could really use some help. I have an ASP.NET 4.5 webforms project that's using Identity version 2.1 - and I just want to add roles to it. I've searched and searched...
View Articleremove password reference from web.config
a hosted site uses password protection, it works OK BUT a local copy on IIS 10 (xxxx.lcl 127.0.x.x) always defaults to Error 500 when opened in a browser I assume the local version can't reference the...
View ArticleHow to keep the standard Authentication but also add Active Directory as 2nd?
My app lives in Windows Server and the company uses Active Directory; I had made authentication for this and got it to work. The problem is now there must be a manual login scheme. Looking at the...
View ArticleSections must only appear once per config file.
hi,my web config is:<membership><providers><clear/><add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0,...
View Articlerole in membeship
hi,i use asp.net membershipin asp.net configuration page number of user is shown, but when i click to crate user or Create or Manage roles error:: A network-related or instance-specific error occurred...
View ArticleCreating an identity 2 database
Hi guys I am finally moving from membership provider to identity 2 I have been reading up resources on it and though I understand it. I can't seem to find the application equivalent to reg_sql which...
View ArticleAuthentication
Hi,I have created a web portal which uses Microsoft.Owin for authentication. Authentication works fine and also authentication via external providers like Facebook, Twitter, Microsoft and Google works...
View ArticleOffice 365 claims authentication fails after hosting application in IIS
Hi,I am working on an application in which i have to read/create/update sharepoint calendar events from my asp.net application. I have used office 365 authentication...
View ArticleASP.NET Identity Lockout features
Hi Guys,I have an query, basically we have requirement before sign-in check for whether user is active subscriber or not, if he try for 3 times it should lockout.In below code it's locking out the user...
View ArticleIf I use GMAIL to authenticate then can ANYONE use my app? how is this secure?
How can the gmail user list be controlled? I setup the gmail authentication and it works for the app app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions() { ClientId =...
View ArticleFormsAuthentication with MVC5
In MVC5 ASP.Identity replaces old form authentication. However as per the discussion here A type of FormsAuthentication still exists though. According to Microsoft,But i also found...
View ArticleOwin StartPage!
Hi,I have Owin but i have 3 places where i ask for username and password. the startup page used in Owin Authentication. Is there a way in the startup file (or create more than one file) as it might be...
View ArticleImpersonate as Active Directory user in Windows Azure Web-App
HelloFirst of, I hope this is the right section. If not, feel free to move the thread.What I'm trying to accomblish: I have an Azure Web-App that has to be able to create AD Accounts in my on-prem...
View ArticleHow to use Asp.Net Identity to achieve this effect
I would like to use Identity to achieve this effect: 30 minutes without the operation, authorization expired.Thanks.
View ArticleASP.NET MVC 6 & Windows Authentication in IIS
Hello, I followed the official link https://docs.asp.net/en/latest/publishing/iis.html I'm able to host on IIS but I'm unable to see my identity (name) when use Windows Authentication It works fine...
View ArticleASP MVC Claim Based (ADFS) Inactivity problem
Hello,I use a claim based authentication for my ASP MVC web application. It's working well, but after a while (some minutes of inactivity) I received a blank page with nothing. Worst, I can't access to...
View Article