I have deployed DotNetNuke on a local machine for testing and configuration, and it works fine here. However, when I upload it to my web server, it tries to redirect back to the name of my local testing machine.
I found that the portal alias was still set to the name of my local dev machine, so I changed it manually in the database table to the URL of the web server.
Now, however, the site still won't load - it is in a constant state of "redirect", as if it's trying to redirect to the url of my web server even though it's already there. I checked my IIS log files and found hundreds of entries with status 302, indicating that it's trying to redirect.
I tried removing the entry from the PortalAlias table altogether, but I get the ubiquitous "Object reference not set to an instance of an object" error message.
I'm fairly certain that this is a PortalAlias problem, I'm just not sure what the problem is. Any help would be appreciated.