I've created a Custom Project Wizard that creates a VB.NET Web
Application. I want to add a custom ASPX page and it's ASPX.VB file.
I am able to delete the default ASPX.VB file and add my custom one,
but I can't get the name replacements to happen. That is, when I
bring up the ASPX.VB file in the newly created project, it has the
following line:
Public Class [!output SAFE_ITEM_NAME]
How can I trigger that replacement to happen?
Regards,
J.
Application. I want to add a custom ASPX page and it's ASPX.VB file.
I am able to delete the default ASPX.VB file and add my custom one,
but I can't get the name replacements to happen. That is, when I
bring up the ASPX.VB file in the newly created project, it has the
following line:
Public Class [!output SAFE_ITEM_NAME]
How can I trigger that replacement to happen?
Regards,
J.