User695372294 posted
I have created an ASP.NET project based on the VB.Net Web Forms version of Microsoft's ASP.NET Web Application template and edited to suit my needs.
This project is called MyWebApplicationTemplateMaster and it is dedicated to the sole purpose of exporting a custom template called
MyWebApplicationTemplate, which I intend to use for creating new web applications. The Default.aspx page in MyWebApplicationTemplateMaster contains a reference to the fact that MyWebApplicationTemplateMaster is the source for my template.
However, when I tested this by creating a new project in VS 2019 called MyTestProject based on the MyWebApplicationTemplate, that reference on Default.aspx to 'MyWebApplicationTemplateMaster' was changed to 'MyTestProject'. How do I stop this unwanted text
substitution?