views:

66

answers:

2

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

A: 

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.)

Chacha102
Thanks for the quick response, i have decided to just have it return to the ASPX page. I can deal with rewriting later.
A: 

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

Thanks for the help anyway Chacha102.