Windows Services Frequently Asked Questions (FAQ):
|
|
|
- Oswald Jennings
- 10 years ago
- Views:
Transcription
1 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 Hybrid System... 4 Differences between Windows-only hosting and the Hybrid System... 4 Database Support on Hostplus's Platform... 5 DSNs and conventions... 5 Functional Components... 6 Microsoft Access 2000/02/ Why is MS Access 2000/02/03 software only functional and not optimized on your architecture?... 6 ASP/ColdFusion + MS Access... 7 Why are ASP/ColdFusion + MS Access only functional and not optimized on your architecture?... 7 Components Not Recommended... 8 MS-Access FrontPage + MS Access... 8 Non-Functional Components... 9 DB Connections from multiple domains... 9 Why are Connections from multiple domains to one specific database not functional on your system?... 9 Custom DLLs... 9 Why are Custom DLLs not functional on your system?... 9 Custom COM Components... 9 Why are custom COM Components not functional on your system?... 9 Created on 11/
2 Custom ColdFusion Tags Why are Custom ColdFusion tags not allowed on your system?10 Clustered Architecture Compatibility ASP.NET ASP.NET Supported and Unsupported File Extensions ASP.NET CODEBEHIND and DDL File Explanation Additional ASP.NET information ColdFusion About ColdFusion ColdFusion Applications ColdFusion Scripting Language 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 General Questions How do I connect to my MSSQL DB? Why does my site perform better on my local machine? Possible Causes for Broken Sites Access DB performance issues My Access DB site is performing poorly on the clustered architecture. What are the possible reasons/solutions? Can I use Custom DLL s /Active X components? Can I use Custom CFM tag s? Supported Components / tags What Third-Party Components are currently installed? Payment Gateways Which Payment Gateways are installed on the Hybrid Platform? SSL How are SSL considerations handled on the Hybrid? Supported Components/Tags Which Versions and Supported Components/tags do you support? Coding Examples ASP (ASP) DSN connection for MS Access (ASP) DSN connection for MS SQL Solution: Created on 11/
3 (ASP) DSN connection for MySQL Solution: (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 (Coldfusion) Defining Paths 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 Created on 11/
4 Introduction to the Hostplus Hybrid System NT Services on the Hostplus Platform Hostplus's Microsoft Windows NT hybrid services provide basic ASP, Coldfusion, Access and MSSQL services targeted at the needs of SME's, all at a price point considerably lower than a dedicated NT solution. With the ability to use both UNIX and NT technologies in unison, the Hybrid solution offers a less complicated, more robust, lower cost method for users to employ the most popular NT hosting features. Hostplus's Hybrid System Once a customer has enabled Windows NT services, the hosting system uses file extensions to determine when to send NT-specific requests to NT servers. 1 This is made possible by Hostplus'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 Hostplus system uses Unix-based permissions, even for Windows content. Stability: Superior redundancy provided by distributed, clustered architecture Case Sensitivity: The Hostplus 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: Hostplus's hybrid system uses a streamlined Unix security model. Front Page: The Hybrid Platform handles Front Page extensions on Unix servers. The Hostplus system handles most FrontPage functionality (e.g. 1 Nonspecific requests (such as HTML) will be served by Unix servers;.asp and.cfm requests will be served by Windows 2000 servers. Created on 11/
5 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 (ie. 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. Database Support on Hostplus'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. Created on 11/
6 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. Created on 11/
7 ASP/ColdFusion + MS Access Why are ASP/ColdFusion + 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. Created on 11/
8 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 + 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. Created on 11/
9 Non-Functional Components 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. Custom DLLs Why are Custom DLLs not functional on your system? Custom DLLs or ActiveX components are prohibited on the hybrid system. Components that are poorly coded are known to cause server instability, excessive resource consumption and reduced site performance. For this reason these types of proprietary, site-specific applications are much better suited to a dedicated server environment. Custom COM Components Why are custom COM Components not functional on your system? Custom COM components are prohibited on the hybrid system. Components that are poorly coded are known to cause server instability, excessive resource consumption, and reduced site performance. For this reason, these types of proprietary, site-specific applications are much better suited to a dedicated server environment. The following third-party COM components are currently installed: ASP Mail ASP JPEG ASP Upload ASP Encrypt SA-FileUP Created on 11/
10 Jmail CDONTS Soapbox Toolkit 2.0 SP1 SmartMail SmartUpload Custom ColdFusion Tags Why are Custom ColdFusion tags not allowed on your system? Custom CFM tags 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, CFM Tags are much better suited to a dedicated server environment. Created on 11/
11 Windows NT Component/Service Clustered Architecture Compatibility Optimized Functional Not Recommended Not Functional Databases MS-Access 2002/03 MS-Access 2000 MS-Access 1997 MySQL MS-SQL 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 Custom DLLs Custom COM Components Cold Fusion Cold Fusion + MS Access Cold Fusion + MySQL Cold Fusion + MS-SQL Custom Cold Fusion Tags MS FrontPage FrontPage + MS Access Created on 11/
12 ASP.NET ASP.net + MS Access ASP.net + MySQL ASP.net + MS-SQL Precompiled DLL s Custom COM Components Created on 11/
13 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, double-click techniques and benefit from fullfledged 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. Created on 11/
14 ASP.NET Supported and Unsupported File Extensions Supported ASP.NET file extensions.aspx.asmx Non-Supported ASP.NET file extensions.cs *.csproj.ascx.vb *.ashx.axd.vsdisco.rem.soap.vbproj.webinfo.licx.resx.resources *These file extensions can be used in codebehinds using the src directive. Please note that since they' are critical files, Hostplus has modified its configuration to not return any requests specifically for.cs.vb and.config extensions. A 403 error will be sent instead, but they will still work with windows services. Please note that there may be additional functions/components/extensions that are not supported. If you have any questions in reference to functionality, please contact your Project Manager. web.config and global.asax files DO WORK on the hybrid system. Created on 11/
15 ASP.NET CODEBEHIND and DDL File Explanation The process of separating code from display content is prevalent in most web based languages, and is usually considered good programming practice. With ASP.NET there are two ways to separate and reference code that is located in the code file, from within your asp.net display file (.aspx). The two methods are CODEBEHIND and SRC (Source). The CODEBEHIND method relies on a pre-compiled DLL to be present on the system, which contains all the required code that the ASP page may need. The aspx page will try and reference classes or methods present in the DLL by using the page directive below: CODEBEHIND="mydll.DLL" This method will not work correctly on our systems due to the various security concerns already mentioned. Please note that this also means that code created with Visual Studio.NET will also not function correctly on our systems. This is because Visual Studio.NET automatically uses the CODEBEHIND directive for any ASP.NET page you create with it. Unfortunately there is no way to change this, and so VS.NET generated code will not function. The second option for separating content from code with ASP.NET is the SRC (source) directive. This option uses a source-code file as opposed to a precompiled DLL. The source-code file is a plain text file that contains the actual source code the aspx page will reference. The source file will end with a.cs or.vb extension. The code within the page is referenced using the following page directive: SRC="mysource.cs" This compiles the.cs or.vb source file in a temporary location (not accessible through your webspace) and allows you to reference methods and classes from within this compiled file. To recap, pre-compiled DLL's will not function on our systems; however, you can still separate content from code by using the SRC (source) option and uploading the source file instead of the DLL. Additional ASP.NET information 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> Created on 11/
16 <compilation debug="true"/> <customerrors mode="off"/> </system.web> </configuration> Please note: Customers may notice a delay in the time from when they upload a new version of an existing filename. I.e.: making modifications to their WebForm1.asax file, and overwriting the copy that exists within their webspace. It may take up to seven minutes before this new copy is processed by the.net servers. This is due to an inherent behavior of the.net engine in which compiled assemblies aren t destroyed and recreated quickly enough..net differs from regular ASP on our systems in that we do not need to restart ASP services when a modification to their Global.asax file is made. Again, the same seven-minute interval may be required for these changes to take effect. Created on 11/
17 ColdFusion MX ColdFusion MX 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. Some benefits to using ColdFusion include: Easy to use. ColdFusion MX delivers powerful Internet capabilities within an easy-to-learn and highly productive server scripting environment. ColdFusion MX contains: An intuitive tag-based language requiring fewer lines of code by handling low-level 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. Innovative architecture that delivers the scalability, reliability, and power of the Java platform without the complexity. Created on 11/
18 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. Both open and extensible, CFML supports more than 70 server-side tags, 200 functions, and 800 third-party components. In addition, ColdFusion supports Java and C++. Created on 11/
19 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.7), 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 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. Created on 11/
20 General Questions How do I connect to my MSSQL DB? Connections for administrative purposes can be made via Microsoft s Enterprise Manager Each database created on the Hostplus 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. 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. Created on 11/
21 4. In the box called Available servers, enter mssql.megasqlservers.com. 5. Click Add." 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. Created on 11/
22 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. Created on 11/
23 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. 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. Created on 11/
24 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 Hostplus 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 Hostplus System might not support some COM objects that were utilized on the site from the previous hosting provider. The Hostplus 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 Hostplus System is Case Sensitive. End-users may believe that they are being hosted on an Windows Only base system which are usually Case Insensitive. Created on 11/
25 Access DB performance issues My Access DB 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. 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. Created on 11/
26 Can I use Custom DLL s /Active X components? Custom DLL s/active X components are prohibited on the hybrid system. Components that are poorly coded tend to cause server instability, excessive resource consumption, and reduced site performance. Since we aim at offering the most stable, robust, and reliable clustered hosting environment, we unfortunately cannot take a chance of putting custom DLL s into production. Can I use Custom CFM tag s? Custom CFM tag s are prohibited on the hybrid system. Tags that are poorly coded tend to cause server instability, excessive resource consumption, and reduced site performance. Since we aim at offering the most stable, robust, and reliable clustered hosting environment, we unfortunately cannot take a chance of putting custom CFM tag s into production Supported Components / tags What Third-Party Components are currently installed? The following third-party COM components are currently installed: ASP Mail ASP JPEG ASP Upload ASP Encrypt SA-FileUP Jmail CDONTS Soapbox Toolkit 2.0 SP1 SmartMail SmartUpload (Other components may be installed at the discretion of the Hostplus.) Created on 11/
27 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 Hostplus.) 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. Created on 11/
28 Supported Components/Tags Which Versions and Supported Components/tags do you support? Application Version/Supported Tech. Windows Services CGI Support FrontPage 2002 Extensions V.2002 Ms Access Database MS/MY SQL Database ASP V.3 on Win2000 (including: VBScript, JScript, MS XML4 SP2) and IIS6 on Windows 2003, ColdFusion PERLV V.2002 and higher MS SQL =V.2000 MySQL=V PHP ASP Mail 4.0 ASP JPEG 1.2 ASP UPLOAD 2.6 ASP Encrypt 2.1 CDONTS JMAIL SA-FileUP 3.5 Soapbox Toolkit 2.0 SP1 CGZIP SmatMail SmartUpload ASP Supported Components E-Commerce Gateways: PayFlowPro (replacement of Cybercash which is discontinued) PSI Gate Created on 11/
29 Supported ColdFusion Tags CFABORT CFMAIL CFAPPLET CFMAILPARAM CFAPPLICATION CFMODULE CFASSOCIATE CFOBJECT CFAUTHENTICATE CFOUTPUT CFBREAK CFPARAM CFCACHE CFPOP CFCOL CFPROCESSINGDIRECTIVE CFCOLLECTION CFPROCPARAM CFCOOKIE CFPROCRESULT CFDUMP CFQUERY CFERROR CFQUERYPARAM CFEXIT CFREPORT CFFILE CFRETHROW CFFLUSH CFSAVECONTENT CFFORM CFSCHEDULE CFGRAPH CFSCRIPT CFGRAPHDATA CFSEARCH CFGRID CFSELECT CFGRIDCOLUMN CFSERVLET CFGRIDROW CFSERVLETPARAM CFGRIDUPDATE CFSET CFHEADER CFSETTING CFHTMLHEAD CFSILENT CFHTTP CFSLIDER CFHTTPPARAM CFSTOREDPROC CFIF CFSWITCH CFELSEIF CFCASE CFELSE CFDEFAULTCASE Created on 11/
30 CFIMPERSONATE CFINCLUDE CFINDEX CFINPUT CFINSERT CFLDAP CFLOCATION CFLOCK CFLOOP CFTABLE CFTEXTINPUT CFTHROW CFTRANSACTION CFTREE CFTREEITEM CFTRY CFCATCH CFUPDATE CFWDDX Unsupported ColdFusion Tags CFCONTENT CFDIRECTORY CFREGISTRY CFADMINSECURITY CFEXECUTE CFFTP CFLOG Created on 11/
31 Coding Examples ASP (ASP) DSN connection for MS Access Solution: Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN=prefix_domain_com (ASP) DSN connection for MS SQL Solution: Set conn = Server.CreateObject("ADODB.Connection") conn.open "DSN= prefix_domain_com;uid=dbm.domain.com;pwd=password" (ASP) DSN connection for MySQL Solution: 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 ) & ";" Created on 11/
32 (ASP) DSNless connection for MS SQL DRIVER={SQL Server;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=databasen ame_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 Created on 11/
33 Coldfusion (Coldfusion) DSN connection for MS Access <cfquery name="schedule" datasource="db_domain _com"> SELECT * FROM Producers </cfquery> (Coldfusion) DSN connection for MS SQL <cfquery name="schedule" datasource="db_domain_com";server= mssql.megasqlservers.com ;UID= 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> Created on 11/
34 (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> (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 Created on 11/
35 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> Created on 11/
36 (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 * FROM table1"); 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=passwor d"; 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> Created on 11/
37 (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 * FROM table1"); 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> Created on 11/
38 (ASP.NET) DSNless Connection for MS Access Import Namespace="System.Data.OleDb" %> <script runat="server"> sub Page_Load dim dbconn,sql,dbcomm,dbread dbconn=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=" & server.mappath("db/aspx.mdb")) Created on 11/
39 (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 * FROM table1"); foreach(datarow dr in dtrecords.rows) { Response.Write(dr["name"].ToString() + " " + dr["lname"].tostring() + "<br/>"); private static string GetConnection() { return "DRIVER={SQL Server;Server=mssql.megasqlservers.com;Database=db_yourd omain_com;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> Created on 11/
40 (ASP.NET) DSNless 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 * FROM table1"); foreach(datarow dr in dtrecords.rows) { Response.Write(dr["name"].ToString() + " " + dr["lname"].tostring() + "<br/>"); private static string GetConnection() { return "DRIVER={MySQL ODBC 3.51 Driver;Server=sql.megasqlservers.com;Database=db_yourdom ain_com;uid=dbm.yourdomain.com;password=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> Created on 11/
Windows Services Frequently Asked Questions (FAQ): Copyright UplinkEarthhosting com 2008 V1.5
Windows Services Frequently Asked Questions (FAQ): Copyright UplinkEarthhosting com 2008 V1.5 Table of Contents Introduction to the Uplink Earth Hybrid System... 5 Windows Services on the Uplink Earth
Supported ColdFusion MX Tags
CFABORT The CFABORT tag stops processing of a page at the tag location. ColdFusion simply returns everything that was processed before the CFABORT tag. CFABORT is often used with conditional logic to stop
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
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
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
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
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
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
ParaFX.com Welcome Package
ParaFX.com Welcome Package This document contains information regarding managing your Web Hosting Account with ParaFX.com. For Further information about this document, please visit our site: Site: http://www.parafx.com
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
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
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.
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
Fasthosts ASP scripting examples Page 1 of 17
Introduction-------------------------------------------------------------------------------------------------- 2 Sending email from your web server------------------------------------------------------------------
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.
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
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
ReportByEmail ODBC Connection setup
ReportByEmail ODBC Connection setup Page 2 of 28 Content Introduction... 3 ReportByEmail Server and changing ODBC settings... 3 Microsoft AD Windows setup... 3 Important notice regarding 32-bit / 64-bit
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
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
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?...
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
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:
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
Troubleshooting guide for 80004005 errors in Active Server Pages and Microsoft Data Access Components
Page 1 of 9 Troubleshooting guide for 80004005 errors in Active Server Pages and Microsoft Data Access Components This article was previously published under Q306518 On This Page SUMMARY MORE INFORMATION
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
InstallAware for Windows Installer, Native Code, and DRM
InstallAware for Windows Installer, Native Code, and DRM Key Objectives Who is InstallAware? Eliminate Bloated MSI Packages One-Click Deployment of Runtimes Improve Customer Relationships Simplify and
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
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
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
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
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
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,
BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing
The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s ActiveX Automation Interface Controlling BarTender using Programming Languages not in the.net Family Contents
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
INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:
INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software
TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual
TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
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
Using IRDB in a Dot Net Project
Note: In this document we will be using the term IRDB as a short alias for InMemory.Net. Using IRDB in a Dot Net Project ODBC Driver A 32-bit odbc driver is installed as part of the server installation.
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
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...
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
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
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
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...
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
Website Pros Templates v1.0. Database Template Overview
Website Pros Templates v1.0 Database Template Overview The Templates v1.0 CD includes a pre-configured template using the database component introduced in NetObjects Fusion v8.0. The theme for this template
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...
4D as a Web Application Platform
4D as a Web Application Platform 4D is a powerful, flexible, and very scalable Web application platform. This white paper examines the common requirements for Web application servers, and discusses the
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,
Database Connectivity and Server-Side Scripting
12 Database Connectivity and Server-Side Scripting High definition is the state of being well filled with data. Marshall McLuhan, Understanding Media In this chapter, you will learn how to: Define the
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
ResPAK Internet Module
ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application
Vodafone Business Connect
Vodafone Business Connect FAQs: Website Vodafone Business Connect - FAQs: Website V 1.0 1. Do I need a domain name? Yes you need a domain name to Host a website. You can register a new domain with Vodafone
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
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.
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
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,
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.
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
Developing Database Business Applications using VB.NET
Developing Database Business Applications using VB.NET Curriculum class designed and written by Ernest Bonat, Ph.D., President Visual WWW, Inc. Visual WWW is a Microsoft Visual Studio Industry Partner
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)
IBM Rational Web Developer for WebSphere Software Version 6.0
Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,
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
SelectSurveyASP Install Guide
SelectSurveyASP Install Guide Introduction SelectSurveyASP Advanced is a meta-data driven survey application that allows users to create dynamic surveys, administer them, and view reports. The application
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
Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine
Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine System Details: The development & deployment for this documentation was performed on the following:
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...
Sage 100 ERP. Installation and System Administrator s Guide
Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the
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
Visual COBOL ASP.NET Shopping Cart Demonstration
Visual COBOL ASP.NET Shopping Cart Demonstration Overview: The original application that was used as the model for this demonstration was the ASP.NET Commerce Starter Kit (CSVS) demo from Microsoft. The
Training module 2 Installing VMware View
Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and
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
PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45
Installation Guide PRECISION v16.0 MSSQL Database Page 1 of 45 2015 Precision Software, a division of QAD Inc. Precision Software products are copyrighted and all rights are reserved by Precision Software,
Reconfiguring VMware vsphere Update Manager
Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011
Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,
enicq 5 System Administrator s Guide
Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s 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
Transferring Your Internet Services
Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing
Witango Application Server 6. Installation Guide for Windows
Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: [email protected] Web: www.witango.com
Setting up a database for multi-user access
BioNumerics Tutorial: Setting up a database for multi-user access 1 Aims There are several situations in which multiple users in the same local area network (LAN) may wish to work with a shared BioNumerics
Migrating ColdFusion 5 Applications
Migrating ColdFusion 5 Applications Trademarks Afterburner, AppletAce, Attain, Attain Enterprise Learning System, Attain Essentials, Attain Objects for Dreamweaver, Authorware, Authorware Attain, Authorware
How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2
DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...
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
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
Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center
Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks
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,
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
Rapid application development for JEE using Adobe ColdFusion 9
Rapid application development for JEE using Adobe ColdFusion 9 Table of contents 1 Six issues affecting web application development 2 The ColdFusion approach for rapid application development 3 The business
