Search results 85

Sorted from new to old.
Card image
SSL/TLS certificate add/update

Always found myself struggling when applying security to websites for the past ...

Card image
DownloadFile_Safe

Downloading file directly to machine without refreshing or going to another ...

Card image
SQL instr

Searching for a string inside a string in SQL. You may say it is the instr in ...

Card image
Random Number in SQL

Generate Random number inside SQL using timestamp (GetDate function) One of ...

Card image
XMLRead

Returns array of values by an XML expression from XML file. Xmlfilepath is the ...

Card image
SendEmailMsgv2023

Sending email using Microsoft 365 account. Edit 2024-01-02: Adding ability to ...

Card image
Subdomain to a folder

Redirects a subdomain into a folder child of main domain, named same as ...

Card image
Enable Includes in ASP Classic

Enable relative paths for ASP Classic includes to work. New servers do not ...

Card image
Web.config redirect

Redirect URLs to certain page passing its name. This is web.config from one of ...

Card image
DB connection driver

What is the Driver part in ConnectionString

Card image
Detailed errors - Web.config

Show detailed error using Web.config Was always struggling with the exact ...

Card image
MapPath_SafeComma

MapPath version expecting comma in filename or folder. Just because we might ...

Card image
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

Card image
GetHeaders

Reads page headers into dictionary object. an example of using Dictionary in ...

Card image
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...