I downloaded 4.3.5 and installed it on XP/IIS5 box, and connected it to a SQL 2000 server in another box.
I can access to DNN web site only on the local box, then I found this line. Here is what I did:
1. I changed
<trust level="Medium" originUrl="http://localhost/.*" />
To:
<trust level="Medium" originUrl="http://{my server ip address}/.*" />
in web.config file, and I login as a host by adding myIPAddress/dotnetnuke to PortalAliases, rebooted this box, but still can not access it from another box.
2. Then I asked my DBA to change localhost to myIPaddress, but he can not do it since there is already myIPaddr entry there.
3. Login as host I can see two PortalAliases:
localhost/dotnetnuke
myIPaddr/dotnetnuke
Then I deleted localhost/dotnetnuke, shut down IIS server, restarted it. But I still have the same problem -- "Page cannot displayed" from another machine.
Now, after log in my portal as host, I can see one PortalAlias as the following:
myIPaddress/dotnetnuke
but still have the same problem -- "Page cannot displayed" from another machine, what went wrong?
Thanks.