Search:     Advanced search
Browse by category:
Glossary | Ask question



Sub Categories
 
MSSQL
Access Databases


Showing: 1-9 of 9  
Questions
 
Active Server Pages error ASP 0131 or Server.MapPath() error 'ASP 0175 : 80004005'
SYMPTOMS:When you use relative paths in include statements with Microsoft's Active Server Pages (ASP), browsing a Web page may return an error...
Not rated 25 Aug, 2006 Views: 84 Comments: 0
ASP.NET Test Page
You can use the following code in a test.aspx file to check and see if asp.net is working on your account <%@ Page...
Not rated 25 Aug, 2006 Views: 84 Comments: 0
Using aspSmartUpload to upload files using ASP
You can use the following code to upload files on our Windows 2000/2003 servers. The html form allows the user to select the file(s). Example...
Not rated 25 Aug, 2006 Views: 94 Comments: 0
How do I stop browsers & proxy servers from caching my web pages?
Caching of Web Pages can happen in separate entities in a Web environment. When you think about caching, you usually think about the Web pages cached...
Not rated 25 Aug, 2006 Views: 72 Comments: 0
ASPEMAIL is not working
Make sure you have setup the correct mail server in the code below;strHost = "mail.YOURDOMAIN.COM" Alternatively you could try using...
Not rated 25 Aug, 2006 Views: 83 Comments: 0
Where can I find more information about Python?
For more information about programming in Python, visit the official Python Web site at http://www.python.org/.
Not rated 25 Aug, 2006 Views: 97 Comments: 0
Using ASPEMAIL to send mails using ASP
Sysol recommends that you use ASPEMAIL to send mail on our Windows 2000 Hosting servers instead of CDONTS. To use AspEmail in an ASP environment, you...
Not rated 07 Feb, 2007 Views: 94 Comments: 0
500 Error Message
If, when your .asp scripts error, you are receiving the default '500 Error' message you need to change a setting in Internet Explorer to allow you...
Not rated 25 Aug, 2006 Views: 94 Comments: 0
What is a DSN?
DSN is used to access databases, e.g. Access, MSSQL, TEXT etc. There are 2 methods of connecting to a DSN. Here is the 1st option of connecting...
Not rated 25 Aug, 2006 Views: 80 Comments: 0