Browse by Tags

Related Posts

  • Switching RoleProviders at runtime

    Hi, I have an application that is using a Menu control with securityTrimming enabled. I understand ( but I might be wrong here!) that this control uses the default Role provider in the web.config to determine what to show and what not, according to the roles the user belongs to. I wrote my own custom...
    Posted to Security (Forum) by luisetxe on 02-20-2007, 12:00 AM
    Filed under: security, role, role security authorization, ASP.NET Membership, Web.config, Role Provider, ASP.NET 2.0, Authorization, C#, role member security
  • SOAP message time issue

    I have stumbled across an interesting issue utilizing SOAP messages and WSE 2.0... We have a Web Service setup that is connected to from a client machine to check for updates to some files for an application. I have the following settings specified in the Web.confg file for the Web Service: <security>...
    Posted to XML Web Services (Forum) by millman on 03-07-2007, 12:00 AM
    Filed under: server, asp.net, web.config, Web Applications, Security, web.config C#, web.config C# ASP.net, ASP.NET 2.0, security exception, c#, web service
  • Re: anyone have solution for this error

    try { string path1 = Server.MapPath( "~/DataImage/ThumbNail/" ); string path = Server.MapPath( "~/DataImage/FullSize/" ); string strimage1,strimage2; strimage1 = System.IO. Path .GetFileName(image.FileName); strimage2 = System.IO. Path .GetFullPath(image.PostedFile.FileName); string cate = category.SelectedItem...
    Posted to Security (Forum) by wish_dev on 03-27-2007, 12:00 AM
    Filed under: security, ASP.NET 2.0, C#
  • Re: anyone have solution for this error

    Sir in local host this code works perfectly but when i upload my website on server it gives error like this how to set appliation trust level in web.config. i use like this ] <system.web> <trust level="Medum"/> </system.web> but in all the cases like high, medium, full it gives error...
    Posted to Security (Forum) by wish_dev on 03-27-2007, 12:00 AM
    Filed under: security, ASP.NET 2.0, C#
  • how to change the application's trust level in the configuration file.(Web.config)

    can anyone tell me that how to change the application's trust level in web.config. i am using vs2005,c#, ajax controltooldkit and in this web application i have to upload a image on server's folder but when i am uploading file i got this type error Description: The application attempted to perform an...
    Posted to Security (Forum) by wish_dev on 03-28-2007, 12:00 AM
    Filed under: security, Web.config, ASP.NET 2.0, C#
  • Richard Grimes *Free* Workshops

    I have just posted my new free workshop to my site: http://www.grimes.demon.co.uk/workshops/instrumentationWS.htm Ny instrumentation workshop gives you the most comprehensive guide available anywhere on: Conditional Code, Tracing and Asserts, .NET Trace Sources and Trace Listeners, Performance Counters...
    Posted to Announcements (Forum) by RichardGrimes on 04-09-2007, 12:00 AM
    Filed under: csharp, .NET 2.0, .NET, announcements, c#, mvp, library, Event Log, Security, Performance Counters, .NET 1.1, Instrumentation, .NET 3.0
  • Possible to encrypt web.config w/o command line access at the hosting server?

    [not a newbie, really, but confused by this topic] I've read the many posts here, and articles throughout the web, about how to encrypt and decrypt connection strings and other sensitive data in your web.config file. But the final step always seems to include issuing an aspnet_regiis command on the host...
    Posted to Configuration and Deployment (Forum) by cepx on 05-01-2007, 12:00 AM
    Filed under: asp.net, web.config, connection string, Encrypt custom config section, Security, c#, encrypt
  • Unknown Errors Unknown error (0x8000500c) help in DirectoryService

    Hi all, I'm new to active directory programming. I am trying to write a console program that read the LDAP attributes and generate a csv file. I've specified the required attributes in a string array. It works properly for most attributes but get strange error for some attributes such attributes...
    Posted to Active Directory and LDAP (Forum) by gakuci on 07-24-2007, 12:00 AM
    Filed under: LDAP, ADSI, Directory Services, authentication, eDirectory, Security, ADAM, ChangePassword, DirectoryEntry, Invoke, Active Directory, Slow, ActiveDirectoryMembershipProvider, LDAP domain subdomain filter, ActiveDirectory ADAM, System, Statistics, User, Machine, Forest authentication S.DS login ldap, tokengroups nested, service account, lockdown, Connection String, Application Blocks, DAAB, Data Access Application Blocks, IIS6, Web Application, ASP.Net, C#, local error directoryservicescomexception directorysearcher findall ldap active directory, rows not released, AzMan, password, asp net 2.0, asp.net2.0, Web Developer, date calculation, asp.net 2.0, ASP.NET Futures
  • Re: Windows Authentication with custom, web-based roles

    First, alter the web.config file accordingly: 1 < system.web > 2 < authentication mode= "Forms" > 3 < forms name= ".YOUR-SECURE-COOKIE-NAME" loginUrl= "login.aspx" protection= "All" timeout= "9000" path= "/" /> 4 </ authentication...
    Posted to Security (Forum) by isheahan on 03-18-2008, 12:00 AM
    Filed under: security, authentication, C#, role base security
  • Validating form data in generic method

    Hi all I have a BasePage which all my pages inherit, and I want to have some security checking on the Overridden PreInit Event, like this: protected override void OnPreInit(EventArgs e) { ValidateUrl(); ValidateFormValues(); CheckUserLoggedIn(); //etc etc } I my method for checking the url for malicious...
    Posted to Security (Forum) by french_duke on 04-01-2008, 12:00 AM
    Filed under: security, C#, .NET 2.0, form values, postbackback
Page 1 of 2 (13 items) 1 2 Next >