Hi Chris,
I have not changed the web.config yet, as the upgrade package do not have web.config file. However just to add more information to the FriendlyUrl isssue, we have below configurations:
1) We are using urlFormat "humanfriendly"
2) We have below friendlyurl settings:
a) Match Pattern : .*DesktopDefault.aspx(.*) Replace with : ~/Default.aspx$1
b) Match Pattern : .*EditModule.aspx(.*) Replace with : ~/Default.aspx$1
c) Match Pattern : .*/TabId/(\d+)(.*)/Logoff.aspx Replace with : ~/Admin/Security/Logoff.aspx?tabid=$1
d) Match Pattern : .*/TabId/(\d+)(.*)/rss.aspx Replace with : ~/rss.aspx?TabId=$1
e) Match Pattern : [^?]*/TabId/(\d+)(.*) Replace with : ~/Default.aspx?TabId=$1
f) Match Pattern : .*/ProductDetail/(.*) Replace with : ~Default.aspx?TabID=1507&productId=$1
g) Match Pattern : .*/MeetingDetail/(.*) Replace with : ~Default.aspx?TabID=1511&productId=$1
We tried the IIS URL rewrite addin as suggested in the link below and then the URL rewrite is working fine. Please review and suggest if there is no breaking change in the way the url rewriting was working with DNN 7.2.1.
https://www.iis.net/learn/extensions/...Thanks,
Chandra