This error occurred on new setup
An error has occurred. Please contact the system administrator.
Controller: Home
Action: Index
Exception: Object reference not set to an instance of an object.
Return to Forum
An error has occurred. Please contact the system administrator.
Controller: Home
Action: Index
Exception: Object reference not set to an instance of an object.
Return to Forum
نوشته شده در
At what point do you get the error?
What database SQL/MySQL?
Did it complete the setup process without issues?
نوشته شده در
نوشته شده در
nice and helpful error
Open your web.config file and look for these tags
Set the values for debug and mode as above, restart iis and try again, do you get any different error?

Code:
<compilation debug="true" targetFramework="4.5.2" />
<customErrors mode="Off" defaultRedirect="~/Error">
<error statusCode="403" redirect="~/Error/Forbidden" />
<error statusCode="404" redirect="~/Error/NotFound" />
</customErrors>
نوشته شده در
Problem Solved...

نوشته شده در
cool

بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
ارسال موضوع
Loading...