Browse by Tags

Related Posts

  • Re: Get rid of "Windows Internet Explorer" in title of new IE window..

    This code will modify registry key for the window title of internet explorer. If it does not already exist it will create it. For this to work your web sites needs to be in the "Trusted Zone" in internet explorer on all your clients computers. < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
    Posted to Getting Started (Forum) by barrettc4 on 11-27-2008, 12:00 AM
    Filed under: registry, javascript
  • aspnet_setreg Registry encryption issue

    I'm in the process of testing the encryption method of using aspnet_setreg in .net 1.1 to establish a encrypted connection string. To read the registry you have to give ASPNET user read access to that specific registry or a security error occurs. The testing is now on a DEV server that is Windows...
    Posted to Security (Forum) by ds12will on 09-18-2008, 12:00 AM
    Filed under: registry, .NET 1.1, decryption, aspnet_setreg, encryption, issue
  • IIS - AppPool Identity vs Registry - HKEY_CURRENT_USER

    My web application is using ad hoc AppPool(IIS6) using as identity a specific user(User1). Into this web app. I need to read/write a Registry Key under HKEY_CURRENT_USER. I thought key red by my application, runnign under User1 based AppPool Identity, is same as User1 is logged on the machine...but is...
    Posted to Architecture (Forum) by crixo on 03-27-2008, 12:00 AM
    Filed under: AppPool, IIS, Registry
  • avoid unnecessary dll files to access

    Hi i need some guideliness from u guys, See i have created one project, it contained lot of sub modules..., Take example, i created one ERP package ..., In that HR, Payroll, Filemanagement like this sub modules will be there..., This all the things, i have in one project and the dll file name is project...
    Posted to Security (Forum) by ManickMagesh on 03-12-2008, 12:00 AM
    Filed under: registry, VB 2005, VB.net .net MSDTC error TransactionManagerCommunicationException, VS 2005 Web Site Project, Web Application project, Web Deployment Project, .NET 2.0, accessible object, ADO.NET, App.Config, app_code, App_Code Code_Behind, ASP.net 2.0, ASP.net 2.0 Membership, assemblybuilder, code, Code reuse, deployment, development tools, DLL, website projects
  • Application Pool and Registry permissions

    Hi guys I know this has been discussed a lot. However, not in the detail I'd like to and after browsing through x-hundrets of articles I though I gonna past it here. I wrote an application, which needs to read and write to the registry. After creating the Virtual Directory ("WebAd") I created...
    Posted to Security (Forum) by CSAX on 02-19-2008, 12:00 AM
    Filed under: registry, active Director roles authorization, Application_AuthenticateRequest, .net security
  • Items no longer being added to Project MRU list and File MRU list

    Like most people, I get tired of the accumulation of projects in the "Recent Projects" list when I start up Visual Web Developer. Today I went in to the registry and cleared both the project list and file list at the following locations: HKCU\Software\Microsoft\VWDExpress\8.0\ProjectMRUList...
    Posted to Visual Web Developer 2005 Express (Forum) by thelyonken on 07-19-2007, 12:00 AM
    Filed under: mru lists, registry, vwd express
  • How to access hashed registry keys using EnterpriseLibrary

    Hello, I have a web app in VS 2003 that retrieves a connection string using the ConfigurationManagementApplicationBlocks. The connection string is in a hashtable in the system registry. The hashKey, initializationVector and the symmetricKey used to unhashing the registry value is specified in the web...
    Posted to Microsoft Application Blocks (Forum) by wattte on 05-01-2007, 12:00 AM
    Filed under: registry, Web Config setting, ASP.net 2.0, C#, web.config, enterpriselibrary
  • adding a new value in the registry

    Hi all here is my code to access a subkey and add a new value into the registry RegistryKey ServerMonitor = Registry .LocalMachine.OpenSubKey( "SYSTEM\\CurrentControlSet\\Services\\MyService" ); RegistryKey Param = ServerMonitor.CreateSubKey( "Parameters" ); Param.GetValue( "Application" ); Param.SetValue...
    Posted to C# (Forum) by tompy_nation on 04-25-2007, 12:00 AM
    Filed under: registry, authorization, C#, exceptions
  • Re: Problems with Aspnet_setreg process

    I tried your suggestion Tim regarding permissions on all nodes and didn't have much luck. However what did work for me is that last part, adding the default ASPNET account to the registry key (the one with the username and password). I should mention that I am using impersonation and I figure that since...
    Posted to Security (Forum) by AudreyHomer on 03-08-2007, 12:00 AM
    Filed under: registry, impersonation, aspnet_setreg
  • Trouble writing events to custom event logs

    Hello all, I have created two custom event logs for my ASP .NET web applications. For now, let's call them Log A and Log B. For some reason, whenever one of my programs writes an error to Log A, the error will show up in both Log A and Log B. If I try to write an error to Log A, the error will show up...
    Posted to Configuration and Deployment (Forum) by Afro Blanca on 02-21-2007, 12:00 AM
    Filed under: registry, custom event log, Event log, eventlog, eventlogs, logging, logs, log
Page 1 of 2 (17 items) 1 2 Next >