A little something about everything

internet marketing and website development made simple..

HTTP Error 500.0 - Internal Server Error | php-cgi.exe - The FastCGI process exited unexpectedly, Windows Server

IIS 10.0 Detailed Error - 500.0 - Internal Server Error

HTTP Error 500.0 - Internal Server Error

php-cgi.exe - The FastCGI process exited unexpectedly

 

This happens when you do not have the correct VC++ redistributable installed.

You can check which version VC you need by looking at the downloadable section on php.net, for example:

VS16 corresponds to Visual Studio 2019,
So you will need to download the vc_redist package from Microsoft corresponding to your version and Architecture.

IDX Site - Websites for Agents, Teams and Brokerages

Launch of IDXSite. The IDX Site provides modern professional website theme designs for the Real Estate industry with fully integrated IDX, CRM & lead manager, SEO tools and more. This project was created to simplify the website solutions options for Realtors. If you're looking for a quick and easy setup for your Real Estate business while also providing an easy to use search and notification system for your home buyers IDX site is just what you're looking for.

Website:

IDX Site - Websites for realtors

Site information:

Code: HTML5, CSS3, JS, C#.Net

Desktop Site Design:
 Mobile Site Design:

3dM2 web interface no longer showing controller

This will happen with newer versions of windows server because Microsoft has disabled interactive services in windows by default.

When you load 3DM2 web, you will likely see the following error in your event viewer log.

The 3ware 3DM2 service is marked as an interactive service.  However, the system is configured to not allow interactive services.  This service may not function properly.

To solve this, you can enable interactive services by making a registry update.

You need to update the DWORD registry entry for NoInteractiveServices from 1 to 0

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\NoInteractiveServices

Once you've done this restart your server and 3ware 3DM2 web interface should once again show the controller(s).

 

Error 0x80004005 | an unexpected error is keeping you from copying the folder / file when using remote desktop

This error generally happens when rdpclip has become unstable. To solve this issue you can simply restart the rdpclip.exe application.

To do this open task manager, click on "Details" then find rdpclip.exe

Now end task on rdpclip.exe

Next you can restart the rdpclip.exe by running a new task

Enter rdpclip and click "OK"

That's it, your done and the problem should be solved.

 

How to use PuTTY to test SMTP on an email server.

If you have not already, you can download PuTTY from putty.org

Once you open PuTTY you can input the mail server name or IP address you are attempting to connect to into the Host Name field. Then update the port to 25 and the connection type to "Telnet".

When you click connect you should see something like this:

Other responses:

  • If you do not receive a response, the connection was blocked by the mail server.
  • If you receive "Cannot connect to host on port 25" the mail server is likely offline or is having network routing issues.

You can also run a few commands to test