I'm starting a new project and would like to use WPF Web apps (Xbap) as it provides rich styling and my customer wants to open the application in a browser. However, they wont have access to an internet connection.
If i put all the files on the local machine, can they run the application without an internet connection? I found mixed answers online and can't get a straight idea.
Also, what will they need to have anything on their computers other than the .Net Framework? IIS or something like that?
The idea also is to have the program run on two different machines locally and have a local database on one machine with the xbap on the other machine access it. Is this feasible? If I sign my program to give it full trust, will I be able to access SQL server database directly or will I still need a WCF service?