I created an .xbap application with Visual Studio C# Express.
Runs fine with F5.
Then pressed F6, copied the following files from /Release directory up to ASP.NET webserver:
- Motion2.exe
- Motion2.exe.manifest
- Motion2.pdb
- Motion2.xbap
But when I try to execute it in Firefox or IE: http://tanguay.de/xbap/Motion2/Motion2.xbap
I get the error: Downloading http://tanguay.de/xbap/Motion2/Motion2.exe did not succeed.
This happens on two machines, both with .NET 3.5 installed.
How can I get my .xbap application to run on my hosting server?
Thanks.