Previous Code Entry
Left Arrow
VB.NET - Upload Multiple Files with Thumbnail, Folders, and SQL Server Database
Current Code Entry
Next Code Entry
ASP.NET VB - play YouTube videos on your page
Right Arrow
Create an XML Sitemap or data feed with ASP.NET using VB.NET
Article Entry Date: July 8,2022 @ 11:16:46 / Last Updated On: September 29,2022 @ 11:06:51
Using ASP.NET with Visual Basic (VB.NET), we can create a Sitemap with XML that we can use with Google, Bing, and other search engines and Data-hungry sites to show updated content to your visitors. With XML, there are no limits to what you can accomplish once you get started.

When porting over the Classic ASP Code«, I encountered a slite problem with displaying the indented columns or rows of text. After spending a few hours googling, I found a post on Stack Overflow« and the comment made by D. Kermott for the use of the [XMP] tag. Once I wrapped the XML code with XMP tags, it all worked.
Never give up, continue to dig, and you will find the answers you seek.

For other versions of this code
ASP.NET C# Version of this code«
Classic ASP Code«