I been working on standalone game that sends information to server, using asp.net.
I came across this tutorial to for web services with aspx and wcf (http://wiki.unity3d.com/index.php?title=Webservices_In_Unity#Using_WCF) but I have been working out of visual studio express and every time I try to use mono it gives me a bunch of error. I already have the server side code ready and I just need to game to talk to it.
I been looking at the wwwform code and I don’t understand how to code so it can properly talk to the different scripts