Use of Wi-Fi Network for Advertising Purpose

Wireless internet is something which is preferred by any offices or universities which are spread across some large area. It is a good alternative to running cables to all the desired locations and maintaining them. Wi-Fi is an acronym for wireless fidelity which means sending signals without wires. Any Wi-Fi network has some basic components
Read More »

Error: Cannot fork: Resource temporarily unavailable

Recently my friend (a Developer) came to me with a problem he was facing on his testing server which executing a Perl script. I have checked and found that the Perl script was throwing error “Cannot fork: Resource temporarily unavailable” while executing it. test@server.test.com [~]# /usr/local/bin/perl /home/test/cr/spamcheck.pl Cannot fork: Resource temporarily unavailable at /usr/lib/perl5/site_perl/5.8.8/Parallel/ForkManager.pm line
Read More »

Cannot Connect to WMI Provider. You do not have permissions of the server is unreachable

Sometime while connecting to MSSQL Server Configuration Manager it throws following Error Cannot Connect to WMI Provider. You do not have permissions of the server is unreachable. Note that you can only manage SQL Server 2005 servers with the SQL Server Configuration Manager. Invalid namespace[0x8004100e] I have searched on Google and found that it happens
Read More »

FIX:- HTTP Error 500.24 An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

Sometime when you try to setup a application for your website on IIS7 you get following error when you load your website. HTTP Error 500.24 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This happens when ASP.NET modules and handlers should be specified in
Read More »

Error: SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name.

Sometime while setting up MSSQL Replication you will receive following error at the time of connecting Slave or Secondary Database Server.   Detailed Error: TITLE: Connect to Server —————————— Cannot connect to failover-db. —————————— ADDITIONAL INFORMATION: SQL Server replication requires the actual server name to make a connection to the server. Connections through a server
Read More »