error occurred on new setup - نوشته شده در (2439 Views)
Average Member
sadra
مطلب: 354
starstarstar
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
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Forum Administrator
HuwR
مطلب: 4536
starstarstarstarstar
At what point do you get the error?
What database SQL/MySQL?
Did it complete the setup process without issues?
نوشته شده در
Average Member
sadra
مطلب: 354
starstarstar
At what point do you get the error?
What database SQL/MySQL?
Did it complete the setup process without issues?نوشته شده توسط HuwR


1. MS SQL
2. After finished setup and when go to home index.

نوشته شده در
Forum Administrator
HuwR
مطلب: 4536
starstarstarstarstar
nice and helpful error smile
Open your web.config file and look for these tags
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>

Set the values for debug and mode as above, restart iis and try again, do you get any different error?
نوشته شده در
Average Member
sadra
مطلب: 354
starstarstar
Problem Solved...
thumbsUp
نوشته شده در
Forum Administrator
HuwR
مطلب: 4536
starstarstarstarstar
cool thumbsUp
 
شما باید یک متن وارد کنید