powerasp.net
Using FrontPage To Set Up a Database Connection
http://www.powerasp.net/content/new/using-frontpage-to-set-up-a-database-connection.asp
99 USERS CURRENTLY ONLINE. Rotate banners on your website! Tuesday, April 11, 2017. The site was so popular. Using FrontPage To Set Up a Database Connection. Many people use FrontPage to manage their hosted websites running on Microsoft IIS servers. Often times ASP applications such as the ones I sell at CJWSoft. Need a properly set up data connection in order to run. This means a System or DSN-Less connection. Basically, your going to want to connect your site live with FrontPage. To do this open Fr...
powerasp.net
Finding out which Application Pool a process ID belongs to on 2003 Server
http://www.powerasp.net/content/new/which-process-ID-belongs-to-what.asp
47 USERS CURRENTLY ONLINE. Rotate banners on your website! Thursday, September 01, 2016. The site was so popular. Finding out which Application Pool a process ID belongs to on 2003 Server. This isn't totally ASP related but I would like to share it with everyone since it has helped my when troubleshooting memory/resource use on my server. This is a little (.bat) file I have been using on my server to see what process id's belong to what web site pools. Real simple. Real handy. 1998 - 2016 PowerASP.co...
redcenteast.com
ASPProtect
http://www.redcenteast.com/aspprotect/users/email_password.asp
Active Server Pages Based User Management Application. Thursday, September 01, 2016. If you have forgotten your Password the system can Email it to the Email account that you have on file. For security reasons it is it is recommended that you log in to the admin and change your Password after getting back into the system. Please enter your Username or Your Email Address. Do not enter both.
powerasp.net
VBscript Built-in Functions
http://www.powerasp.net/content/new/function-reference.asp
106 USERS CURRENTLY ONLINE. Rotate banners on your website! Tuesday, April 11, 2017. The site was so popular. Gives the absolute value of a number. Gives a Variant containing an array. Gives the ANSI character code corresponding to the first letter in a string. Gives the arctangent of a number. Gives an expression that has been converted to a Variant of subtype Boolean. Gives an expression that has been converted to a Variant of subtype Byte. Gives the cosine of an angle. Gives the current system date.
powerasp.net
Formating Date and Time in ASP
http://www.powerasp.net/content/new/formating-date-and-time.asp
108 USERS CURRENTLY ONLINE. Rotate banners on your website! Tuesday, April 11, 2017. The site was so popular. Formating Date and Time. Often when using ASP or Active Server Pages you will find it necessary to format the way your date and time variables are displayed. Luckily there is a built in vbscript function called. That does all the work for you. Here are some simple examples of using the functions with your variables. Run these from any .asp page and watch what happens. FormatDateTime(Date, 0) %.