asp.net - Relaying Party application not working when shifted to another machine -


i have asp.net relaying party application configured authenticate through acs. web site runs fine on local host. problem when copy website machine, doesn't work , throws following exception:

**server error in '/website' application.

access denied. description: error occurred while accessing resources required serve request. server may not configured access requested url.

error message 401.2.: unauthorized: logon failed due server configuration. verify have permission view directory or page based on credentials supplied , authentication methods enabled on web server. contact web server's administrator additional assistance.**

another interesting point when running on new machine url of website has changed,for example on machine "http://localhost/website/" while on new machine "http://localhost:51975/website/".

any ideas??

is acs v2 configuration?

you should change realm , return address in relying party application match url of development website (including port).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -