Hi!
I had a problem in getting the Dotnetnuke to run smoothly on Cassini web server. Everytime i clicked a link (like login link), page would not be displayed since the port number is automatically removed in the URL. What I did was in the web.config, I uncommented the following tag:
<add key="UsePortNumber" value="true" />
Now, it seems that i had a bigger problem. when i go to http://localhost:XXXX/ it will automatically go to http://localhost/ and it can't even go to the main page.
Is there any setup/settings that i had missed?
Thanks in advance!