Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Use ASP.NET 2.0 pre-compilation to avoid delays
- The pre-compilation option, which is new to ASP.NET 2.0, allows you to pre-compile your Web application to omit the delay with the first application request. Learn about additional benefits of the pre-compilation option. A common complaint with ASP.NET 1.x developers is the initial delays experienced by users when...
- Tags: Microsoft ASP.NET, Pre-compilation, Middleware, Tony Patton, .NET, target directory, application name, .NET Newsletter, Directory, Application, Source Code, Microsoft ASP.NET 2.0, Option, Path, Publish Web Site Menu Option, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2006-09-19
- Use ASP.NET 2.0 pre-compilation to avoid delays
- A common complaint with ASP.NET 1.x developers is theinitial delays experienced by users when an application is accessed for thefirst time. After all, the initial request ignites a string of processesincluding runtime initialization, parsing, and compilation of ASPX pages tointermediate language, methods just-in-time compiled to native code, and soforth. Developers...
- Tags: Microsoft ASP.NET, Pre-compilation, target directory, Tony Patton
- Technical articles 2006-09-19
Additional Resources
- Password-It Shortcut Shield (exe)
- Introducing new version of Password-It Shortcut Shield 3 for Windows XP and Vista. Do you want a shortcut which only you or authorized people can access to the target file. With this simple utility you can protect the shortcut icon of your target from accessed by other people. New version...
- Tags: Password, Window, Shortcut, Construction, Microsoft Windows, Operating Systems, Software
- Software downloads 2007-05-11
- perl script problem
- Hello all,I have a simple perl statement that I can't get to work...system("cp ") || print "copy failedn" ;The problem is that it copies the file and also prints the message. The return code $! is "No such file or directory". But the file copied to the...
- Tags: Scripting languages, Programming languages, Development tools, Perl
- Q&A 2005-07-27
- Excel VBA to hide a column & unhide it
- I have the following code to enable a hidden columnG to be unhidden, should a certain subcategory in a previous columnE be chosen. I took that from an online example. However what I am trying to achieve without success is the following: I would like columnG automatically to be...
- Tags: Column, ElseIf Target.Column, False ElseIf Target.Column, fhu@..., G, Hidden, Microsoft Excel, software, Target.Value
- Q&A 2005-07-01
- mount point
- am new to unix and one of our user ask me to mount one directory to one server. what is the syntax in mounting and what is the target directory & mount point? whats the difference? please advise. not so familiar. thanks in advance.mount [device] filesystem locationfor full details type:man...
- Tags: file system, kimy, linux, server
- Q&A 2005-07-01
- Using Group Policy to Deploy Windows XP Service Pack 2 (SP2)
- If you are managing computers in an Active Directory directory service environment, you can use the Software Installation and Maintenance feature of Group Policy to deploy Microsoft Windows XP Service Pack 2 (SP2) on target computers. This paper describes how to use Windows Installer and Group Policy to install SP2...
- Tags: Group Policy, Microsoft Windows XP, Service Pack 2, Microsoft Corp., Microsoft Windows XP Service Pack, Microsoft Windows XP Service Pack 2, Microsoft Windows, Operating Systems, Software
- White papers 2004-09-07
- Active Directory maintenance and troubleshooting
- Understand Active Directory transactions, monitor Active Directory performance, take out Active Directory trash, and optimize Active Directory with NTDSUTIL with this sample from TechRepublic's Administrator's Guide to Active Directory, Second Edition.
- Tags: TechRepublic Inc., Microsoft Windows Active Directory, Directory Services, Enterprise Software, Software
- Download resources 2003-11-24
- Active Directory Synchronization With Lotus ADSync
- The Active Directory Synchronization tool, or ADSync, allows Active Directory administrators to manage (register, delete, and rename) users and groups in both Active Directory and the Domino Directory as a unified operation from the Active Directory Users and Computers Console. This paper describes some of the capabilities of the Domino...
- Tags: IBM Lotus Domino, IBM Corp., Microsoft Windows Active Directory, Directory Services, Enterprise Software, Software
- White papers 2002-06-26
- Administer Active Directory with confidence using our Quick Reference: Active Directory Pak
- Editor's note: TechRepublic's free-with-membership articles, including the two from this content package—"The benefits of moving clients to an Active Directory environment" and "The pitfalls of moving to an Active Directory environment"—provide a good introduction to Active Directory. For a comprehensive look at Active Directory administration, check out TechProGuild's subscription-required article...
- Tags: Directory services, Microsoft Windows Active Directory
- Technical articles 2004-03-18
- Archive, version or revision system for files in Windows XP
- Hi,I'm running an Windows XP Pro.Because i work with a lot of files, i'm trying to find out a software to do some kind of archive/version/revision to files.I've tried to use ViceVersa who has the option of keeping an archive of modified files. The problem is that it actually does...
- Tags: archive, civanescu@..., file, Microsoft Windows, Microsoft Windows XP, programming, revision, software, version, windows, xp
- Discussion threads 2007-01-19
- A Simple Example: Using the WebSphere Adapter for Flat File
- The IBM WebSphere Adapter for Flat Files enables integration with applications that provide a basic flat file interface. This adapter can be used with applications that do not provide programmable or service interfaces, and for which integration at the data tier is impractical. This J2EE Connector Architecture JCA adapter facilitates...
- Tags: IBM WebSphere, Adapter, File, IBM Corp., Enterprise Software, Software
- White papers 2006-12-01
- InSync (exe)
- InSync is a directory synchronizer that allows you to rapidly make identical copies of directory structures and all files within. This is useful in performing backups and propagating data from one machine to another. Using InSync you can define and run multiple jobs that can specify one or more source...
- Tags: Directory, Backups
- Software downloads 2008-01-22
- Learn what's new in Active Directory in Windows Server 2003 and how to upgrade
- Get an in-depth look at the upgrades and additions that have been made to Active Directory in Windows Server 2003 in this chapter from the O'Reilly book Active Directory, 2nd Edition. This includes explanations of the new features, changes to Domain Functional Levels, and a walkthrough of how to upgrade...
- Tags: Directory services, Servers, Microsoft Windows Active Directory, Microsoft Windows Server 2003, Microsoft Windows Server, Microsoft Windows, Microsoft Windows 2000
- Download resources 2005-04-07
- Preparing Exchange 5.5 Directory for Migration to Exchange 2003
- How to make sure the Exchange 5.5 directory database is ready for the upgrade to Active Directory and Exchange 2000/3 based messaging. This paper evaluates the ways of making changes in the Exchange 5.5 directory before installing the Active Directory Connector ADC tool that synchronizes Exchange 5.5 with Active Directory...
- Tags: Microsoft Exchange 5.5 Server, Migration, Microsoft Exchange Server 2003, TechGenix, Exchange, E-mail Servers, Enterprise Software, Software
- White papers 2005-01-05
- Directory Signed Operations
- Directory Signed Operations are often requested or mandated as a part of Military ACP 133 Directory or other directory services with high security requirements. This paper explains what directory signed operations are, the benefits they provide, and situations where it makes sense to require their use. Directory Signed Operations are...
- Tags: Digital Signature, Isode, Digital Signatures, Authentication/Encryption, Digital Security, PKI, Directory Services, Security, Enterprise Software, Software
- White papers 2007-01-01
- Perform file operations using VB.NET's FileInfo and DirectoryInfo classes
- Deleting a non-empty directoryA non-empty directory can be deleted by using the 2nd argument of the overloaded .Delete method. If set to True, the directory will be deleted regardless of whether it contains files or sub-directories.Is there an advantage to using the DirectoryInfo class as opposed to the Directory class?...
- Tags: gfiori@..., vb.net, programming, Microsoft Visual Basic.Net
- Discussion threads 2006-07-07
- Increase your level of security with Active Directory access policies and auditing
- One way to improve security in an enterprise network running a Microsoft Windows Server is by establishing access policies using the various features of Active Directory. This chapter excerpt from Active Directory, Third Edition, by Robbie Allen, Joe Richards, and Alistair G. Lowe-Norris, explains how permission to access can be...
- Tags: auditing, domain, enterprise network, Microsoft Corp., Microsoft Windows, Microsoft Windows Active Directory, Microsoft Windows Server, O'Reilly Media Inc., permission, security, server, TechRepublic Inc., Third Edition, Web, Web site
- Download resources 2006-03-31
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, agrebeschuk@...
- Discussion threads 2006-12-08
- Find Values From Range Sum Of Which Is Nearest To Target Value
- PLS. anybody who can help me? I'm looking for the solution of such a problem:I have a range of numbers in the column (for example 7) and a target valueNumbes Target 10.33 4261913No one combination of sum of numbers makes this target value.But I don't need to get the exact...
- Tags: Value at Risk, programming, vba, agrebeschuk@...
- Discussion threads 2006-12-11
- << Previous
- page 1 of 1
- Next >>