File Server and Web Server at the same time

Joan
Dear all,

I emplemented the file sharing as per domdom website:
http://www.domodom.fr/spip/Sharing-folders-with-Windows-CE-6.html?lang=en

and also i enabled the webserver.

My device ip: 192.168.1.100

whenenever i put in my browser: http://192.168.1.100 it redirects to the 
http://192.168.1.100/remoteadmin

i did the share configuration, and it is working normally,
however i am not able to access the webserver. I even tried to put a new
page: called test.htm

when i call: http://192.168.1.100/test.htm it redirects to
http://192.168.1.100/remoteadmin

what can i do to have both working at the same time,

Thank you for your support.

Tuxerito
Change the listening port of the file server or the web server.

For example change the port of the webserver to 8080 then try to access
using
http://192.168.1.100:8080/test.htm

But you should change the file server port and leave the standart port 80
of the web server.