K
Kakes
I have Silverlight application which needs to make call to WCF service in the
hosted aspx web site. To make the website secure I have used "Basic"
authentication on IIS virtual web site settings. However, whenever my
Silverlight app makes call to the WCF service, it gets security error.
If I make my WCF service "None" then it complains that IIS web site is not
configured to support "Anonymous" authentication. And if I allow "Anonymous"
then my web site becomes inscure! Please suggest
hosted aspx web site. To make the website secure I have used "Basic"
authentication on IIS virtual web site settings. However, whenever my
Silverlight app makes call to the WCF service, it gets security error.
If I make my WCF service "None" then it complains that IIS web site is not
configured to support "Anonymous" authentication. And if I allow "Anonymous"
then my web site becomes inscure! Please suggest