I am currently creating a small silverlight testing application to find out if it can work with other projects.
Everything works in debugging, but as soon as I distribute it to the local IIS server, I got this error:
Download failed for request "GetAuthenticationInfo". The remote control server returned an error: NotFound.
I did a lot of research on the net, but nothing seems to solve my problem.
- I have anonymous mode turned on (and everyone else doesn't) I
- made a clean post in my IIS (7.5) from visual studio
- My IIS has two IIS backlight extensions installed through WPI
- I do not use beta
The application just displays some list, I have auth windows installed.
I tried to publish as a desktop application as a web application for client configuration, and the application server configuration installed on the local or IIS server is always the same problem (the goal is to have a two-tier application (database - application), but located in the htm file).
I canโt find what goes wrong, My IIS has just been updated with all components
source share