Windows + SQL
Windows Server 2k8 2k12 2k16 failing to boot.
Failing to boot showing the following error: OR You cant see the SAFE MODE and other options are not available to you when you press F8 as shown from : P.S. also check Microsoft documentation from: ...
How to allow IP in RDP (Remote Desktop Rule) Windows Firewall
To create an inbound firewall rule for a program or service Open the Group Policy Management Console to Windows Firewall with Advanced Security. In the navigation pane, click Inbound Rules. Click Action, and then click New rule. On the Rule Type page ...
Creating RDP user under Windows
in Order to create RDP user account under windows , RDP to the server/vm Open Server Manager > hover tools > click on 'Computer Management' > click on users&groups > click on users > right click on it to create a new user > and click on user > enter ...
Shrinking Transaction Logs
Shrinking MSSQL transaction logs: 1. Login to MSSQL server as Administrator. 2. Locate DB > Right click > Tasks > Shrink > Files. If you encounter this error: Click OK and right click DB > select Properties > navigate to Options > set Recovery model ...
CDOSys Mail Script Example
Here is a working example of -----------====CDOSYS====---------- without the opening ASP tags: Const cdoSendUsingPickup = 1 'Send message using the local SMTP service pickup directory. Const cdoSendUsingPort = 2 'Send the message using the network ...
MSAccess to MSSQL
I would recommend that you import your MS-Access database into a sole MSSQL database (as MS-Access is now considered obsolete anyway) you can use any of the following ways; ...
Password Protect Directory Directly From IIS - VPS/Dedicated Servers
In the event that you want to lock down a specific directory and you have administrator privileges on the server, this is one way you can go about it. Log into the server and open IIS Manager Drill down the navigation tree to the domain and/or ...
IIS Detailed errors
If you want to enable this detailed error message to be shown on the clients as well, then you need to change the setting in the IIS7 manager. Follow the below steps for the same: 1. Open the IIS7 manager 2. Select the Website and on its features ...
Set or Change DB Collation
How to Set or Change the Database Collation using SQL Server Management studio Default MS SQL 2008 collations - http://puu.sh/lJvpI.txt Other collations - http://puu.sh/lJvG0.txt Before proceeding with any changes, first initiate a full backup of ...
Restore MSSQL User
Instructions for Customers needing to re-add and re-link database users: As for the procedure, you must open ssms (SQL Managment Studio) and add the missing user to these 2 areas: Databases > [database_name] > Security > Users > [username] General: ...
Domain Redirects in Website Panel
The easiest way to set up redirects when utilizing Website Panel(WSP) is to do it within WSP directly. Sign in to your WebSitePanel hosting control panel Click on Web Sites Click on your domain At the Home Folder tab, select the radio button with ...
Server 2012 install missing ROOT Certificate and CA Certificate
Since Windows Server 2012 comes with virtually no Root or CA certificates this makes it hard for SSL certs. to work from almost all of the SSL vendors out there. Hence resulting in Missing Chain Certs, or Certs. Not Valid or Google Chrome showing ...
Setup Active Directory ADDS on Windows Server 2012
In order to make the windows server 2012 domain controller we will install ADDS (Active Directory Domain Services) role from the server manager on Windows Server 2012. All the Latest security updates must applied before installing the Role. First we ...
Intro to IIS binding
Intro to IIS bindings --------------------------- Microsoft’s Internet Information Services (IIS) has been built around a very flexible “binding” system. When working with a website a “binding” is the combination of protocol (http, ftp, https, ...
IIS
IIS Renaming Applications In IIS7: Open a command prompt to see all of your applications. C:> %systemroot%\system32\inetsrv\appcmd list app APP "Default Web Site/OldApplicationName" APP "Default Web Site/AnotherApplication" Run a command like ...
Using web.config to limit access by IP address
Web.config ipSecurity The web.config file can be used to restrict website access, by the client IP address. Web.config can be used to restrict access to a single page, a directory and all sub directories, or even the entire web site. You can block ...
Windows: Accessing Your Server with Remote Desktop
This article explains how to use Remote Desktop to access your Windows server’s desktop from anywhere in the world. Please note that this article pertains only to customers who have a Windows server hosted with Cartika. On a normal Windows computer ...
ODBC ColdFusion - WIP
If you are seeing the error listed below, the ODBC connection in cold fusion needs to be recreated. Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. The web site you are ...
Securing SSL on Windows 2008 R2
To secure SSL on windows 2008 R2 please do the following: 1. Create an empty reg file. 2. Copy the following content into it: ======================================================================================== Windows Registry Editor Version ...
Password Protection for Hsphere Windows Directories
If you are in a Shared Windows HSPHERE environment and wish to password protect a directory please follow these steps: 1. Create a sub-ftp account via your h-sphere control panel. This can be found under >FTP/User Account>FTP User>FTP sub-accounts ...
Disabling SSLv2 and 3 on Windows with IISCrypto
Process for disabling SSLv2 and v3 with IISCrypto 1) Load IIScrypto on server using following link: http://d.pr/f/116FC (file also attached to this KB) 2) Under TEMPLATES select "PCI" 3) Deselect SSLv2 and V3 as shown in screenshot here: ...
Filezilla Server Directory Listing Not Found error.
If you are having problems with setting up FileZilla Server to run behind Windows Firewall (specifically, it fails on "List" and the client receives a "Failed to receive directory listing" error), you must add the FileZilla Server application to ...
How do I enable .NET to show more detailed error messages on IIS 6.0?
By default, our Windows hosting servers display a generic error when any .NET application generates an exception. We display a generic error because the detailed error messages allow a malicious user to obtain sensitive information. To troubleshoot ...
How do I enable detailed errors in classic ASP?
You can enable detailed error messages for your classic ASP site defaulted to Windows/IIS by using a web.config file with the following: <configuration> <system.webServer> <httpErrors errorMode="Detailed" /> </system.webServer> </configuration> Note: ...
How do I enable .NET to show more detailed error messages on IIS 7.0?
By default, our Windows hosting servers display a generic error when any .NET application generates an exception. We display a generic error because the detailed error messages allow a malicious user to obtain sensitive information. To troubleshoot ...
IIS URLrewrite - WINDOWS
Is the IIS URLrewrite module supported? -------------------------------------- Yes, IIS urlrewerite is supported on all our Windows 2008/IIS7 servers. You can read more on this at http://www.iis.net/expand/URLRewrite. .