I currently have a working silverlight application that uses web services to access the data.
I have a requirement to make a 'local' copy of the application i.e. put it on a computer that may not have Internet Access and will still be able to work for the purpose of demo-ing.
How can I make a copy of the project and get it to access the data on the machine instead of using a web service easily?