Hi,
when a feed is rendered to the user/ rss feed consumer, the alternate link is not correct, if u deploy on a port different than 80
GetFullyQualifiedUrl is returning only the domain/hostname
Request.Url.GetLeftPart(UriPartial.Authority) is just for getting the domain not the whole base url
cheers
when a feed is rendered to the user/ rss feed consumer, the alternate link is not correct, if u deploy on a port different than 80
GetFullyQualifiedUrl is returning only the domain/hostname
Request.Url.GetLeftPart(UriPartial.Authority) is just for getting the domain not the whole base url
cheers