memcached and IIS manager with windows 2008
- by user64484
I have memcached (c:\memcached) running on port 11211 and I have a problem configuring IIS manager
I created a site in IIS manager binded to port 11211 and if I have memcached running and try and start the site it says "the process cant access the file because it is being used by another process"
If I stop memcached and start the site in IIS (and enable directory browsing) I can access the directory structure http://localhost:11211 ok, if I then try and start memcached it errors with error 1053 "could not start the memcached server on local computer"
I know I'm doing something fundamentally wrong here! just cannot figure out how I can use IIS and memcached together.
[edit]I should add that I need other servers to be able to access memcached[/edit]