Browse by Tags

Related Posts

  • Re: Is it OK to use web form authentication in MVC application?

    Thank you guys for all your helpful feedbacks. I was using web.config based (<authorization....><deny...>...) authentication in my site (which I mentioned is mostly for authenticated users) then I came across Phil Haack's nice article that CodeHobo mentioned, hence the dilemma between...
    Posted to ASP.NET MVC (Forum) by saxam on 06-16-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Is it OK to use web form authentication in MVC application?

    Hello community, I have a small question that hopefully provokes discussion: "Is it OK to use forms authentication through web.config file for an MVC application?" Now some background... I am working on a site that mainly comprises of features that are going to be available to registered users...
    Posted to ASP.NET MVC (Forum) by saxam on 06-15-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Custom Errors not working for StatusCodes 401, 403

    Hi. I'm trying to set up security and custom error pages in the web.config file of my web application, and I'm having issues with it. I'm wondering if anyone can help. My application is for a corporate intranet. Everyone has an account on the domain, so I'm using "Windows" authentication...
    Posted to Configuration and Deployment (Forum) by TheStudlyTaco on 02-13-2009, 12:00 AM
    Filed under: statuscodes, 401, 403, Authentication, authorization, customErrors, webb.config, 401.2
  • Keep getting kicked out

    Hi all, I am having a problem with getting kicked out of one of my websites. On signing in, they correctly get to an administration home page. They then click a link that takes them to a specific administration page which is when they say they get kicked out. Clients say that they have tried at home...
    Posted to Security (Forum) by ElCapitan on 01-19-2009, 12:00 AM
    Filed under: authentication, Authorization
  • website example of using windows authentication and authorization

    Hi. I'm building local intranet portal and I want to use windows authentication and authorization in it. But I'm not familiar how to implement this kind of security. Therefore I'm looking for some examples of websites which are using Windows security with possibilities to access source code...
    Posted to Security (Forum) by Pawelek on 01-09-2009, 12:00 AM
    Filed under: authentication, Authorization
  • File Authorization example- not working after installation

    Hi Friends, I want to demonstrate file authorization by using a small and simple application. For this I'd prepared an example. Code of web.config file of this application is given below: <system.web> <compilation debug="true"/> <authorization> <allow roles="Administrators"...
    Posted to Configuration and Deployment (Forum) by kdevendra on 10-20-2008, 12:00 AM
    Filed under: Authentication, authorization, file authorization
  • Re: Can't get MySQL Connector/Net 5.2.2 to work (with Membership)

    You have to insert autogenerateschema=”true” attribute to the machine.config. <membership> <providers> <add name=”MySQLMembershipProvider” autogenerateschema=”true” type=”MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=5.2.2.0, … /> </providers> </membership>...
    Posted to MySQL (Forum) by x-freestyler on 09-09-2008, 12:00 AM
    Filed under: mysql, asp.net, authentication, authorization
  • Re: Authentication and Authorization

    HI Amit, You must use the web.config for define the zones and roles to asp.net. < location path= "AdminFolder" > < system.web > < authorization > < allow roles= "Administrators" /> < deny roles= "Users" /> < deny users= "*" />...
    Posted to Security (Forum) by Marckys on 08-11-2008, 12:00 AM
    Filed under: authentication, Authorization
  • Authentication and Authorization

    Hi all, My problem is that , I am creating a login page using textbox. i am authenticating user from database. i have two zones(directories), one for Admin and another for standard users. And I want both directories apart from each other. that is only satndard user(autheticated users) can acces his zone...
    Posted to Security (Forum) by amitranjan on 08-11-2008, 12:00 AM
    Filed under: authentication, Authorization, login, Authenticate
  • Re: AD Authentication without a login.aspx

    Thanks it was very useful and easy. Now that I have been authenticated I need to display all the information of the authenticated user (full name, email, phone, etc.). Is there a way to do this in VB, all the examples I've seen so far are for C# and use a System.DirectoryServices which I can't...
    Posted to Active Directory and LDAP (Forum) by juan.bizoso on 08-04-2008, 12:00 AM
    Filed under: System, User.Identity, .Net, Active Directory, AD, authentication, asp net 2.0, authorization
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities