I have been using dnn for a little over a year now, and never had much trouble. Searched this forum a lot though looking for help and answers. I cannot seem to figure this one out though. I am currently running version 4.05.01. Yesterday, I was updating my site......adding pictures, text, and moved some picture files to a couple of new directories I made. Everything seemed ok, until I tried to log out. The system froze up when I went to log out. Ever since, I cannot access my site. Here is the runtime error I get when I go to my site:
Server Error in '/dnn' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
|
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
|
I get this after it tries to load a while when going to http://www.carsonboy.net/dnn or to just http://www.carsonboy.net which is redirected to the /dnn. What is weird is that I can access other pages on my site and even get to the main home page. Such as: http://www.carsonboy.net/dnn/Home/JeepPage/tabid/54/Default.aspx , which is one of the child pages.
Would this be something to do with the url, or my host? I use GoDaddy, but have not changed anything recently. My domain name is good for a couple more years.
Any help would be very much appreciated.
Aaron