Hosting XBAP application on server
-
Hello, I have the following problem: I need to setup a Web Site (with IIS 7.0 on Windows Server 2008 R2) which hosts a WPF XBAP application. The users should end up just entering the normal address (http:..) and loading the application. I did install the MIME extensions and all the rest to run XBAP from server. It did work fine for a few weeks now but I ran into this: - I ran under another workstation then mine (to test the DB access) and it told me the SQLServer cannot be found (the connection goes with server/port and with a specific SQL User ID + Password combination). Now after a cleaning and republish each time I start I get or the message "Forbidden access (403)" even with anonymous access rights or that an application with the same manifest is already installed (just got deleted...). I tried some googleling but I wasn't very successfull, seems that XBAP is not very pleased. Did anyone had the same problem? What did I do wrong, surely in the publish settings. Any advice is wellcome.