CONFIGURING IIS WEB APPLICATIONS FOR USE WITH TIME MACHINE



Similar documents
Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine

USING TIME MACHINE AND MICROSOFT SQL SERVER

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server An Oracle White Paper July 2008

SIMPLIFY MICROSOFT CRM AND QUICKBOOKS INTEGRATION Microsoft Dynamics CRM Online to QuickBooks Bidirectional

An Oracle White Paper September Oracle WebLogic Server 12c on Microsoft Windows Azure

AIMS Installation and Licensing Guide

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014

TIBCO Spotfire Metrics Prerequisites and Installation

Universal Management Service 2015

An Oracle White Paper July Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

Census. di Monitoring Installation User s Guide

MobileStatus Server Installation and Configuration Guide

Symantec AntiVirus Corporate Edition Patch Update

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

RealShot Manager Compression Server software

For Active Directory Installation Guide

Configuring Microsoft Active Directory 2003 for Net Naming. An Oracle White Paper September 2008

IIS Reverse Proxy Implementation

Active Directory Reporter Quick start Guide

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

Configuring Microsoft Internet Information Service (IIS6 & IIS7)

Dell Statistica Document Management System (SDMS) Installation Instructions

Oracle VM Manager Template. An Oracle White Paper February 2009

SSL Intercept Mode. Certificate Installation Guide. Revision Warning and Disclaimer

Specops Command. Installation Guide

How to Configure a Secure Connection to Microsoft SQL Server

formerly Help Desk Authority HDAccess Administrator Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Document Exchange Server 2.5

Océ Repro Desk Professional

4.0. Offline Folder Wizard. User Guide

S/MIME on Good for Enterprise MS Online Certificate Status Protocol. Installation and Configuration Notes. Updated: October 08, 2014

STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System

Adobe Acrobat 9 Deployment on Microsoft Systems Management

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Preparing Your Server for an MDsuite Installation

Sage 300 ERP Sage CRM 7.1 Integration Guide

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

An Oracle White Paper June, Provisioning & Patching Oracle Database using Enterprise Manager 12c.

Dell Statistica Statistica Enterprise Installation Instructions

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Sage 300 ERP Sage CRM 7.2 Integration Guide

Wavecrest Certificate

Virtual Contact Center

NIST/ITL CSD Biometric Conformance Test Software Web. September National Institute of Standards and Technology (NIST)

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

Quick Start Guide for VMware and Windows 7

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release E

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

PrintFleet Local Beacon

ECA IIS Instructions. January 2005

How To Customize An Org Bee 11G With A Custom Skin On A Windows 7.5 (Oracle) 11G (Orca) 11Ge (Orora) 11Gh (Orroboro) 11E (Ororro

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit

Contents. TSM Remote Server Installation guide

APNS Certificate generating and installation

Vyom SSO-Edge: Single Sign-On for BMC Remedy

Browser Client 2.0 Admin Guide

Installation and Deployment

Access It! Universal Web Client Integration

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

Lab 07: Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013

Archive One Policy V4.2 Quick Start Guide October 2005

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and October 2013

DameWare Server. Administrator Guide

Mobility Manager 9.0. Installation Guide

Microsoft SQL Server Installation Guide

Adobe Acrobat 9 Deployment on Microsoft Windows Group Policy and the Active Directory service

HTTP Server Setup for McAfee Endpoint Encryption (Formerly SafeBoot) Table of Contents

Troubleshooting File and Printer Sharing in Microsoft Windows XP

Oracle Insurance General Agent Hardware and Software Requirements. Version 8.0

Microsoft SQL Server 2008 R2 (64-bit) Standard Edition Installation Guide

SMS Database System Quick Start. [Version 1.0.3]

Hosted Exchange. Installation Manual. September A new dimension in BlackBerry productivity

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

HELP DOCUMENTATION SSRPM WEB INTERFACE GUIDE

CA NetQoS Performance Center

MadCap Software. Upgrading Guide. Pulse

Using Self Certified SSL Certificates. Paul Fisher. Quest Software. Systems Consultant. Desktop Virtualisation Group

Administration Quick Start

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

BBI Quick Guide HP GbE2c L2/L3 Ethernet Blade Switch Version 5.1

Using Windows Task Scheduler instead of the Backup Express Scheduler

Microsoft SQL Server 2008 R2 Express Edition with Advanced Services Installation Guide

Virtual Appliance for VMware Server. Getting Started Guide. Revision Warning and Disclaimer

Oracle Easy Connect Naming. An Oracle White Paper October 2007

SIMPLIFY SALEFORCE AND QUICKBOOKS INTEGRATION: Salesforce.com to QuickBooks Bidirectional

Project management integrated into Outlook

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

CommVault Simpana Archive 8.0 Integration Guide

Enterprise Self Service Quick start Guide

File Auditor for NAS, Net App Edition

USING MICROSOFT ONEDRIVE FOR MAC OS X USER S GUIDE

Configuring a Windows 2003 Server for IAS

Oracle Endeca Information Discovery

Lab 05: Deploying Microsoft Office Web Apps Server

Interworks. Interworks Cloud Platform Installation Guide

Transcription:

RUNNING.NET BASED APPLICATIONS IN IIS UNDER DIFFERENT VIRTUAL CLOCKS WITH TIME MACHINE. System Details: OS Name: Microsoft Windows Server 2008 Enterprise Version: 6.0.6002 Service Pack 2 Build 6002 Internet Information Services (IIS) version 7.0 ASP.NET Framework version 4.0.30319 Assumes you have an existing.net application START: 1) Start Internet Information Services (IIS) Manager (%SystemRoot%\system32\inetsrv\InetMgr.exe) 2) Click & expand your server's name in the left pane (example: WIN2008X64-ENT) 3) Left click "Application Pools" 4) in the center pane right click "Add Application Pool"

5.) Enter the name of the account you want to run this new pool under "name", choose your.net Framework version (this example uses 4.0.30319) & click [OK]. This paper uses the local account "Web2" which is a member of the Administrators Group. 5) Your new Application Pool should now be running. In the IIS manager screen, left click the new pool then on the right pane click on "Advanced Settings"

7) In the Advanced Settings menu locate the "Identity" tag under the "Process Model" section & click the expansion [...] box to change to a custom account. Click on "() Custom Account" You will be prompted for the user name and password.

You now have an Application Pool that can run any ASP applications under a different user Identity. NOW CREATE A NEW WEB SITE TO HOST THE APPLICATIONS YOU WANT TO RUN UNDER TIME MACHINE VIRTUAL CLOCKS. THESE CAN BE EITHER COPIES OF YOUR EXISTING APPLICATIONS OR ENTIRELY NEW CODE. 8) In the left pane of the IIS Manager right click on sites an choose "Add Web Site"

You will see the following window: 9) For site name enter the Identity name used above eg:"web2" 10) Under Physical Path this paper uses C:\Inetpub\Web2. You can specify whatever you like. Also set the IP Address to that of the local machine and assign a port, eg. 88 11) Now click on "Connect as..." and choose "()Specific user", the click the [set] button. 12) Enter the User name & Password & click [OK]

13) Enter a different port number on the "Add Web Site" applet if you wish, then click [OK] THE NEW WEB SITE SHOULD BE RUNNING. LET'S IMPORT AN APPLICATION FOR IT TO HOST. 14) Copy the.net package into the default web site's root. 15) In the IIS manager select the web site in the left pane and on the right pane, near the bottom of the panel, click on "Import Application". The following window displays: 16) Browse to your application code directory, select your zip deployment file, then click [Next]

17) When you see the window below, just click [Next] 18) Enter the web path that should be used to access this application. Click Next.

19) The Application will now be imported. If this succeeds, you will see the success screen as below. Click [Finish] 20) Back in the main view of IIS Manager expand the new web site until you see the listing of the new application. In this case it is Sites/Web2/ClockTest.

2 1) In the right Actions pane go to the Manage Application section then click on the http link under the Browse Application section. This will load the application in your Web Browser. NOW WE WILL GIVE THE APPLICATION A VIRTUAL DATE. 22) Start a command line, (click the [Start] button, then select "run", enter CMD, then select [OK] 23) Start the Time Machine service by entering "net start 3stms". 24) Assign a virtual date to the "Web2" account. In this example we will set the date to February 28, 2019 at 11:59 pm. The command will be "tmuser -a -u Web2 -x 022823592019".

25) Verify the virtual date if you wish by running "tmuser -l". 26) Now go back to the recently added.net application in your web browser. You should see the code is now running under the virtual date.

27) The following is a screen shot of a version of the same application running in system time concurrently. Following the procedures in this guide you can easily set each of your IIS hosted.net web sites on the same machine to run under any time and or date you desire independently.

This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document, and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Time Machine and Solution-Soft are registered trademarks of SolutionSoft Systems, Inc. All other trademarks are properties of their respective owners. 2015 SolutionSoft Systems, Inc. All rights reserved. SolutionSoft Systems, Inc. 2350 Mission College Blvd. Suite #777 Santa Clara, CA 95054 U.S.A. Toll Free: 1.888.884.7337 Phone: 1.408.346.1400 Fax: 1.408.346.1499 www.solution-soft.com