windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Archive for the ‘Scripting’ Category

Repair and Fix Windows Services

AUTHOR: Gabriel
21.10.2009

Hello,
Some times you want to start a stopped service on your server but it fail throwing warning message something like “could not start”, “dependency failed”… etc.
This may happen when your server is infected, compromised or hacked.
Windows services can be fixed easily in a quick way with the help of a batch script. This script checks [...]

Read Full Post

In case if you are using a Plesk server with MailEnable as mail service, you get Horde webmail with it which is free.
Have you noticed, if you send an email from your account, the following message gets added at the bottom of your email.
“This message was sent using IMP, the Internet Messaging Program.”
Some users do [...]

Read Full Post

When you try to Unsuspended a account in Plesk, you may face following error message :-
ERROR :-
The client account is still suspended for the following reason: i_cl_off_with_parent

CAUSE :-
You receive this error message only when the value of “status” field of the account in “clients” table is 2 (2=suspended).
RESOLUTION :-
Suppose the login of the account in [...]

Read Full Post

You may face following error message with a form which is using CDONTS component to send email on a Plesk server :-
ERROR :-
Microsoft VBScript runtimeĀ  error ‘800a0046′
Permission denied
/support/cdonts.asp, line 15
CAUSE :-
This error occurs only when the web site user/IUSR do not have permissions over SMTP.
FIX :
1] Open Internet Information Services (IIS)
2] Under Local Computer [...]

Read Full Post