Please turn off custom errors in the web.config
<customErrors mode="Off" />
Then you should see the real error.
Dear tha_watcha,
Thanks for your advice.
Here is the error message I got after turn off custom errors. Since I'm a newbie for asp.net & yaf.net, I appreciate if you can instruct me more detail how to correct them all.
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:
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.
Source File: G:\PleskVhosts\xxxx.com\httpdocs\yaforum\web.config Line: 32
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. (G:\PleskVhosts\xxxx.com\httpdocs\yaforum\web.config line 82)
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. (G:\PleskVhosts\xxxx.com\httpdocs\yaforum\web.config line 100)
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. (G:\PleskVhosts\xxxx.com\httpdocs\yaforum\web.config line 113)
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. (G:\PleskVhosts\xxxx.com\httpdocs\yaforum\web.config line 129)
PS. I'm buying an Economy Package on GoDaddy, and they request me to upgrade to a Virtual Dedicated or Fully Dedicated server if I want to run YAF.NET on their servers. If not, I need to custom install the application as it is not part of the Application Manager. Do you think it's possible for me?
I'm trying to find the technical specifications on this application. From what I can find, everything should work, except for the section where you have to alter an Application Pool. In order to gain access to the Application Pool configuration you would need to purchase .
Edited by moderator
7 years ago
|
Reason: Not specified