Can I put game server on iis?

Hello,

I want my game to run as applet, and i understood that i have restrication about opening communication to other places except the domain from which the applet got,

so my question is can i put the game server in the same domain as the iis?

for example (the link not exist in reality):
http://www.liorklain.com/GameServer/GameAppletContainer.html

can i set the game server (address/ domain) to :
http://www.liorklain.com/GameServer/

?

Thank you,
lior

The game server wouldn’t have a URL, since you wouldn’t be accessing it via http. It shouldn’t be anywhere in the web root tree. The restriction is that the Applet can only connect to the same IP address from which it was served. So as long as the game server and web server are running on the same machine, you should be fine.

Right, what he said.

You run it as a seperate process on the same machine. As long as the IPs match you’re in gravy 8)