![]() | ||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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/.
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
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...
|
|||||
|
|||||