It seemed there was an issue with copying the Javascript code from the Code page.
Not seen by the naked eye, were invisible characters. These hidden characters would cause the Javascript code to break.
Viewing the error through Google Developer Tools, showed the following characters in place of all blank spaces "Â"
This has been fixed with a simple script.
We will be sharing the script used in a future article.
Please continue using our services and let us know of any issues you may encounter.
Thank you.
Wayne Barron
10/25/2022 4:31:13 AM
The New CFF Coding Source
CFF Coding Source has been around since 2011, and our promise has always been to share our knowledge with our community. With a new year comes a new design for our site and a new goal to make coding fun for everyone who wants to learn, with not only codes here but demonstration videos from our [YouTube«] channel to show just how to use what you find here within your projects.
All our Classic ASP« codes are ported to VB.NET« and C#« to cover all coding sources. We have worked very hard to make sure our codes are the best for use in your projects.
When looking at our code information, if there is a live code example with a source, you will see it on the left panel on that page. [View The Source Code For This Project]
If you have any questions about the codes we have here, please get in touch with us by using the link at the top of the page for [Contact«]
Our first video on the new website.
In this lesson running from ESXi 6.5, we will install the following.
Windows 2016 Server Core
IIS (Internet Information Servers)
We will run two sample scripts to make sure
ASP Classic and ASP.NET are up and running.
Next, we will install SQL Server 2019
We will create a database and insert some sample records, and then
Run both an ASP Classic and ASP.NET script to make sure everything works, and we will
Do some error corrections along the way.
----------Microsoft Downloads---------
Windows 2016 Server (Register to download 180-day eval version)
https://info.microsoft.com/ww-landing-windows-server-2016.html
IIS Manager for Remote Administration 1.2
https://www.iis.net/downloads/microsoft/iis-manager
SQL Server® 2019 for Microsoft® Windows Latest Cumulative Update
https://www.microsoft.com/en-us/download/details.aspx?id=100809
SQL Server Management Studio (Download the latest version)
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms-19?view=sql-server-ver16
4/27/2022 12:46:11 PM
CFF Coding Source
CFF Coding Source has been around since 2011, and our promise has always been to share the knowledge we have with our community. With a new year comes a new design of our site and a new goal to make coding fun for everyone who wants to learn, with not only codes here but demonstration videos from our [On YouTube«] channel to show just how to use what you find here within your projects.