NopCommerce 2.5 Installation Problem in Shared Hosting

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I deployed NopCommerce 2.5 Production Version on Shared Hosting (BigRock). App. is working fine, but when I try to Access Certain Sections like Add-Products in Administration Area, Application throws an error and redirects to error.html page. I Deployed NopCommerce Instance, NOT Installed on server.

Is this an error of File Write Permission(As its a shared hosting) or is there some other problem.

Please guide. Thanks in Advance.
12 years ago
error.html or ErrorPage.htm page? What is the content of this page?
12 years ago
Yes Andrei. Its ErrorPage.htm page. It contains No Error Message, but only Static Content :

[ We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time. ]
12 years ago
To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
12 years ago
Is there any Problem installing NopCommerce in Shared Hosting ??
12 years ago
No. It works fine. If you have any issues, please post the error text
12 years ago
The 'PLESK-WEB10\IWPD_1505(sangesof)' account is not granted with Modify permission on folder 'D:\inetpub\vhosts\sangeetkaryalaya.in\httpdocs\App_Data'. Please configure these permissions.
12 years ago
The error is self-describing. Grant  'PLESK-WEB10\IWPD_1505(sangesof)' account a Modify permission on folder 'D:\inetpub\vhosts\sangeetkaryalaya.in\httpdocs\App_Data.
12 years ago
Yes the prob. was created because of not granting file write permission.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.