Articles
You can redirect any subdomain folder on domain by using ASP redirect script. ASP re-direct...
How to increase ASP timeout ?You can increase timeout time from the ASP script itself by using Server.ScriptTimeOut property...
How to send email with CDONTS ?01. <%02. Dim objCDOMail03. Set objCDOMail = Server.CreateObject("CDONTS.NewMail") 04....
How to upload file on the server using ASP coding ?A Simple Upload Form: The following HTML form enables a user to select up to...
How to use ASP Email ?AspEmail 5.0 is an active server component for sending e-mail messages using an external SMTP...
How to use ASPUpload ?AspUpload is a COM+ component which enables an ASP application to capture, save and process files...
How to use CDOSYS Email ?Use following code for CDOSYS Email componets. <% Set cdoConfig =...
How to use Dundas Upload ?The following code demonstrates how to populate the Upload control's collections, save uploaded...
How to use Jmail ?Below demostrates the sample coding for JMail usage: 01.<%02. Set...
I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do ?The information in this article applies to: >>CDONTs >>IIS 6.0...
Using the ASPMail component to send mail from your web pageUsing the ASPMail script is a very straightforward process. All you need do is specify a page on...
error:'8004020f' in CDONTSThis error cause when you use wrong mail server in CDONTS Email componets. You will...
error:Include file not foundCause: Mostly This error cause when the parent path of your domain does not enable....