hvorfor siger den Server Error in Application.?
Ja, jeg kan ikk komme ind og se en bestemt side hvor der er nogle billeder...den siger Server Error in '/' Application. og Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Har læst noget med at:
"web.config og bin-mappen skal altid ligge i roden af applikationen" ???????
Men forstår bare NADA af det ?
Måske en der kan hjælpe mig, og at forklare det på en nem og overskuelig måde ?
På forhånd MANGE tak eksperter !!
