General
2 min read
35

Web Database

December 11, 2010
0

Sometimes, the databases can grow so huge that they need to be hosted separately to maintain data security and also to isolate the precious data from the buggy applications hosted on a common web server. Depending upon your requirements, you can pick the kind of database hosting service you’re interested

Continue Reading
Dedicated Hosting
2 min read
15

Problems connecting to SQL Server Y

December 10, 2010
0

On the forums, you often see the question: “Can not connect to SQL Server-y.” Causes of problems with connecting to SQL Server-in can be many, but there are simpler methods of diagnosis and identification of problems connecting to the web hosting server. Step 1. Try to “ping” the database server

Continue Reading
General
2 min read
37

What does Mod_security refer to ?

December 10, 2010
0

ModSecurity is an open source, free web application firewall (WAF) Apache module. With over 70% of all attacks now carried out over the web application level, organizations need all the help they can get in making their systems secure. WAFs are deployed to establish an external security layer that increases

Continue Reading
General
3 min read
30

How To Secure My Domain Name ?

December 10, 2010
0

Brief Description Domain names are a hot commodity these days. For some, selecting a domain name is a thorough process that takes a bit of research and time to complete. While it’s extremely important to select one that fits your business best, you can take things a step further by

Continue Reading
Virtualization Techniques
4 min read
23

A list of MS SQL servers to managed C + +

December 9, 2010
0

#include “stdafx.h” using namespace System; using namespace System::Collections; using namespace System::Collections::Specialized; using namespace System::Net; using namespace System::Net::Sockets; using namespace System::Threading; using namespace System:ata; using namespace System:ata::OleDb; using namespace System::Text; namespace Util { public ref class SqlServerInfo { private : String^ m_ServerName; String^ m_InstanceName; bool        m_IsClustered; String^ m_Version; int                m_tcpPort; String^ m_Np; String^

Continue Reading