Articles

 ASP to MSSQL connection

Before you can access your MS-SQL Server database from your ASP code , you need to connect to it...

 ASP.NET Validation is not working on your server

For ASP.net validation such as Required Field Validator,Compare Validator to work properly,...

 After I configure the custom error setting in the control panel, I still get the generic error page?

Custom error setting is a web server setting that sets your website Error Pages, but you can...

 Do you allow custom COM components?

Yes, we do allow Custom Components and we have to charge setup fee for your COM Components...

 Email sent from my web application never arrives at the destination. What can I do?

There are many reasons that can cause this problem. The email address you are sending to is...

 How can I call a command line executable from within PHP?

Check out the "Program Execution functions" here :...

 How can I send email from ASP.net if SMTP Authentication is required for your mail Server?

Our SMTP Server requires authentication before you can send email, but If your ASP or ASP.net...

 How can I take a list and make each row a value in an array?

If you have a text file that looks like this : john|orange|cow sam|green|goat...

 How did I send email from ASP.net?

You have to use System.Web.Mail namespace Below is the code snippets : using...

 How do I connect my ASP.net application to MySQL database?

In general, 2 different methods can be used to connect an ASP.net application to MySQL database....

 How do I get my ASP.net application to display non-English language?

ASP.net allows the developer to encode the page using character sets other than unicode.  If...

 How do I send email from ASP using SMTP Authentication?

Please note that our mail server is configured with Authentication. Below is the code snippet...

 How do I setup custom error for my ASP.net application?

ASP.net has its own built-in error handling.  To set up custom error handling for your...

 How to redirect from php page to another php page?

For redirecting, you can use the PHP header() function like so : header("Location :...

 How to refresh a page?

To do a refresh, you can use HTML meta tag such as :That'll refresh to example.php in four (4)...

 I am using ASP.NET and Internet Explorer Web Controls and it does not work when I open the page. What is wrong?

For Internet Explorer Web Controls to work properly you need to have the required HTML...

 I couldn't see any Error Message on my ASPX Page? What should I do?

This happens because of the web.config custom Error page is set to RemoteOnly or On. If you...

 I get a configuration error when I execute my application in a subdirectory. How do I resolve this?

This error may occur if the application is being run out of a subfolder and the subfolder is not...

 I get a database timeout expired error on my ASP.NET application. What can I do?

I get the following error when my ASP.NET application connects to the MS SQL server:...

 I get an error "Access denied to 'D:\public_html\xxx\xxx\web.config'. Failed to start monitoring file changes" when I try to open an ASP.net page. What can I do?

This error usually means that the ASPNet user does not have adequate permission to access the...

 I get an error 'A potentially dangerous Request.Form value was detected from the client ' when I hit submit on my ASP.NET Webform. What can I do?

This error is caused by a newly introduced feature of .NET Framework 1.1, called "Request...

 I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back several...

 I have starting to know a bit of PHP, now how do I...?

---------------------------Introductory PHP Tutorials :---------------------------(in no...

 I receive an error when trying to access an ASP.NET page within a subweb. What do I do?

The ASPNet (user as which ASP.NET runs) user permission does not inherit into the subweb....

 I used PHP for one of the web sites I would like to move over to your hosting service. Is PHP fully supported and (if so) what versions of PHP are supported?

Yes, PHP is fully supported and we do support PHP 4 and 5.

 I'm new to PHP, and would like to know if there is a code snippet for emailing a lost password to a subcriber?

First, we must assume that you are currently storing the username/login, password and the email...

 I'm new to PHP, where should I start?

You can refer the following link to understand about PHP code,The official PHP web site as a lot...

 In one of the applications i want to host, there must be a write previlage to ASPNET account so that it will be able to create folders, so is that possible?

Yes, that is possible. In fact you can set the read and write permission yourself. Our control...

 Is it possible to have MySQL and PHP run with one provider and the "database driven website" with the other? Say with the help of only SSI / CGI?

Yes. Let your CGI/SSI include from the urls on your other site. On your other site you return...

 PHP Mail authentication

Please use the PHP Pear mail authentication, this is to prevent spammer to access the php normal...

 Web redirection and "cloaking" with ASP script

Some ISPs offer "web redirection" service, where they will redirect web-requests for your domain...

 What does parsing means in PHP?

Parsing is the process where the php source code (.php, .php3, .php4, .phtml or whatever) is...

 What is the essence of PHP encryption(using crypt(), mcrypt(), etc)if data on transit isn't safe?

The apathetic response is, of course, "there is no point."  If you allowed a login over...

 What's the best way to start writing a PHP program?

Firstly figure out, on paper, exactly what you want to do. Otherwise, you'll just be coding...

 Why I couldn't fetch my variable from the form?

Register_Globals directive is set to OFF because of potential security issues.  PHP has this...

 Why can I still access my ASP.NET pages even though I disabled anonymous access to my directory?

After disabling anonymous access in the permission manager in the control panel, ASP.net pages...

 http://services.seekdotnet.com/admin/supportkb.php?action=edit&id=74

First, here's the official website :    http://www.zend.com/zend/api.phpThe...