Hi,
We have installed the Starter kit on our laptop running Windows XP and Visual Studio 2005.
Our DNN portal runs fine.
The Visual Studio project name for our portal is, emgovpowerportal. The reason for telling you this will be explained below. The only changes made to the DNN project was the web.config file. In the future we want to be able to do more advance things.
I used the publish web site command from Visual Studio to publish the DNN site to our production web server.
The virtual directory on our production web server is part of our main web site.
www.emgovpower.com/portal
The portal directory is the name of the virtual directory that DNN was published to.
The portal virtual directory on the production web server is set up to use ASP.NET 2.0. The parent directory www.emgovpower.com is set up to use ASP.NET 1.1.
Also, I had to set up a separate Application Pool for the DNN portal since it uses a different version of ASP.NET. I did set the DNN portal IIS properties to use the new application pool, DotNetNuke. The others use the DefaultAppPool.
When I attempt to browse to the www.emgovpower.com/portal site from my computer I'm redirected to :
http://localhost/emgovpowerportal
How would a published web site on my production server know the Visual Studio Project name, emgovpowerportal and attempt to redirect me to the /localhost/emgovpowerportal? This does not make any sense to me. I also get a 404 error.
When I attempt to browse to the www.emgovpower.com/portal site fom the production web server IIS, browse command, I get redirected to http://localhost/emgovpowerportal and get a 404 error.
What can I do?
How do I track down the 404 error with DNN? Is there a config setting I can change on the production web site to get help?
Why would my new production DNN site attemp to redirect to the Visual Studio project name, emgovpowerportal?
Thank you so very much for any help,
Karl