Diadem Technologies Support Knowledgebase
Obtaining a Server Certificate from Let's Encrypt Using Certify The Web
Obtaining a Server Certificate from Let's Encrypt Using Certify The Web Certify The Web (a.k.a Certify) is a Let's Encrypt GUI for Windows, allowing you to request, deploy and auto-renew free SSL/TLS certificates from the letsencrypt.org Certificate Authority We need to follow the...
rating 23 Dec, 2020 Comments: 0
How to add custom Port on IIS Manager for specific website
1. Open Internet Information Services (IIS) Manager. 2. Select the Web site that you wish to configure. 3. In the Action pane, click Bindings. 4. Click Add to add a new site binding. 5. Now add the custom port you want to use and click OK. Now you have to allow the custom port...
rating 17 Jul, 2019 Comments: 0
How to enable website URL redirect in IIS
How to enable website URL redirect in IIS Open IIS Manager from Start >> Run >>type inetmgr Expand the server name in the connection pane, then expand the Sites and navigate to the domain. Double-click on Http Redirect option. Mark the check box Redirect requests to...
rating 17 Jul, 2018 Comments: 0
How to configure IIS to access website using IP address?
Steps to follow to configure IIS to access a website via IP address. Add a Binding in IIS Login into your Window server via Remote Desktop. Go to Start → Administrative Tools → Internet Information Services (IIS) Manager. In the Connections pane of IIS, expand the Sites and select the...
rating 17 Jul, 2018 Comments: 0
Change Application pool in IIS
Follow below steps to change the application pool from IIS Login to your VPS via Remote Desktop. Open IIS Manager (Start > Run > Type inetmgr and hit enter). Under the Connections Pane, expand the VM hostname. Expand Sites and select the website whom application pool you wish to change....
rating 17 Jul, 2018 Comments: 0
How to Run Multiple PHP Versions in Windows VPS?
Steps to run multiple PHP version parallelly in single web server. Download new PHP version To use diffrent version Download your choice of PHP version (non thread safe) from PHP.net Extract the PHP folder and place it under C:\Program Files (x86)\PHP so that you will have different PHP...
rating 17 Jul, 2018 Comments: 0
Fix :: Operation must use an updateable query." for ASP pages
Fix :: Operation must use an updateable query." for ASP pages Problem Statement Operation must use an updateable query." for ASP pages Cause There might be several reasons for this error. One of the most common reason is inappropriate permissions. Error message Getting the error...
rating 17 Jul, 2018 Comments: 0
How to set MIME types for web fonts in IIS
Steps to follow to set MIME types in IIS .eot application/vnd.ms-fontobject .ttf application/octet-stream .svg image/svg+xml .woff application/font-woff .woff2 application/font-woff2 Open IIS Manager (Start >> Run >> type inetmgr hit enter). Select the root node...
rating 17 Jul, 2018 Comments: 0
How to Add Website in IIS
Steps to follow to add a website in IIS Steps to configured by selecting a folder in Windows Explorer and adding the permission identity to the folder's Access Control List (ACL). Open Windows Explorer > Select the directory under (eg: C:\website) > right click then click properties ...
rating 17 Jul, 2018 Comments: 0
How to setup request filtering rules in IIS
How to setup request filtering rules in IIS Login to your VPS. > Open IIS Manager. Under Connections pane, click on VPS Name. After clicking VPS name, Open Request Filtering as shown in below image. After Open Request Filtering then Move to URL tab and click on Deny...
rating 17 Jul, 2018 Comments: 0
How to change ASP session timeout from IIS
Steps to follow to Change ASP timeout session in IIS Login to your VPS via RDP. Click on Start -> Administrative Tools -> IIS. Click on website name and open ASP feature from IIS group. Expand Session Properties under Services and as per requirement modify Time-Out value...
rating 17 Jul, 2018 Comments: 0
How to generate CSR key and install SSL certificate in IIS
Steps to Generate a CSR Key for an SSL Certificate Open IIS manager. Click on Computer name and select Server Certificates option. After click on Create Certificate Request... option from the Action Pane. You will see a Request Certificate wizard, fill all the details and...
rating 17 Jul, 2018 Comments: 0
Change Application Pool of a Website in IIS
Change Application Pool of a Website in IIS Login to your VPS. Open Start > Administrative tools > IIS Manager.> Expand the “Sites” folder from left-side panel. Select the particular website which is facing 'targetFramework' error. Right click on the Website and select...
rating 17 Jul, 2018 Comments: 0
How to Block an IP address From Visiting My Websites Through IIS
Steps to follow to block IP address through IIS Go to the IIS Manager from Start → Administrative Tools → Internet Information Services Manager In the Connection Panel, expand the server name, expand Sites and then your website. In the Home pane, double-click the IP Address and Domain...
rating 17 Jul, 2018 Comments: 0
How to Fix HTTP Error 500 (or 500.21) - Internal Server Error Handler SSINC-shtml.
Error Message HTTP Error 500 (or 500.21) - Internal Server Error Handler SSINC-shtm' handler Solution To fix this, we need to install required IIS features to execute the SSINC-shtm handler. Please follow below steps to install required IIS features. Login to server (VPS) and go...
rating 17 Jul, 2018 Comments: 0
How to set periodic recycling for application pool in IIS
Following are the steps to set periodic recycling for the application pool in IIS Login to your VPS via RDP. Click on Start → Administrative Tools → IIS. Expand the server name. Click on Application Pools. Select the application pool in which you want to set periodic recycling. > Click...
rating 17 Jul, 2018 Comments: 0
Backup and restore IIS 8 configuration settings
Backup and restore IIS 8 configuration settings Backup: Login to your server by using administrative rights. Open command prompt using start → run → and type cmd. Navigate to below mentioned path: %SYSTEMROOT%\System32\inetsrv\ Fire below mentioned command to save...
rating 17 Jul, 2018 Comments: 0
How to import SSL certificate in Windows server
Following are the steps to Import an SSL Certificate in Windows Server: Open IIS Manager.Under IIS Area, double-click on Server Certificates Option. Right Click in the blank area and choose Import option OR from the Actions pane, click on the Import link. Now, you will see...
rating 17 Jul, 2018 Comments: 0
How to export an SSL certificate from Windows server
Following are the steps to Export an SSL Certificate from the Windows Server: On the Start menu, click Administrative Tools, and then click Internet Service Manager. Select the server name of IIS then Click on Server Certificates option. You will have a list of the SSL...
rating 17 Jul, 2018 Comments: 0
How to create an FTP account from IIS in Windows Server 2003
Steps to follow to create a FTP account in server 2003 This article will guide you on how to create an FTP account in Windows Server 2003 from IIS. For that, first you will have the FTP server installed in your VPS. If you already have an FTP server on your VPS then go ahead and...
rating 17 Jul, 2018 Comments: 0