When Start Visual studio and run a silverlight application, VS will start a cassini server on specific port, like:
http://localhost:3107/MyApp.aspx
This is convenience for developer for testing.
Then I want to access this web app from another computer in local LAN for live demo purpose like:
http://mycomputername:3107/MyApp.aspx
but I failed. How to make it working?