Hi,
I am having a problem implementing OpenID on my ASP.NET site. I have got OpenID to work well when the return URL ends in .aspx, however whenever i try and return it to a rewriten URL (http://example.com/return/ is really http://example.com/return.aspx) it doesn't work.
How can i set the rewrite rule so that OpenID will work.
I am using the Intelligencia.UrlRewriter DLL
Thanks