Installing WebDNA 6.2 on Windows 7 x64 bit

About WebDNA 6.2 (C) 1995-2009 WebDNA Software Corp. ========================================================================== QuickStart Installation Instructions: ========================================================================== If you have a current installation of WebDNA, just run the WebDNA 6 installer. Though we have taken precausions, it is a good idea to back up your ‘wwwrootWebCatalog’ directory. It helps if the Windows ‘Services’ dialog is not open.  When the WebDNA 6 instalation begins, the current WebDNA process will be shutdown, and the IIS service will be stopped.  These will be restarted when the installer has completed. Windows 2003: After the installer has completed, you will need to perform these steps:     Open the IIS […]

Read more

Creating your First Rails (Ruby on Rails) Application

Get your Rails installed and configured fine.  Refer to: Step-by-Step procedure: Installing Rails (Ruby on Rails) on Windows 7 x64 bit system    Creating and running your first Rails application and accessing it via browser: Before getting on with Rails development, you need to make sure you have appropriate version of SQLite3 gem installed on your system. You can install it using command: gem install sqlite3 from Command prompt with Ruby. Create a Folder to put your Rails project files, say “C:RailApps”, the CD to that folder. Then Open Command Prompt, verify your Rails Version by using command: rails –v […]

Read more

RDS: Licenses are not available for this remote desktop session host server and licensing diagnosis has identified licensing problems for the RD sessions

SYMPTOMS Consider the following Scenario: 1. You install the "Remote Desktop Licensing" role service on a computer that is running Windows Server 2008 R2. 2. You install the "Remote Desktop Session Host" role service on another computer that is running Windows Server 2008 R2. 3. You open the "Remote Desktop Session Host Configuration" MMC windows (tsconfig.msc) on the computer with the RDSH role. 4. You click the "Licensing Diagnosis" item in the left panel. In this scenario, you may get the following error message displayed: Licenses are not available for this Remote Desktop Session Host server, and Licensing Diagnosis has […]

Read more