Nov 19, 2012 at 4:07 PM
Edited Nov 19, 2012 at 4:41 PM
|
Hi David,
I have deployed the web application to the cloud as a website(windows Azure).these are the setting inside web.config after I customize Identity and Access from VS:
<wsFederation passiveRedirectEnabled="true"
issuer="https://...accesscontrol.windows.net/v2/wsfederation"
realm="http://....cloudapp.net/"
reply="http://...cloudapp.net/" requireHttps="false" />
but after opening the website I will give this error:
"
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily
unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /"
I don't have any clue for this error!
|