PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : نیازمند راهنمایی در نصب dotnetnuke



farnood
January 5th, 2015, 22:06
با سلام خدمت مدیران و کاربران

بنده هاستی پلسک دارم و می خواهم بر روی آن دات نت نیوک نصب کنم
نیازمند راهنمایی دوستانی که در این زمینه متخصص هستند هستم
آپلود شده بر روی سایت ولی نصب نشده ارور زیر را می دهد:


Server Error in '/portal' 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>

pakradm
January 6th, 2015, 13:34
سلام
روز بخیر
پس از اینکه پرتال را آپلود نمودید ابتدا به آدرس زیر مراجعه فرمایید و مراحل نصب را انجام دهید.
www.yourdomain.com/Install/InstallWizard.aspx

اگر از نسخه 7.0 این پرتال استفاده می فرمایید لازم است به نکات زیر توجه فرمایید.
1- سیستم عامل سرور Windows Server 2008 به بالا باشد.
2- بر روی سرور حتما ASP.NET 4.5 نصب باشد.
3- حالت Application Pool روی Integrated تنظیم شده باشد.
4- دسترسی Write به پوشه پرتال داده باشید.
5- جهت پایگاه داده نیز از MS SQL Server 2008 به بالا استفاده فرمایید.

یاعلی:53:

farnood
January 7th, 2015, 10:47
سلام
روز بخیر
پس از اینکه پرتال را آپلود نمودید ابتدا به آدرس زیر مراجعه فرمایید و مراحل نصب را انجام دهید.
www.yourdomain.com/Install/InstallWizard.aspx

اگر از نسخه 7.0 این پرتال استفاده می فرمایید لازم است به نکات زیر توجه فرمایید.
1- سیستم عامل سرور Windows Server 2008 به بالا باشد.
2- بر روی سرور حتما ASP.NET 4.5 نصب باشد.
3- حالت Application Pool روی Integrated تنظیم شده باشد.
4- دسترسی Write به پوشه پرتال داده باشید.
5- جهت پایگاه داده نیز از MS SQL Server 2008 به بالا استفاده فرمایید.

یاعلی:53:

از دوست عزیزمون ممنونم

طبق کمک های ایشون مشل حل و برطرف شد.