How can ASP.NET Identity be used with a Model First application?
I don't like Code First as it has missing features as compared to Model First (and vice versa).But we are heavily invested in Model First.Can anyone provide a reasonable approach to using ASP.NET...
View ArticleCannot open database "dbLogin" requested by the login. The login failed.
Hi and good day.I've got a program from this link: (codes also on this page)http://www.aspsnippets.com/Articles/ASP.Net-Login-Control-in-AJAX-Control-Toolkit-Modal-Popup-Extender.aspx#whenI execute...
View ArticleSetting an absolute URL to loginURL attribute results in an unexpected...
I have created an ASP.NET Web Forms application by using a template of Visual Studio. By default it has the Account/Login.aspx page which uses the Login control to enable the ASP.NET forms-based...
View ArticleOwin equivalent to LiveAuthClient.GetUserId
Hello,I am trying to do SSO across a Windows 8 App and an ASP.NET page, but I would like to do it in a cleaner way than what I see in this sample.TIn the sample, when the Windows 8 App wants to tell...
View Articlesimulate login status control
Hi and good day,Im creating a login control manuallyI cant use login status directlythere is a link button, I want tht when user logged in, it shows logout and when user not athenticated it shows...
View ArticleOWIN Authentication Cookie
I’ve been struggling with OWIN cookies for a couple of days now and I’m hoping someone can point me in the right direction.I want my users to be logged out only when the browser is closed. I’ve tried...
View Articleplease give me answer
i wnna prevent the user to use my site except after login the problem whene i used the form auzuntication and copy the home page link and paste it in the login url page it go through the home page i...
View ArticleAllow Web Site to invoke batch file...code correct, unable to correctly...
I've spent days on this and I need to know whether there's much point in continuing! I'm not even sure this is the right forum...We're inheriting a web application that uses Apache FOP to dynamically...
View ArticleSaml Authentication, SSO in asp.net
I am working on implementing SSO using saml. I am able to generate a samle token and sign it using a self signed certificate. Can anyone clarify my below queries?1) Does the application need to have...
View Articleobject based access
HiI am working on a kind of big enterprise application now my requirement is this i want to configure access level permissions on each item of my entier application.for example :i am using membership...
View ArticleLoginView control
Hi In fact i am confuse about the loginview as i have put the loginview control in master page and in other page called login.aspx i have create my own login system but how i can use it i dont know....
View ArticleThe password supplied is invalid.
Hi everyone,Im creating a new user with create user wizard control but facing with this error:The password supplied is invalid. Passwords must conform to the password strength requirements configured...
View ArticleSecurity Exception Error
Hello,Ive created a website using ASP.NET which works very well in my local computer with SQL. After hiring a location in a web host, I uploaded files of my website to the hosting server. When i try to...
View Articleindex.aspx automatically shows recently registered users
Hi everyone,I've made a membership by create user wizard. everything is good but after click on finish register button, when page redirect to index .aspx, this page thinks tht user logged in. whereas...
View ArticleEncryption torment
Trying to encrypt my connectionstrings.My site uses Integrated Authentication (Active Directory)- not that it matters, but the STUPID Aspnet_regiis.exe program can't seem to accept a FILENAME, as a...
View ArticleWeb Forms to MVC 5 Identity Issue
I am trying to convert my existing Web Forms website to MVC 5 and I am trying to use my current databaseMyDB ( that is not the real name ) that contains a table called tblUsers. I currently use this...
View ArticleUnsupported transform or canonicalization algorithm
Hello -I am working on an interoperability issue concerning validation of digital signature on a referenced SAML assertion in a SOAP message produced by a Java framework and consumed by a .NET...
View ArticleHow do i query db.Users with navigation properties?
Hello, In ASP.NET Identity 2.0, I am trying to extend the build-in Users Class to link to my person table. There is a similar thread here, but he does not share his solution. Here is how i extended...
View ArticleUser does not exist error
The error here is Error 2 The name 'User' does not exist in the current context F:\Sarah\Work\Web Development\ASP.NET.FRAME WORK\Projects\OnSet\MasterPage.master.cs 17 17 OnSetwhats the solution?...
View Article