Hi I'm new to dnn. I have developed a module in community edition and all working fine and when we try to deploy the same module in enterprise we are facing the issue with edit url.
The url shown on mouse over on the link is the following
/Default.aspx?tabid=6995&ctl=Update&mid=23664?ResourceId=1
when i click it the url appear on the browser with empty page is the following /ctl/Update.aspx?mid=23664?ResourceId=1
by right the resulting url should be /ctl/Update/mid=23664?ResourceId=1 Why update part is geting added with .aspx ?