Dear all,
I got this error when running install/default.aspx on my website first time following Installation instruction first time.
[quote]Server Error in '/' Application.
Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated. [/quote]
Could you please tell me what I need to do now?
Many thanks
Posted by: trumso - Sunday, 3 May 2015 18:37:44
I did go around and find out that the application "Runtime error" is often occurred on the GoDaddy server. Here is where I uploading YAF on the server. Could any one tell me how I have to edit YAF.AppRoot key following Step 4C on installation instruction? Thanks
[IMG]http://i59.tinypic.com/2s7w1md.jpg[/IMG]
Posted by: trumso - Sunday, 3 May 2015 18:39:39
Double post
Posted by: tha_watcha - Monday, 4 May 2015 10:11:29
Please turn off custom errors in the web.config
[code=markup][/code]
Then you should see the real error.
Posted by: trumso - Monday, 4 May 2015 18:25:04
[quote=tha_watcha;65680]Please turn off custom errors in the web.config
[code=markup][/code]
Then you should see the real error.[/quote]
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.
[quote]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)
[/quote]
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?
[quote]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 .[/quote]
Posted by: tha_watcha - Tuesday, 5 May 2015 17:13:42
Check the error message it already contains the problem and the solution
[quote]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.[/quote]
You need to make sure that the folder is set as application in your iis, or in your case in the hosting panel.
[quote]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?
[/quote]
You need a hosting package that included asp.net and ms sql server, if your package supports that then you are good go.
Posted by: trumso - Tuesday, 5 May 2015 19:38:56
I did come to here and don't know how to continue. Could you please check your PM and instruct me how I need to do next?
[IMG]http://i61.tinypic.com/95ms09.jpg[/IMG] [IMG]http://i57.tinypic.com/33yi4nr.jpg[/IMG]
Thanks
Posted by: trumso - Wednesday, 6 May 2015 08:31:35
Dear tha_watcha,
Please ignore my PM. I can run my YAF.NET forum now.
I really appreciate for all your support.