Inheritance security rules violated by type: Derived types must either match...
Hello,We have done framework migration from 3.5 to 4.6.1, since Framework 4 and above uses Level 2 Security Transparent Model we are getting this error, "Inheritance security rules violated by type:...
View ArticleAccount registration confirmation email in asp.net mvc 5 without using...
hi all ,i you are all fine. i am new in asp mvc 5 . i want registration confirmation email . i want to use outlook smtp instead of sendgrid. i found john atten blog for outlook but does not work user...
View ArticleUltra Simple Solution Needed
I know nothing yet on the security built into ASP.NET Core. I have only been learning a little while and haven't even looked under the covers on this aspect yet.However, I am testing the application I...
View ArticleUse Ms Access mdb instead of SQL mdf as login db
I build a simple ASP.Net Web Form site with login using VS2017 template.Now it is ok and is using SQL mdf.I follow some advices on web to change to use Access mdb instead.I already generated Access...
View ArticleASP.NET application on local IIS express to authenticate users ussing active...
I am trying to setup my local asp.net web application to use an ldap connection string (active directory domain controller) for user authentication.Ldap connection string points to an active directory...
View ArticleHow to manually reset password for user who forget password ?
I have built a simple ASP.Net login/register site using VS2017.It is intranet so it does NOT link to email server to auto send email on password reset when user reset password.Right now they register...
View ArticleCan I add ASP.NET Identity to a MVC project?
I've been working on an ASP.NET MVC project off-and-on, as I have the time to do so. Things at work are slowing down so I've gone back to the MVC project. I've gotten it ready to put out there, but now...
View Articleprint from visual studio 2010 but cannot print from iis server
print from visual studio 2010 but cannot print from iis serverprint from visual studio 2010 but cannot print from iis server<div>I user print document to print without preview ,every thing work...
View ArticleRetrieving the COM class factory for component with CLSID...
Retrieving the COM class factory for component with CLSID {94AFFFCC-6C05-4814-B123-A941105AA77F} failed due to the following error: 80040154 This error occure when i am creating the object of...
View ArticleCustom windows active directory and SQL login
I am trying to create a login page for an intranet site.I want the page to automaticly log the user in using there active directory details but I also want an to be able to direct them to a login page...
View Articlelimited access allow to customer within office
Hello everyone,My client want to allow website within office network but there is some limitation so kindly give idea how to setup this .limitation is every agent has no Static IP so i cant white list...
View ArticleEndless Loop Implementing Identity
Hello everyone and thanks for your help in advance. I am new to Identity and am trying to implement this for the first time in a test project. It appears I am getting stuck in some type of loop...
View ArticleRole in account controller not recognized asp.net mvc
Role Test is not recognized in the account controller, the Role "Test" exists. In the view the Role is recognized Why are Roles not available in the account controller ? (i am using the asp.net /...
View ArticleUsing Cookie Authentication in ASP.NET Core 2.0
Can someone provide me a link or example of how to implement Cookie Auth in .net core 2.0.
View ArticleDecrypting Kerberos ticket using a keytab file
.NET support for Kerberos by default works for when the client and server are in the same domain. What about when they are in different domains? I want to be able to decrypt a Kerberos token on the...
View ArticleIs OWIN Microsoft Account login still possible on Web Form ASP.Net ?
Please help... I am using Web Form as my site and I have to build a page with Microsoft Account login.Is this still possible under Web Form ?I followed this article I am following as I am using older...
View ArticleHow to get authenticated in OEC API without entering credentials manually
I am integrating OEC API to my application. Integration requires to get authenticated very first time by OEC API. But I am entering credential in OEC API manually and requirement is that there should...
View ArticleForms Authentication - getting AD account of the currently logged user
Hi. I'm using FORMS Authentication.I would like to find the "domain\username" of the user that is currently accessing my web site. I'm using simple ASP.NET application. Very basic code.There are many...
View Articleasp.net identity 2.x how to setup token based with external login
http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/I have look around for this kind of tutorial. most of them use oauth 2.0 "Resource Owner Password...
View ArticleWebforms and Identity - where is the guidance?
I've been trying to find any kind of walk through or tutorial for webforms and identity. Almost everything out there is focused on MVC.There must be something somewhere? I have looked at all of the...
View Article