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
  • 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
  • Telerik's Sitefinity CMS at discountasp.net problem

    I am using discountasp.net to host a Sitefinity CMS 3.5 Web application. When we log into the CMS for a content management session, we are prompted to log in very frequently while we use the CMS. For example, when we attempt to upload an image, the second we click the button to do that, we are redirected...
    Posted to Free For All (Forum) by 68muscle on 02-24-2009, 12:00 AM
    Filed under: session, stateserver, asp.net, authentication, IIS 6.0, iis7, Hosting
  • User.Identity.Name in Web Service

    hi, i have made a web service but i am unable to pass the User.Identity.Name in web method My code is as under <WebMethod()> _ Public Function GetUserName() As String dbconn = New SqlConnection(System.Configuration.ConfigurationManager.AppSettings( "strConnect" )) DBCommand = New SqlCommand...
    Posted to XML Web Services (Forum) by terhana on 01-16-2009, 12:00 AM
    Filed under: "web Service" relatve url, Asp .NET 2.0, ASP .NET 3.0, asp.net, ASP.net webservice format unrecognized unexpectedly ending error, asp.net 2.0, asp.net webservice, authentication, C# ASP.NET, Web Services, Web Services within Server 2003, webservice, webservice custom WSDL, WebService Dictionary XML Serializable, WebService FileUpload HTTPError 413, webservice httphandler url, webservice reference in runtime, webservice sqlcommand, webservice webmethod usernametoken, webservices, webservices TimeOut Urgent, xml soap dataset, xml web service, ASP.NET web service, wsdl soap namespace prefix, WSE 3.0 Security web Services
  • Cross Site Authentication - Suggestions

    We have a site written in asp.net which a customer wants to provide access to for their own customers. Ok not a big issue... However, the customer wants to control access to this site through their own site written in php. The idea is that users will register on their site (hiding user/registration information...
    Posted to Security (Forum) by MarkJB on 09-25-2008, 12:00 AM
    Filed under: As.net Security, ASP.NET, authentication, Cross Site Authentication
  • 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
  • .net 3.5 Custome Role Provider Redirect on Access Denied

    I built a cutome role provider for authentication on my companies new web site and it works. the only issue i am having is when it encounters a resource the user does not have access to it gives a generic "page cannot be displayed" page. i tried adding some custome error pages for http error...
    Posted to Security (Forum) by stephenripple on 06-13-2008, 12:00 AM
    Filed under: ASP.NET, AspNetSqlRoleProvider Error, Authenticate, authentication, Authentication Redirect, authentication web.config, C#, Custom Authentication, custom provider, Custom security, 401.1
  • Re: Web Site Administration tool time out

    I know this is pretty old, but I found this thread when I was searching for an answer to the same problem. Fortunately, I was able to solve the issue and I thought I'd share. All I had to do was close my browser completely, stop the development server (right click on the task bar and select "stop"...
    Posted to Visual Web Developer 2005 Express (Forum) by thelastlemon on 05-06-2008, 12:00 AM
    Filed under: timeout, ASP.NET, authentication, Error, membership services, web.config, ASP.NET Web Administration Tool
  • Authenticated WCF with AJAX

    Hi all, I want to use .NET AJAX framework with WCF services. I got stuck at a really critical point due to lack of experience :-) Now that, in order to use any feature at website user must be authenticated. This is done with standart asp.net not with ajax and then home page is displayed. In my secret...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by Aleyna on 03-04-2008, 12:00 AM
    Filed under: ajax, asp.net, WCF, Authentication, webservice
Page 1 of 5 (44 items) 1 2 3 4 5 Next >