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
  • Moving .mdf from development to server for forms authentication

    Hi all, I'm finishing up my first ASP.NET application (in C#). I've used Visual Web Developer 2008 Express Edition to build it. One page requires logging in - I was able to configure a LoginForm that worked properly on my local machine. Authentication was configured in the web configuration interface...
    Posted to Security (Forum) by cgaraffa on 06-11-2009, 12:00 AM
    Filed under: authentication, SQLExpress, web.confg, error 26, production server
  • IIS 7.5, Authentication Error 401

    Setup Windows Server 2008 R2 IIS 7.5 Active Directory problem setting up the authentication on a restricted site, i need 1 of my sites to only be visible to the two groups hgaLogon and hgaMedical, then 1 folder of the site to only be avalible to hgaMedical. how do i do this ? i have tried different things...
    Posted to Security (Forum) by joepitt91 on 06-11-2009, 12:00 AM
    Filed under: R2, RC, server, Unauthorized, user, 2008, 401, 7.5, active, AD, authentication, Directory, Group, IIS, windows
  • SQL Express ASP.net authentication

    Hello All, I have been using visual studio 2005's inbuilt authentication feature to create a login form etc, by going to the Website Menu and then clicking on ASP.net configuration, and it created a ASPNETDB.MDF file in App_Data folder. Now I have a few questions about that: 1) Can I connect to that...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by ncp on 06-11-2009, 12:00 AM
    Filed under: SQL Server 2005, sql server 2005 ADO.NET ASP.NET, Sql server 2005 SQL, SQL Server Management Studio, visual studio, visual studio .net 2005, visual studio 2005, Vwd 2005, VWD2005 & SQL, ADO, ADO.NET data access, ADO.NET data access, asp.net 2.0, asp.net 2.0, Authentication, authentication mode forms windows security, data Acces, data access, dataabase creation, DATABASES
  • Re: Problems with App Data Folder in Dynamic Data

    There is some reference in the web.config that tells it to use this [quote user="orimaspnet"]<authentication mode="Windows"/>[/quote] it is not this bit but some other part of the web.config. If your used Forms authentication and had a provider setup i.e.: <authentication...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 05-20-2009, 12:00 AM
    Filed under: Dynamic Data, Authentication
  • Getting windows log on prompt from the code

    Hi, I have a Asp.net website with a aspx page. When the user has not logged in(anonymous user) some set of information will be rendered to user with “Log On” button. When the user logs in, customized information will be shown with “Log Out” button. But I need to use windows authentication with the built...
    Posted to Security (Forum) by MrGenius on 05-15-2009, 12:00 AM
    Filed under: security, ASP.NET, authentication, windows
  • Re: The authentication header received from the server was 'Negotiate,NTLM'.

    Has same issue too, resolved by changes: IIS: Enabled Anonymous access (username and password of domain user) Enabled Integrated Windows authentication app.config: <basicHttpBinding> < binding name= "SPFilesAccessServiceSoap" closeTimeout= "00:01:00" openTimeout= "00...
    Posted to Security (Forum) by sedgar on 05-11-2009, 12:00 AM
    Filed under: Negotiate, NTLM, security, serviceModel, authentication, exception
  • Login verification problem (session expires)

    Hello, i am facing some problem in my login functionality.session created or login protection is being cleared due to some execption or any other reason. below is my code: string str = "select userid from usesr where username ='" + txtusername.Text.Replace("'", "`"...
    Posted to Security (Forum) by Sheetal.Bhatt on 05-05-2009, 12:00 AM
    Filed under: authenicate users, authentication
  • Denying access to non authenticated users

    Hi. I have a web project (2.0) where I want to deny access to people that haven't loged on. I'm using this setting in web.config: <configuration> < location path= "Documents" > < system.web > < authorization > < allow roles= "WRITE, ADMIN, READ"...
    Posted to Security (Forum) by thomas.bjorndahl on 04-27-2009, 12:00 AM
    Filed under: Authentication, ASP .NET 2.0
Page 1 of 39 (385 items) 1 2 3 4 5 Next > ... Last »