The platform that enables you to build rich, interactive communities
in
All Tags » Systems (RSS)

Browse by Tags

  • OS Partition

    Window has two types of partition: Primary Partition and Extended Partition. The primary partition will normally be the partitions with an operating system, in our case the C partition. If you would like to create a mulitboot system, make sure you create multiple primary partitions. When there are multiple...
    Posted to snowcounty (Weblog) by rliang on 12-31-2006
  • .NET Framework with OS

    .NET Framework 2.0 has two major versions: x86 and x64. Version x86 installs the .NET Framework for 32-bit platforms, such as Microsoft Window Server 2003 Enterprise/Standard Edition. Version x64 installs the .NET Framework for 64-bit platforms, such as Microsoft Window Server 2003 Standard/Enterprise...
    Posted to snowcounty (Weblog) by rliang on 12-30-2006
  • Scripts IIS Virtual Directory

    Here is a handy scripts that I wrote to set up virutal directory. It accepts one parameter to run the script. The script basically stops “Default Web Site”, creates “Receiver” as its virtual directory under “Default Web Site”, and finally starts the “Default Web Site”. @echo off rem USAGE: PLWSC.BAT...
    Posted to snowcounty (Weblog) by rliang on 06-19-2006
  • Requested registry access is not allowed.

    This error is a typical access error when working with .aspx. The user token of the ASP.NET worker process is ASPNET. This account does not have the correct user rights to create an event source. The best way to solve this issue is to add an application pool in IIS. Assign the pool with the service account...
    Posted to snowcounty (Weblog) by rliang on 03-31-2006
  • Stand-alone certification authority

    To set up a root Certificate Authority, go to add or remove window components, check “certificate services”. This will install a root CA for window 2003 server. There are two types of CA: Enterprise CA and Stand-alone CA. Stand-alone CA does not require active directory, it makes its certificate revocation...
    Posted to snowcounty (Weblog) by rliang on 03-29-2006
  • Development and Deployment in Lab/Enterprise Environment

    Development and Deployment are two phrases of software development. From the spiral model, we have anlysis, design, devlopment, and deployment. It is a continuous process to improve software system. “Deconstruct” is a term that has been used in terms of describing to divide a tight, coupled system into...
    Posted to snowcounty (Weblog) by rliang on 03-27-2006
  • Secure Web Site through Active Direcotry

    It’s normal for developers to store user name and password inside database. There is a more secure way to work on security issues. Store username and password inside Active Directory. If you have a window 2003 server, do a DC promote to make it a Domain Controller. Download MIIS server and SQL MA server...
    Posted to snowcounty (Weblog) by rliang on 01-27-2006
Page 1 of 1 (7 items)