I realized that my Webpage was installed twice in our server. One below C:\
CFusionMX7\wwwroot and the other below C:\Inetpub\wwwroot. I removed them and
install it again bellow IIS (C:\Inetpub\wwwroot). I did not work. I removed it
and installed under ColdFusion. It did not work. So, I installed them under
both roots, and it worked well.
My Website has a user login process. I tested it in the server (using
http://127.0.0.1) and it worked well. However, If I call the page from other
computers, it load the page but the user login process failes.
I do not get with the problem. What I am doing wrong?
Thanks
Mary:confused;
BKBK - 29 Mar 2006 09:20 GMT
If you installed properly, then it would be sufficient for your webpages to be
in C:\Inetpub\wwwroot only. However, you also have to copy the folder CFIDE
from C:\ CFusionMX7\wwwroot to C:\Inetpub\wwwroot. You probably have to restart
Coldfusion and IIS after you make such changes.