Set location in web.config file to service url page.
< location path="aspxpage.aspx">
< system.webServer>
< security>
< authentication>
<anonymousauthentication enabled="true">
<windowsauthentication enabled="false">
</windowsauthentication>
< /anonymousauthentication>
</authentication>
</security>
</system.webServer>
< location path="aspxpage.aspx">
< system.webServer>
< security>
< authentication>
<anonymousauthentication enabled="true">
<windowsauthentication enabled="false">
</windowsauthentication>
< /anonymousauthentication>
</authentication>
</security>
</system.webServer>
</location>

No comments:
Post a Comment