Question

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

Was it helpful?

Solution 2

I have since moved to the MVC framework which doesn't add the .aspx extension anyway.

Thanks for the help anyway Chacha102.

OTHER TIPS

You might want to make return.aspx the default.aspx in the /return/ directory?

(I don't know much about that specific DLL, just standard knowledge about directories.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top