Hello Forum Admins,
I am having a problem with running a customized TimeTracker dotnetnuke application. The dotnetnuke application was customized using Visual Studio 2005 and ASP.NET. It is version 4.02 of DNN. It is a intranet web applicaition. I did not reinstall any part of dotnetnuke as I did not think I needed to.
It was working fine until my computer had to be reimaged. We had backed up the web site and development modules and the database containing the DNN metadata. So after the reimaging, I put these things back in. The web site has all the DNN dlls etc. We made sure that the ASP.NET and IUSR account had full access to the web folders. The virtual directory had proper permissions (as far as I can tell).
So when I try to load the application into my browser using localhost/TimeTracker, I get the following error:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
The error at the bottom of the page is Cannot find server or DNS Error
I put a breakpoint into the application and I did not hit the breakpoint. I launched SQL Profiler to see what database calls were being before the browser failed with the error. The only call that was made was the stored procedure 'GetPortalAliasByPortalID' being called to get the URL for the web site before error message failed. It looks like it is not even hitting the code. It is reading the web.config because the connection string is getting read by the application. The Portal Alias table is set to the correct URL.
Does anyone have any idea what is going on here? I need to get this resolved quickly and need answers right away. It seems like IIS and dotNetNuke interfaces are messed up.
If you have any questions or have any questions, please let me know.
Thanks in advance, JP!