Installation Error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Good Morning All,
When I tried to install 3.10 I got the error below

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details below
and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level.  This error can
be caused by a virtual directory not being configured as an application in IIS.

Source Error:
Line 49:      </assemblies>
Line 50:    </compilation>
Line 51:    <authentication mode="Forms">
Line 52:      <forms name="NOPCOMMERCE.AUTH"
loginUrl="~/login" protection="All"
timeout="43200" path="/" requireSSL="false"
slidingExpiration="true" />
Line 53:    </authentication>

Source File: web.config
Line: 51

Can anyone please help
10 years ago
Hi ,

Right click Views and convert to application in the iis.

Hope you can solve this through it
10 years ago
Now I am getting error when I go to www.mydomain.com/store . All my files are in Store folder

403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
8 years ago
In IIS go to Application Pools: make sure the .Net framework version is set to 4.0 or higher for the app pool set for your website.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.