Windows Services Frequently Asked Questions (FAQ): Copyright UplinkEarthhosting com 2008 V1.5

Size: px
Start display at page:

Download "Windows Services Frequently Asked Questions (FAQ): Copyright UplinkEarthhosting com 2008 V1.5"

Transcription

1 Windows Services Frequently Asked Questions (FAQ): Copyright UplinkEarthhosting com 2008 V1.5

2 Table of Contents Introduction to the Uplink Earth Hybrid System... 5 Windows Services on the Uplink Earth Platform... 5 Uplink Earth's Hybrid System... 5 Differences between Windows-only hosting and the Hybrid System... 5 Database Support on Uplink Earth's Platform... 6 DSNs and conventions... 6 Functional Components... 6 Microsoft Access 2000/02/ Why is MS Access 2000/02 software only functional and not optimized on your architecture?... 6 ASP/Cold Fusion + MS Access... 7 Why are ASP/Cold Fusion + MS Access only functional and not optimized on your architecture?... 7 ASP.NET AJAX... 7 Components Not Recommended MS-Access Why is MS-Access 1997 not recommended on your architecture?... 7 FrontPage + MS Access... 7 Not Functional... 8 Can I register an ActiveX/dll or CFX/dll?... 8 MSSQL DTS... 8 Components and tags:... 8 ASP.NET Some new features in ASP.NET 2.0: ASP.NET CODEBEHIND and Precompiled DLL Coding Considerations: Why are my changes not showing up on my site? Before uploading: Security and performance: ASP.NET Supported File Extensions not directly accessible through browser: ColdFusion Creates a powerful and compelling user experience: ColdFusion MX

3 ColdFusion About ColdFusion ColdFusion Applications ColdFusion Scripting Language Cold Fusion Tags & Functions: Restricted Tags and functions: Custom Cold Fusion Tags MS Access Warning Messages Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4d4 Thread 0x748 DBC 0x84dbc84 Jet' Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt Microsoft OLE DB Provider for ODBC Drivers error \'80040e4d\' [Microsoft][ODBC Microsoft Access Driver] Too many client tasks. /index.asp, line Microsoft JET Database Engine error ' ' Not a valid file name Access DB Connections from multiple domains Why are Connections from multiple domains to one specific database not functional on your system? General Questions How do I connect to my MSSQL DB? MSSQL 2005: Why does my site perform better on my local machine? Possible Causes for Broken Sites Access Database performance issues My Access Database site is performing poorly on the clustered architecture. What are the possible reasons/solutions? Payment Gateways Which Payment Gateways are installed on the Hybrid Platform? SSL How are SSL considerations handled on the Hybrid? Installed Software:

4 Coding Examples ASP (ASP) DSN connection for MS Access (ASP) DSN connection for MS SQL (ASP) DSN connection for MySQL (ASP) DSNless Connection for MS Access (ASP) DSNless connection for MS SQL (ASP) DSNless connection for MySQL (ASP) Defining Paths ColdFusion (ColdFusion) DSN connection for MS Access (ColdFusion) DSN connection for MS SQL ColdFusion) DSN connection for MySQL (ColdFusion) DSNless Connection for MS Access (ColdFusion) DSNless connection for MS SQL (ColdFusion) DSNless connection for MySQL ASP.NET (ASP.NET) DSN connection for MS Access (ASP.NET) DSN connection for MS SQL (ASP.NET) DSN connection for MySQL (ASP.NET) DSNless Connection for MS Access (ASP.NET) DSNless connection for MS SQL (ASP.NET) DSNless connection for MySQL using ODBC: (ASP.NET) DSNless connection for MySQL using MySql.Data.MySqlClient : MySql.Data.dll needs to be copied to the application/binfolder Sample web.config file: Errors and warnings:

5 Introduction to the Uplink Earth Hybrid System Windows Services on the Uplink Earth Platform Uplink Earth's Microsoft Windows hybrid services provide ASP, ColdFusion, Access and MSSQL services targeted at the needs of SME's, all at a price point considerably lower than a dedicated Windows solution. With the ability to use both UNIX and Windows technologies in unison, the Hybrid solution offers a less complicated, more robust, lower cost method for users to employ the most popular Windows hosting features. Uplink Earth's Hybrid System Once a customer has enabled Windows services, the hosting system uses file extensions to determine when to send Windows-specific requests to IIS servers.1 This is made possible by Uplink Earth's redundant, distributed architecture. Site content is housed on Network Filers instead of individual web servers; along with removing individual web servers as a point of failure, this allows content for one site to be served through multiple machines. With this system a user can mix Unix and Windows content in the same site. Differences between Windows-only hosting and the Hybrid System Permissions: The entire Uplink Earth system uses Unix-based permissions, even for Windows content. Stability: Superior redundancy provided by distributed, clustered architecture Case Sensitivity: The Uplink Earth System is case-sensitive; this can be bypassed using an.htaccess file placed in a user's public directory (syntax =CaseInsensitive ON) Flexibility: Designers can mix Unix and Windows functionality in the same hosting environment Secure: Uplink Earth's hybrid system uses a streamlined Unix security model. Front Page: The Hybrid Platform handles Front Page extensions on Unix servers. The Uplink Earth system handles most FrontPage functionality (e.g. forms, themes); However, direct database integration via the FrontPage interface is currently non functional. DSNs (Data Source Names): Up to two DSNs can be employed. They must follow our prefix_domain_com naming convention. Paths: Local system paths (i.e. C:\My Documents) cannot be used since site content is not stored locally Supported Language platforms: HTML, PHP, CGI and PERL are parsed by the UNIX portion of the hybrid. 1 Nonspecific requests (such as HTML) will be served by Unix servers;.asp and.cfm requests will be served by Windows 2003 Server. 5

6 Database Support on Uplink Earth's Platform The Windows database types supported on the Hybrid platform are Access and MSSQL DSNs and conventions Hybrid system customers can integrate their databases into their websites using either of the following methods: DSN connection method: A DSN is used by applications to request a connection to a system ODBC data source. It specifies the computer name and (optionally) the database that the DSN maps to. To create a DSN for MS Access databases, the.mdb file must exist in the /databases directory of the end-users file structure. DSN-less connection method: Also known as the OLE DB connection method. This method allows greater flexibility for end-users; the database does not have to be located in a specific directory. The database can be located anywhere within a client's directory structure, and can be accessed in their code as long as the proper path is specified. Functional Components Microsoft Access 2000/02/03 Why is MS Access 2000/02 software only functional and not optimized on your architecture? Microsoft Access was designed as a single-user desktop database, and not for server use. MS Access 2000/02/03 is functional on our system and suits web applications well when dealing with small- to medium-size business websites, which deal with a reasonably low level of traffic; however, the functional design limitations of MS Access itself (being a desktop program as opposed to a server program) increases the likelihood of poor performance when large numbers of users make simultaneous calls to the Access database. For these reasons, it is recommended that MS Access be used solely for development purposes and not for production. Recommended Alternative: Although MS-Access 2000/02/03 is functional and works reasonably well on our system in most situations, you may benefit from upgrading to a true multi-user database platform such as MS SQL or MySQL. We have found that sporadic performance issues occur when traffic-intensive sites run on Microsoft Jet and IIS. We have ensured that our system is using the latest Microsoft Jet Components and Updates. We recommend that the native Jet OLE DB provider be used in place of the Access ODBC Driver. Excerpt from Readme.txt (IIS) The following article outlines Microsoft's recommendations to implement an SQL Server Database for use under IIS to accommodate for web, commerce, and transactional applications. 6

7 ASP/Cold Fusion + MS Access Why are ASP/Cold Fusion + MS Access only functional and not optimized on your architecture? MS Access was designed as a single-user desktop database, and not for server use. MS-Access 2000/02/03 is functional on our system and suits web applications well when dealing with small- to medium-size business websites that handle a low level of traffic; however, when used on larger enterprise-type websites with a heavy amount of concurrent users making requests to an MS Access database, unpredictable results may occur. We recommend that MS Access be used solely for development purposes and not for production. Recommended Alternative: Although MS-Access 2000/02/03 is functional on our system, for performance and reliability we strongly recommend the use of MS SQL Server for the deployment of production-quality Web applications. Although Active Server Pages work with any ODBC-compliant database (such as MS Access), it has been extensively tested and is designed to work with Microsoft SQL Server. Although the sample Web site and examples in this release use Microsoft Access, we recommend that MS Access be used solely for development purposes and not for production. The following article outlines Microsoft's recommendations to implement an SQL Server Database for use under IIS to accommodate for web, commerce, and transactional applications. ASP.NET AJAX ASP.NET Ajax has a vast array of components, features and extensions. We have researched and modified our hybrid system to support AJAX on ASP.NET. However some features and functionality may not work as intended, on our hybrid system. Components Not Recommended MS-Access 1997 Why is MS-Access 1997 not recommended on your architecture? The latest MDAC (version 2.8), which is currently installed on our system, is not compatible with Access 97 databases. You may find that your database worked originally; however, once you write data to the database it will generate this error. In our clustered hosting environment, our main focus is security. In order for us to provide you with acceptable levels of security, our operating systems must be configured with current service packs and patches. If this is an Access 2000 database, it is likely that is it corrupted. FrontPage + MS Access Why is FrontPage with MS Access not recommended on your system? Our system architecture does not allow you to edit your MS Access database though the FrontPage GUI. Both must be managed separately. 7

8 Not Functional Can I register an ActiveX/dll or CFX/dll? Due to security and licensing. Third party components that require licenses or customer written dlls that require registry changes will be installed/registered on our servers. MSSQL DTS MSSQL DTS can be used to transfer larger amounts of data between MSSQL servers. Although we allow the use of DTS for initial transfers during migrations. We do not allow the use of DTS on our shared system on a regular basis. This causes performance issues for other customers. Data loss or DB corruption may also occur in case of disruption in Internet connectivity. Components and tags: The following components are registered on our ASP systems: ServerObjects(TM) Inc. - ASP Mail Persits Software, Inc. - ASP JPEG Persits Software, Inc. - ASP Upload Persits Software, Inc. - ASP Encrypt Persits Software, Inc. - ASP SoftArtisans, Inc. - SA-FileUP Dimac AB - Jmail ADVANTYS - SmartMail 2.6 ADVANTYS - SmartUpload 3.3 LinkPoint International - Linkpoint 6.0 MSWC.AdRotator MSWC.BrowserType MSWC.ContentRotator MSWC.NextLine The following tags registered on our Cold Fusion systems: CFX_IMAGE CFX_CYBERCASH CFX_ONCR_CYBERCASH3 CFX_PAYGATEWAY CFX_PFPRO CF_imageinfo11, V1.1 8

9 Windows NT Component/Service Databases MS-Access 2002/03 MS-Access 2000 MS-Access 1997 MySQL MS-SQL 2005 MS-SQL DTS DSN Connections DSN-Less Connections Connections from multiple domains to one specific database on our system. Multiple domain connections do not work with any version of MS- Access. ASP ASP + MS Access ASP + MySQL ASP + MS-SQL ActiveX/dll registration Cold Fusion Cold Fusion + MS Access Cold Fusion + MySQL Cold Fusion + MS-SQL Custom CFML Tags Custom CFX/dll registration MS FrontPage FrontPage + MS Access ASP.NET Clustered Architecture Compatibility Optimized Functional Not Recommended Not Functional ASP.net + MS Access ASP.net + MySQL ASP.net + MS-SQL Precompiled DLL s * ASP.net Ajax Support *Sites coded in Visual Studio, have code separated using code behind and dlls. This is supported, on our ASP.NET 2.0 systems only. 9

10 ASP.NET ASP.NET is a programming framework built on the Common Language Runtime Environment that can be used on a server to build powerful Web applications. By using ASP.NET you can easily write dynamic, high-performance Web applications in record time. ASP.NET offers a number of important advantages over previous Web development models: Easy Programming Model: ASP.NET makes building real-world Web applications easier. ASP.NET server controls enable an HTML-like style of declarative programming that lets you build great pages with far less code than with classic ASP; displaying data, validating user input, and uploading files are all made easy. ASP.NET pages work in all browsers including Netscape, Opera, AOL, and Internet Explorer. Excellent Tool Support: You can harness the full power of ASP.NET using any text editor including Notepad but Visual Studio.NET adds the productivity of Visual Basic-style development to the Web. Now you can visually design (via WYSIWYG editing) ASP.NET Web Forms using familiar drag-and-drop, doubleclick techniques and benefit from full-fledged code support including statement completion and color-coding. VS.NET also provides integrated support for debugging and deploying ASP.NET Web applications. Rich Class Framework: Application features that were difficult to implement (or required a third-party component) can now be added in just a few lines of code using the.net Framework. The.NET Framework offers over 4500 classes that encapsulate rich functionality like XML, data access, file uploads, regular expressions, image generation, and more. Some new features in ASP.NET 2.0: New Server Controls: ASP.NET 2.0 introduces many new server controls that enable powerful declarative support for data access, login security, wizard navigation, menus, tree views, portals, and more. ASP.NET AJAX-enable Your Web Application: Build next-generation Web interfaces with a full suite of ComponentOne AJAX-enabled ASP.NET components that fully interoperate with the Microsoft ASP.NET AJAX 1.0 Framework. Flexible Extensibility: Developers can plug in custom code anywhere in the page life cycle to further customize ASP.NET 2.0 to their needs. Better Performance: ASP.NET 2.0 also includes automatic database server cache invalidation. ASP.NET CODEBEHIND and Precompiled DLL Visual Studio use codebehind and precompiled dlls for code separation. This provides better security and manageable code, using a tier programming model. Uplink Earth's ASP.NET 2.0 systems are designed to make use of this feature along with other features. This allows customers to easily deploy their site to our systems with little or no changes. 10

11 Coding Considerations: Customers are responsible for testing their code before moving to our systems. The live environment should not be used for testing or making coding changes on a regular basis. While coding, customers should be aware that files are not stored locally. All customer files are stored on a network share using dynamic paths. Customers are advised not to hard code paths in their code, but to use Server.mappath to point to their files. e.g C:\Inetpub\wwwroot\file.aspx, will not work. Project files, i.e.sln,.csproj,.vbproj, vjsproj,.disco,.vsdisco and other files used for development, should be removed before uploading. Dlls should only be places in the public/bin folder. If the customer wishes to run an application from a folder other than the public folder. A ticket can be submitted requesting the folder be converted to an application folder. The customer can then setup a bin folder within that folder and move dlls to that folder. Why are my changes not showing up on my site? Changes made to files and folders may not be visible immediately in ASP.NET. To maintain the performance of our servers we have disabled the file and folder monitoring feature of ASP.NET. This prevents ASP.NET from constantly monitoring resources and recycling the application, which takes up system resources and causes session issues. I this case our support staff can recycle or change the recycle time for the customer. (default is 120 minutes) Before uploading: Customers are advised to make all changes in their development environment and then upload the final site to our servers. The live environment should not be used for testing or making coding changes on a regular basis. While testing, please check all visual studio debug logs, IIS logs and event viewer application logs. Any errors related to the site should be fixed before uploading. This will ensure a smooth transition to the live environment. Security and performance: Our servers and file systems are constantly being monitored. If any site is found trying to access restricted resources or if our system administrators suspect a site of degrading server performance. ASP.NET services for that site will be suspended and the customer will be notified. Uplink Earth does not support coding issues, especially with dlls since they are compiled and the code cannot be viewed. Customers are responsible for troubleshooting their code on a development system and providing our support staff with details of what their code is supposed to do. If the site is not performing according to their needs. 11

12 .aspx.asmx.ashx.axd.resx ASP.NET Supported File.ascx codebehind codepage masterfile codefile Extensions not directly accessible through browser: Since they' are critical files, Uplink Earth has modified its configuration to not return any requests specifically for.cfc.cs.vb asax, and.config extensions. A 403 error will be sent instead, but they will still work with windows services. (other extensions may be added at the discretion of Uplink Earth) There may be additional functions, components, extensions that are not supported. If you have any questions in reference to functionality, please contact Technical Support. Some Ajax features may not work on our hybrid system. Please contact Technical Support, if you would like to request a feature. Once approved by our development team the feature will be implemented on system. ColdFusion: ColdFusion provides you with the ability to build and deploy powerful web applications and web services with far less training time and fewer lines of code than ASP or PHP. ColdFusion delivers powerful Internet capabilities within an easy-to-learn and highly productive server scripting environment. ColdFusion contains: An intuitive tag-based language requiring fewer lines of code by handling lowlevel programming tasks automatically and simplifying code reuse. A new server-side ActionScript enabling Macromedia Flash developers to use the same scripting language for both client and server logic. Complete support for new ColdFusion MX features within the Dreamweaver MX development environment, including powerful visual layout and prototyping, enhanced code editing and development capabilities, and integrated debugging. Creates a powerful and compelling user experience: ColdFusion MX provides a robust architecture and a rich set of built-in capabilities that deliver high performance and scalability, enhancing your applications with advanced functionality. Fully integrated application services for adding full-text search, dynamic charting, and high-performance connectivity to Macromedia Flash clients to your applications. 12

13 Innovative architecture that delivers the scalability, reliability, and power of the Java platform without the complexity. ColdFusion MX 7 Macromedia ColdFusion MX 7 is the most significant release of ColdFusion. Some key features are: Printable Web Content:.Dynamically transform HTML content into PDF or FlashPaper2 format Rich Forms: Use CFML tags to create Rich Flash and XML forms Charting: Read-to-use chart styles, and more than 200 modifiable attributes to control animation, colors, labels and more Uplink Earth provides packages which includes ColdFusion 5, and MX 7. Customers can enable ColdFusion from their WebsiteOS interface. When ColdFusion MX is enabled, it will be added into MX 7 by default. ColdFusion MX 7 is backwardscompatible with MX 6.1 ColdFusion 5 About ColdFusion 5 ColdFusion, developed by Allaire, is a complete Web application server for developing and delivering scalable e-business applications. The ColdFusion solution consists of two related packages: ColdFusion Applications ColdFusion Studio: Tightly integrated with ColdFusion Server, ColdFusion Studio provides visual programming, database, and debugging tools for building sophisticated Web applications. ColdFusion Server: ColdFusion Server offers all the runtime services for delivering your e-business applications built on a highly scalable and open architecture. ColdFusion Scripting Language ColdFusion uses a tag-based, server scripting language that is ideal for programming Web applications. Processed entirely on the server, the ColdFusion Markup Language (CFML) cleanly integrates with HTML for user interface and XML for data exchange. Cold Fusion Tags & Functions: All tags and functions are supported, except the ones in the following tables. These can be made available on our CFMX 7 isolated farms by submitting a request to our technical support department. 13

14 Restricted Tags and functions: The following tags and functions are restricted on all systems. Custom Cold Fusion Tags Custom CFML tags are supported on our systems. However custom CFX/Dlls are prohibited on the hybrid system. Tags that are poorly coded are known to cause server instability, excessive resource consumption, and reduced site performance. For this reason, CFX/Dlls are much better suited to a dedicated server environment. MS Access Warning Messages Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. Please ensure your database has the proper permissions set. Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4d4 Thread 0x748 DBC 0x84dbc84 Jet'. The process, Thread and DCB numbers may vary Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt. The latest MDAC (version 2.8), which is currently installed on our system, is not compatible with Access 97 databases. You may find that your database worked originally; however, once you write data to the database it will throw this error. In our 14

15 clustered hosting environment, our main focus is security. In order for us to maintain our strict security model, our operating systems must be updated with current service packs and patches. If this is an Access 2000 database, it is likely that is it corrupted. Microsoft OLE DB Provider for ODBC Drivers error \'80040e4d\' [Microsoft][ODBC Microsoft Access Driver] Too many client tasks. /index.asp, line 134 This error is not generated by our systems. This error is generated by the Access database engine. Indicating that it has reached its connection limit. We can reset the connections, to temporarily fix the issue, but this will not guarantee that the error will not occur again. Customers should consider switching to MSSQL or MYSQL, that do not have these limitations. Microsoft JET Database Engine error ' ' Not a valid file name. The MDB file you referenced in your connection string either doesn't exist, or might be malformed (e.g. maybe you just entered a folder name). Response.Write your connection string to the screen and see exactly what it contains. Access DB Connections from multiple domains Why are Connections from multiple domains to one specific database not functional on your system? In the best interest of our clients, our platform does not allow actions of one domain to affect the population of other domains residing on our system. Multiple domains to one specific MS Access database are prohibited on our system due to strict system security settings. Recommended Alternative: If this functionality is required, we recommend the use of an MS SQL database. General Questions How do I connect to my MSSQL DB? Connections for administrative purposes can be made via Microsoft s Enterprise Manager 2000, or Management studio express for MSSQL Each database created on the Uplink Earth system is assigned a unique Database Name, User Name, and Password. These credentials are used whenever a client attempts to make a connection to the database. 15

16 1. Start your Enterprise Manager Console, and branch out to the Server group level. 2. At this point you can choose the action menu at the top, and select New SQL Server Registration or right click on your server group and choose the same option. The Register server wizard will start as shown below. 3. Click Next to continue to the next step. 4. In the box called Available servers, enter mssql.megasqlservers.com. 5. Click Add." 16

17 6. The server name should appear in the Added Servers box. Click Next. 7. At this stage, choose the second authentication mode: The SQL Server Login information that was assigned to be by the system administrator. 8. Click Next. 17

18 9. Choose a connection option. If you want to login automatically, enter your login name and password in the text boxes provided. Your Login name will be dbm.yourname.com (Substitute your domain name for yourname.com). Your password will be the password you chose with your sales representative. Click Next. 10. At this point, the wizard will prompt you to add the newly registered server to your server group. Select the option labeled, Add the SQL Server(s) to an existing SQL Server group. 11.Click Next. 18

19 12.At this point, the server registration is completed as shown. Click Finish. 13. You will now have a new server listed in your Enterprise Manager console. You can branch out this server, branch out the databases, and proceed to your database. There you can perform various administrative tasks such as create tables, stored procedures, and more. MSSQL 2005: Start MSSQL studio express. Enter your login information and click connect. 19

20 Why does my site perform better on my local machine? Many factors affect a site's performance on any platform. Usually when a site is under development on an end-user's local machine, the user is viewing static content which is not required to travel via the Internet to serve any requests. Possible Causes for Broken Sites My Site Worked fine on a non-hybrid system, now it is broken. What are the possible causes and what can I do to fix these problems? Paths Static paths referenced in client code can cause issues when moving into Uplink Earth s Hybrid platform. It is not uncommon for end-users to reference absolute file paths in their code ex. C:\My Documents\index.html. Since site content is not stored on local disk, these file path references are invalid. For sites coded in ASP, we suggest using the Server.MapPath method for defining paths. For sites coded in ColdFusion, we suggest using the GetDirectoryFromPath method for defining paths. For more information, please see the coding examples attached below. COM Objects/DLLS/Active X Controls The Uplink Earth System might not support some COM objects that were utilized on the site from the previous hosting provider. The Uplink Earth System supports a variety of third-party components that have been thoroughly tested File Permissions UNIX based file permissions work differently than NT based file permissions. The correct UNIX permission settings for.asp or.cfm files is -rw-r--r-- or 644 Naming conventions (Case sensitivity) As mentioned above, the Uplink Earth System is Case Sensitive. End-users may believe that they are being hosted on a Windows Only base system which are usually Case Insensitive. Access Database performance issues My Access Database site is performing poorly on the clustered architecture. What are the possible reasons/solutions? For the most part MS Access databases suit web applications reasonably well; however, high traffic sites may benefit from upgrading to a true multi-user database platform such as MS SQL or perhaps even MySQL. We have found that sporadic performance issues occur when traffic intensive sites run on Microsoft Jet and IIS. We have ensured that our system is using the latest Microsoft Jet Components and Updates. We recommend that the native Jet OLE DB provider be used in place of the Access ODBC Driver. 20

21 Excerpt from Readme.txt (IIS) For performance and reliability reasons, we strongly recommend the use of Microsoft SQL Server for the deployment of production-quality Web applications. Although Active Server Pages works with any ODBC-compliant database, it has been extensively tested and is designed to work with Microsoft SQL Server. ASP also supports Microsoft Access as a valid data source. Although the sample Web site and examples in this release use Microsoft Access, we recommend that Microsoft Access be used solely for development purposes and not for production. Microsoft Access was designed as a single-user desktop database, and not for server use. When multiple, concurrent users make requests of a Microsoft Access database, unpredictable results may occur. Please note that Microsoft has found the following line from the statement to be incorrect "Microsoft Access was designed as a single-user desktop database". The following article outlines Microsoft's recommendations to implement an SQL Server Database for use under IIS to accommodate for web, commerce, and transactional applications. Payment Gateways Which Payment Gateways are installed on the Hybrid Platform? The following third-party Payment Gateways are currently installed: PayFlow Pro (replacement of Cybercash which is discontinued) Linkpoint PSI Gate (Other Payment Gateways may be installed at the discretion of the Uplink Earth.) SSL How are SSL considerations handled on the Hybrid? SSL for ASP or ColdFusion pages are managed identically to HTML pages on the hybrid. Each server in the Hybrid farm is configured to handle SSL connections from domains within our infrastructure. Please Note: To have a domain activated for ASP or ColdFusion SSL, please direct the end-user to the Windows Services in the WebsiteOS. Please note, this activation could take up to 24 hours to complete. 21

22 Installed Software: What are the versions of software installed? Application Versions Windows 2003 Server ASP V.3 on IIS 6 ASP.NET on IIS 6 ASP.NET 2.0 AJAX Extensions 1.0 Cold Fusion 5 on IIS 6 Cold Fusion MX 7 on IIS 6 CGI Support (Apache) PERLV PHP FrontPage 2002 Extensions V.2002 MS Access Engine MS/MY SQL Database MDAC 2.8 SP1 MS SQL Ver.2005 MySQL-V.4 & 5 Support Components Windows 2003 Server ASP V.3 on IIS 6 ASP.NET on IIS 6 ASP.NET 2.0 AJAX Extensions 1.0 Cold Fusion 5 on IIS 6 Cold Fusion MX 7 on IIS 6 CGI Support (Apache) PERLV PHP FrontPage 2002 Extensions V.2002 MS Access Engine MS/MY SQL Database MDAC 2.8 SP1 MS SQL Ver.2005 MySQL-V.4 & 5 22

23 Coding Examples ASP (ASP) DSN connection for MS Access Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN=prefix_domain_com (ASP) DSN connection for MS SQL Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN=prefix_domain_com;UID=dbm.domain.com;PWD=password" (ASP) DSN connection for MySQL Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN=prefix_domain_com;UID=dbm.domain.com;PWD=password" (ASP) DSNless Connection for MS Access Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" &Server.MapPath( /databse.mdb ) mdbfile = "/stuff/sample.mdb" connstr = "Driver={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath( mdbfile ) & ";" (ASP) DSNless connection for MS SQL DRIVER={SQLServer};SERVER=mssql.megasqlservers.com;DATABASE=databasename _domain_com;uid=dbm_domain_com;pwd=password; (ASP) DSNless connection for MySQL Driver={MySQL};Server=megasqlservers.com;DATABASE=databasename_domain_com;UID =dbm.domainname.com;pwd=password; (ASP) Defining Paths Server.MapPath("/") equates to \domain.com\public\ Server.MapPath("/images") equates to \domain.com\public\images ColdFusion (ColdFusion) DSN connection for MS Access <cfquery name="schedule" datasource="db_domain _com"> SELECT * FROM Producers </cfquery> 23

24 (ColdFusion) DSN connection for MS SQL <cfquery name="schedule"datasource="db_domain_com";server= mssql.megasqlservers.com ;U ID= dbm.domain.com ;PWD= password > SELECT * FROM Producers </cfquery> ColdFusion) DSN connection for MySQL <cfquery name="schedule" datasource="db_domain_com"> SELECT * FROM Producers </cfquery> (ColdFusion) DSNless Connection for MS Access <CFSET thispath=expandpath("data\")> <CFSET thisdirectory= GetDirectoryFromPath("thisPath")> <CFQUERY NAME="test" DBTYPE="dynamic" CONNECTSTRING="Driver={Microsoft Access Driver (*.mdb)};dbq=#getdirectoryfrompath(thispath)#mydb.mdb;"> SELECT * FROM MyTable </CFQUERY> (ColdFusion) DSNless connection for MS SQL <CFQUERY NAME="test" DBTYPE="dynamic" CONNECTSTRING=" Driver={SQL Server};Server=servername;Database=dbname;Uid=sa;Pwd=pass;"> SELECT * FROM MyTable </CFQUERY> 24

25 (ColdFusion) DSNless connection for MySQL <CFQUERY NAME="test" DBTYPE="dynamic" CONNECTSTRING=" Driver={mysql};Server=servername;Database=dbname;Uid=sa;Pwd=pass;"> SELECT * FROM MyTable </CFQUERY> (ColdFusion) Defining Paths <CFSET thispath= ExpandPath("images/")> <CFSET thisdirectory= GetDirectoryFromPath(thisPath)> This equates to the following path: \domain.com\public\images ASP.NET (ASP.NET) DSN connection for MS Access <%@ import Namespace="System.Data" %><%@ import Namespace="System.Data.Odbc" %><%@ Page Language="C#" %><script runat="server"> public void Page_Load(Object sender, EventArgs e) { DataTable dtrecords = GetDataTable("SELECT * FROM info"); foreach(datarow dr in dtrecords.rows) {Response.Write(dr["Name"].ToString() + " " +dr["phone"].tostring() + "<br/>");} } private static string GetConnection() {return "DSN=db1_yourdomain_com";} public static DataTable GetDataTable(string sql) {DataTable rt = new DataTable();DataSet ds = new DataSet();OdbcDataAdapter da = new OdbcDataAdapter();OdbcConnection con = new OdbcConnection(GetConnection());OdbcCommand cmd = new OdbcCommand(sql, con);da.selectcommand = cmd;da.fill(ds);try {rt = ds.tables[0];}catch {rt = null;}return rt;} </script> 25

26 (ASP.NET) DSN connection for MS SQL import Namespace="System.Data" import Namespace="System.Data.Odbc" Page Language="C#" %><script runat="server"> public void Page_Load(Object sender, EventArgs e) { DataTable dtrecords = GetDataTable("SELECT * FROMtable1"); foreach(datarow dr in dtrecords.rows) {Response.Write(dr["name"].ToString() + " " +dr["lname"].tostring() + "<br/>");} } private static string GetConnection() {return "DSN=db2_yourdomain_com;UID=dbm.youdomain.com;PWD=password";} public static DataTable GetDataTable(string sql) {DataTable rt = new DataTable();DataSet ds = new DataSet();OdbcDataAdapter da = new OdbcDataAdapter();OdbcConnection con = new OdbcConnection(GetConnection());OdbcCommand cmd = new OdbcCommand(sql, con);da.selectcommand = cmd;da.fill(ds);try {rt = ds.tables[0];}catch {rt = null;}return rt;} </script> (ASP.NET) DSN connection for MySQL <%@ import Namespace="System.Data" %><%@ import Namespace="System.Data.Odbc" %><%@ Page Language="C#" %><script runat="server"> public void Page_Load(Object sender, EventArgs e) { DataTable dtrecords = GetDataTable("SELECT * FROMtable1"); foreach(datarow dr in dtrecords.rows) {Response.Write(dr["name"].ToString() + " " +dr["lname"].tostring() + "<br/>");} } private static string GetConnection() {return "DSN=db_domain_com;UID=dbm.domain.com;password=pass";} public static DataTable GetDataTable(string sql) {DataTable rt = new DataTable();DataSet ds = new DataSet();OdbcDataAdapter da = new OdbcDataAdapter();OdbcConnection con = new OdbcConnection(GetConnection());OdbcCommand cmd = new OdbcCommand(sql, con);da.selectcommand = cmd;da.fill(ds);try {rt = ds.tables[0];}catch {rt = null;}return rt; } </script> 26

27 (ASP.NET) DSNless Connection for MS Access Import Namespace="System.Data.OleDb" %> <script runat="server">sub Page_Loaddim dbconn,sql,dbcomm,dbreaddbconn=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;datasource=" & server.mappath("db/aspx.mdb")) (ASP.NET) DSNless connection for MS SQL import Namespace="System.Data" import Namespace="System.Data.Odbc" Page Language="C#" %><script runat="server"> public void Page_Load(Object sender, EventArgs e) { DataTable dtrecords = GetDataTable("SELECT * FROMtable1"); foreach(datarow dr in dtrecords.rows) {Response.Write(dr["name"].ToString() + " " +dr["lname"].tostring() + "<br/>");} } private static string GetConnection() {return "DRIVER={SQLServer};Server=mssql.megasqlservers.com;Database=db_yourdomain_co m;uid=dbm.yourdomain.com;pwd=password";} public static DataTable GetDataTable(string sql) {DataTable rt = new DataTable();DataSet ds = new DataSet();OdbcDataAdapter da = new OdbcDataAdapter();OdbcConnection con = new OdbcConnection(GetConnection());OdbcCommand cmd = new OdbcCommand(sql, con);da.selectcommand = cmd;da.fill(ds);try {rt = ds.tables[0];}catch {rt = null;}return rt;} </script> (ASP.NET) DSNless connection for MySQL using ODBC: <%@ import Namespace="System.Data" %><%@ import Namespace="System.Data.Odbc" %><%@ Page Language="C#" %><script runat="server"> public void Page_Load(Object sender, EventArgs e) { DataTable dtrecords = GetDataTable("SELECT * FROMtable1"); foreach(datarow dr in dtrecords.rows) {Response.Write(dr["name"].ToString() + " " +dr["lname"].tostring() + "<br/>");} } private static string GetConnection() {return "DRIVER={MySQL ODBC 3.51Driver};Server=sql.megasqlservers.com;Database=db_yourdomain_com;UID=dbm. yourdomain.com;password=password";} public static DataTable GetDataTable(string sql) {DataTable rt = new DataTable();DataSet ds = new DataSet();OdbcDataAdapter da = new 27

28 OdbcDataAdapter();OdbcConnection con = new OdbcConnection(GetConnection());OdbcCommand cmd = new OdbcCommand(sql, con);da.selectcommand = cmd;da.fill(ds);try {rt = ds.tables[0];}catch {rt = null;}return rt; } </script> (ASP.NET) DSNless connection for MySQL using MySql.Data.MySqlClient : MySql.Data.dll needs to be copied to the application/binfolder. <%@ Page Language="VB" debug="true" %> <%@ Import Namespace = "System.Data" %> <%@ Import Namespace = "MySql.Data.MySqlClient" %><script language="vb" runat="server"> Sub Page_Load(sender As Object, e As EventArgs) Dim myconnection As MySqlConnection Dim mydataadapter As MySqlDataAdapter Dim mydataset As DataSet Dim strsql As String Dim irecordcount As Integer myconnection = NewMySqlConnection("server=sqlc1d.megasqlservers.com; userid=dbm.domain.com; password=passwd; database=db_domain_com;pooling=false;") strsql = "SELECT * FROM testtab;" mydataadapter = New MySqlDataAdapter(strSQL, myconnection)mydataset = New Dataset()myDataAdapter.Fill(myDataSet, "testtab") MySQLDataGrid.DataSource = mydatasetmysqldatagrid.databind() End Sub </script> <html> <head> <title>simple MySQL Database Query</title> 28

29 </head> <body> <form runat="server"> <asp:datagrid id="mysqldatagrid" runat="server" /> </form> </body></html> Sample web.config file: This is a sample web.config file which allows customers to view any ASP.NET syntax errors. To use this script copy the following into a separate file, name the file web.config and upload to the server: <configuration> <system.web> <compilation debug="true"/> <customerrors mode="off"/> </system.web> </configuration> Errors and warnings: Cold Fusion: Due to security reasons we have disabled debugging, and have generic error messages setup on our servers. This prevents sensitive information from being displayed to visitors. Customers are advised to fix and debug code, on their development servers before moving to the live system. In some cases technical support can be contacted to get the actual message, in case a site is generating generic error messages. ASP.net: By default displays a generic error message. Customers can upload a simple web.config file as show in the examples above. Once the site recycles the actual error message should be displayed. Restricted Extensions: Some extensions are set to not return any requests through the browser, for specific file types. Such as.cfc,.cs,.vb,.ascx,.config,.master extensions. A 403 error will be displayed. These files can however be invoked or called from other files. (other extensions may be added at the discretion of Uplink Earth) 29

Windows Services Frequently Asked Questions (FAQ):

Windows Services Frequently Asked Questions (FAQ): Windows Services Frequently Asked Questions (FAQ): Copyright Hostplus.ca 2005 V1.321 TABLE OF CONTENTS: Introduction to the Hostplus Hybrid System... 4 NT Services on the Hostplus Platform... 4 Hostplus's

More information

Windows Services Manager

Windows Services Manager July 2012 Windows Services Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Connecting to Manage Your MS SQL Database

Connecting to Manage Your MS SQL Database Using MS SQL databases HOWTO Copyright 2001 Version 1.0 This HOWTO describes how to connect to a MS SQL database and how to transfer data to an SQL server database. Table of Contents Connecting to Manage

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

Server Connectivity Interland will be able to perform the following tests to ensure that your server is functioning properly:

Server Connectivity Interland will be able to perform the following tests to ensure that your server is functioning properly: Guidelines for Using Interland's Technical Support Interland unleashes the power of the Internet to businesses around the world by providing superior customer support, leading-edge technologies and value-added

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

More information

SaskTel Web Hosting Feature Overview

SaskTel Web Hosting Feature Overview SaskTel Web Hosting Feature Overview Table of Contents Website OS4 and Desktop... 3 Ad Manager... 6 EasyLiveChat... 7 EasyStoreMaker & EasyStoreMaker Pro... 7 Appointment Scheduler... 9 EasyBlog Builder...10

More information

The Advantages of. Microsoft.NET. a white paper. pin digital. www.pindigital.com

The Advantages of. Microsoft.NET. a white paper. pin digital. www.pindigital.com The Advantages of Microsoft.NET a white paper www.pindigital.com Microsoft.NET is a set of software technologies for connecting information, people, systems, and devices. This new generation of technology

More information

EPiServer Operator's Guide

EPiServer Operator's Guide EPiServer Operator's Guide Abstract This document is mainly intended for administrators and developers that operate EPiServer or want to learn more about EPiServer's operating environment. The document

More information

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Snow Inventory. Installing and Evaluating

Snow Inventory. Installing and Evaluating Snow Inventory Installing and Evaluating Snow Software AB 2002 Table of Contents Introduction...3 1. Evaluate Requirements...3 2. Download Software...3 3. Obtain License Key...4 4. Install Snow Inventory

More information

Fasthosts ASP scripting examples Page 1 of 17

Fasthosts ASP scripting examples Page 1 of 17 Introduction-------------------------------------------------------------------------------------------------- 2 Sending email from your web server------------------------------------------------------------------

More information

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com VP-ASP Shopping Cart QUICK START GUIDE Version 7.00 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com 2 P a g e Table of Contents INTRODUCTION... 4 1 FEATURES... 5 2 WHAT DO I NEED TO RUN VP-ASP?...

More information

Application Servers G22.3033-011. Session 2 - Main Theme Page-Based Application Servers. Dr. Jean-Claude Franchitti

Application Servers G22.3033-011. Session 2 - Main Theme Page-Based Application Servers. Dr. Jean-Claude Franchitti Application Servers G22.3033-011 Session 2 - Main Theme Page-Based Application Servers Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences

More information

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved.

ControlPoint. Advanced Installation Guide. Publication Date: January 12, 2016. Metalogix International GmbH., 2008-2016 All Rights Reserved. ControlPoint Publication Date: January 12, 2016 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

Web Pages. Static Web Pages SHTML

Web Pages. Static Web Pages SHTML 1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

aspwebcalendar FREE / Quick Start Guide 1

aspwebcalendar FREE / Quick Start Guide 1 aspwebcalendar FREE / Quick Start Guide 1 TABLE OF CONTENTS Quick Start Guide Table of Contents 2 About this guide 3 Chapter 1 4 System Requirements 5 Installation 7 Configuration 9 Other Notes 12 aspwebcalendar

More information

PDshop.NET Installation Guides (ASP.NET Edition)

PDshop.NET Installation Guides (ASP.NET Edition) PDshop.NET Installation Guides (ASP.NET Edition) PageDown Technology, LLC / Copyright 2003-2007 All Rights Reserved. Last Updated: 7/25/07 Written for Revision: 1.014 1 Table of Contents Table of Contents...2

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

v.2.5 2015 Devolutions inc.

v.2.5 2015 Devolutions inc. v.2.5 Contents 3 Table of Contents Part I Getting Started 6... 6 1 What is Devolutions Server?... 7 2 Features... 7 3 System Requirements Part II Management 10... 10 1 Devolutions Server Console... 11

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Windows Hosting Documentation

Windows Hosting Documentation Windows Hosting Documentation Web Hosting Basics Control Panel Access your Control Panel at http://your-domain-name.com/stats/ to change your password, setup your e-mail accounts, administer your account,

More information

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

Server Installation Manual 4.4.1

Server Installation Manual 4.4.1 Server Installation Manual 4.4.1 1. Product Information Product: BackupAgent Server Version: 4.4.1 2. Introduction BackupAgent Server has several features. The application is a web application and offers:

More information

Getting Started with Sitecore Azure

Getting Started with Sitecore Azure Sitecore Azure 3.1 Getting Started with Sitecore Azure Rev: 2015-09-09 Sitecore Azure 3.1 Getting Started with Sitecore Azure An Overview for Sitecore Administrators Table of Contents Chapter 1 Getting

More information

Xtreeme Search Engine Studio Help. 2007 Xtreeme

Xtreeme Search Engine Studio Help. 2007 Xtreeme Xtreeme Search Engine Studio Help 2007 Xtreeme I Search Engine Studio Help Table of Contents Part I Introduction 2 Part II Requirements 4 Part III Features 7 Part IV Quick Start Tutorials 9 1 Steps to

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Ingenious Testcraft Technical Documentation Installation Guide

Ingenious Testcraft Technical Documentation Installation Guide Ingenious Testcraft Technical Documentation Installation Guide V7.00R1 Q2.11 Trademarks Ingenious, Ingenious Group, and Testcraft are trademarks of Ingenious Group, Inc. and may be registered in the United

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Table of Contents. 2009 Radiant Systems, Inc. All rights reserved. iii

Table of Contents. 2009 Radiant Systems, Inc. All rights reserved. iii Installation Guide Table of Contents Introduction...1 System requirements...3 CounterPoint SQL Server...3 Workstations...3 Software updates...5 Microsoft SQL Server...7 SQL Server 2005 Express Edition...7

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

Preparing to Install SQL Server 2005

Preparing to Install SQL Server 2005 Preparing to Install SQL Server 2005 Depending on your requirements, Microsoft SQL Server 2005 Setup installs a new instance of SQL Server. The following topics address important considerations for the

More information

Accessing Data with ADOBE FLEX 4.6

Accessing Data with ADOBE FLEX 4.6 Accessing Data with ADOBE FLEX 4.6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: Accessing data services overview Data

More information

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158 Index A Active Directory Active Directory nested groups, 96 creating user accounts, 67 custom authentication, 66 group members cannot log on, 153 mapping certificates, 65 mapping user to Active Directory

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

FocusOPEN Deployment & Configuration Guide

FocusOPEN Deployment & Configuration Guide FocusOPEN Deployment & Configuration Guide Revision: 7 Date: 13 September 2010 Contents A. Overview...2 B. Target Readership...2 C. Prerequisites...2 D. Test Installation Instructions...2 1. Download the

More information

Programming in C# with Microsoft Visual Studio 2010

Programming in C# with Microsoft Visual Studio 2010 Introducción a la Programación Web con C# en Visual Studio 2010 Curso: Introduction to Web development Programming in C# with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft

More information

SplendidCRM Deployment Guide

SplendidCRM Deployment Guide SplendidCRM Deployment Guide Version 5.x Last Updated: December 14, 2010 Category: Deployment This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES, EXPRESS OR IMPLIED,

More information

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

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Installation and System Configuration Version 7.0

Installation and System Configuration Version 7.0 Installation and System Configuration Version 7.0 Sage MAS 500 ERP 4AIN1050-0905 1996-2005 Sage Software, Inc. All rights reserved. The Sage Software logo and the Sage Software product and service names

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

SpatialWare. Version 4.9.2 for Microsoft SQL Server 2008 INSTALLATION GUIDE

SpatialWare. Version 4.9.2 for Microsoft SQL Server 2008 INSTALLATION GUIDE SpatialWare Version 4.9.2 for Microsoft SQL Server 2008 INSTALLATION GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor

More information

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

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

Last Updated: July 2011. STATISTICA Enterprise Server Security

Last Updated: July 2011. STATISTICA Enterprise Server Security Last Updated: July 2011 STATISTICA Enterprise Server Security STATISTICA Enterprise Server Security Page 2 of 10 Table of Contents Executive Summary... 3 Introduction to STATISTICA Enterprise Server...

More information

PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication

PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication PrivateWire Gateway Load Balancing and High Availability using Microsoft SQL Server Replication Introduction The following document describes how to install PrivateWire in high availability mode using

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

BT Website Centre Control Panel. User Guide Version 1.0

BT Website Centre Control Panel. User Guide Version 1.0 BT Website Centre Control Panel User Guide Version 1.0 Summary Contents 1 INTRODUCTION... 3 1.1 NAVIGATION... 3 1.1.1 Task Bar... 3 1.1.2 Main Menu Bar... 3 1.1.3 Information Panels... 3 1.1.4 Sections...

More information

Migrating to Azure SQL Database

Migrating to Azure SQL Database Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise

More information

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com FrontDesk (Server Software Installation) Ver. 1.0.1 www.frontdeskhealth.com This document is the installation manual for installing the FrontDesk Server, Kiosk/Touch Screen, and License Management Tool

More information

Installation and System Configuration Version 7.30

Installation and System Configuration Version 7.30 Installation and System Configuration Version 7.30 Sage MAS 500 ERP 4AIN1080-1009 1996-2009 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned

More information

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide 2 Table Of Contents 1. CoCreate Manager Server 2008 4 1.1. Installation

More information

BusinessObjects Enterprise XI Release 2 Administrator s Guide

BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 1 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Citrix EdgeSight for NetScaler Rapid Deployment Guide

Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler 2.1 This document provides step by step instructions for preparing the environment for EdgeSight for NetScaler installation,

More information

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide Sage ERP Accpac 6.0A SageCRM 7.0 I Integration Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

WebsitePanel Installation Guide

WebsitePanel Installation Guide WebsitePanel Installation Guide Author: Feodor Fitsner Last updated: 15/04/2010 Version: 1.0 Table of Contents Introduction... 2 Hardware Requirements... 2 Dedicated Server... 2 Dedicated IP Addresses...

More information

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon

ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon ASP &.NET Microsoft's Solution for Dynamic Web Development Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon Introduction Microsoft's Server-side technology. Uses built-in

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

inforouter V8.0 Server Migration Guide.

inforouter V8.0 Server Migration Guide. inforouter V8.0 Server Migration Guide. 1 Copyright 1998-2015 inforouter Migration Guide I f for any reason, you wish to move the entire inforouter installation to another machine, please follow the instructions

More information

Deployment Guide: Unidesk and Hyper- V

Deployment Guide: Unidesk and Hyper- V TECHNICAL WHITE PAPER Deployment Guide: Unidesk and Hyper- V This document provides a high level overview of Unidesk 3.x and Remote Desktop Services. It covers how Unidesk works, an architectural overview

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

DBISAM Version 4 ODBC Driver Manual

DBISAM Version 4 ODBC Driver Manual Table of Contents DBISAM Version 4 ODBC Driver Manual Table Of Contents Chapter 1 - Before You Begin 1 1.1 Application Compatibility 1 Chapter 2 - Using the ODBC Driver 5 2.1 Configuring a Data Source

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Microsoft Terminal Server and Citrix Presentation Server Deployment Environments

Microsoft Terminal Server and Citrix Presentation Server Deployment Environments Microsoft Terminal Server and Citrix Presentation Server Deployment Environments Understanding the use of Act! in a Terminal Server or Citrix Presentation Server environment Table of Contents Introduction...

More information

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04 MAS 90 Installation and System Administrator's Guide 4WIN1010-02/04 Copyright 1998-2004 Best Software, Inc. All rights reserved. Rev 02 Contents Chapter 1 Introduction 1 How to Use This Manual 1 Graphic

More information

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information