I am working with Windows Server 2012, iisnode, mongodb and nodejs.
My question is simple:
if i do this: ip:port/index.html index.html loads, authenticated connection to mongo db succeeds, and queries are possible...
if i do this: mydomain.com:port/index.html index.html loads, authenticated connection to mongo db succeeds, and queries are possible...
but if I do this: mydomain.com index.html loads, authenticated connection to mongo db succeeds but queries do not work; I get:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.