Sker der for, forsiden? {{forumTopicSubject}}
Når jeg prøver at komme ind via. forsiden sker der dette.
Server Error in '/' 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>
Alle andre steder virker det perfekt altså markedet, forum osv.
Andre som lider af samme problem?
jul 2007
Følger: 11 Følgere: 10 Biler: 1 Emner: 3 Svar: 65
jan 2004
Følger: 192 Følgere: 188 Biler: 12 Emner: 131 Svar: 6.093
jan 2004
Følger: 192 Følgere: 188 Biler: 12 Emner: 131 Svar: 6.093
jan 2006
Følger: 37 Følgere: 33 Biler: 4 Emner: 54 Svar: 3.032
mar 2007
Følger: 17 Følgere: 16 Biler: 2 Emner: 21 Svar: 306
aug 2004
Følger: 34 Følgere: 30 Biler: 4 Emner: 169 Svar: 998
jan 2004
Følger: 192 Følgere: 188 Biler: 12 Emner: 131 Svar: 6.093
jan 2004
Følger: 192 Følgere: 188 Biler: 12 Emner: 131 Svar: 6.093
maj 2007
Følger: 17 Følgere: 17 Emner: 51 Svar: 1.020
feb 2009
Følger: 1 Emner: 7 Svar: 72
aug 2004
Følger: 34 Følgere: 30 Biler: 4 Emner: 169 Svar: 998
Sker der for, forsiden?