We have developers who have permission editing default.aspx.vb, and other people can only edit default.aspx. I found today that we have page_init event exist in both of our aspx and aspx.vb files (with different code in them).
The website is still working as it supposed to be, but I'm just wondering if there were any drawbacks of doing this?
Thanks in advance.