Is there a way to write a VS add-in or something else that would allow me to link files to an ASPX page in ASP.NET.
My goal is to have this extra file created on every ASPX page, and then use the custom MS build task to parse these files and perform some actions.
So, for example, when I created "MyPage.aspx", I would really see these files on disk ...
- Mypage.aspx
- MyPage.aspx.cs
- MyPage.aspx.designer.cs
- MyPage.aspx.MyExtension
I want to see the file when I expand the page and can edit the file.
Possible?
ctorx source share