Hi-- I have mojo portal in a folder named "mj" on my site. When I navigate to http://mysite.com/mj/setup/default.aspx, I get the error below. Note the web.config file it's referring to is located at: E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 1092 There is not a folder named "htdocs" at the root level of my site. I did, at one point have the mojoportal files at the rootlevel of my site, but did not actually "go there" in a browser. I let them finish copying then immediately deleted them and recopied to the "mj" folder. I do have a copy of the mj portal on a local machine, it runs fine. Can connect to the dB server, has created the tables, etc. I did find the thread below, which tells me to wrap location around the system.web stuff in the web.config. I did that, and still get the error. In the web.config at rootlevel , i put location path="web". Am not sure how to use that location tag. I've read about it, but cannot figure out if it is supposed to go in the web.config at the root level or the web.config in the mj folder and what the path should be set to. http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=3&thread=3641&pagenumber=1 Any help would be greatly appreciated ******************************* Server Error in '/mj' 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 696: Line 697: --> Line 698: <machineKey validationKey="55BA53B475CCAE0992D6BF9FE463A5E97F00C6C16DA3D7DF9202E560078AB501643C15514785FEE30FEF26FC27F5CE594B42FFCA55452EF90E8A056B4DAE9F39" decryptionKey="939232D527AC4CD3E449441FE887DA110A16C1A36924C424CBAAE3F00282436C" validation="SHA1" decryption="AES"/> Line 699: <!-- Line 700: The above key is better so I changed it, but leaving this one here Source File: E:\web\mytherapist\htdocs\mj\app_globalresources\web.config Line: 698 Show Additional Configuration Errors: 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 752) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 764) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 770) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 945) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 951) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 1089) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 1091) 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. (E:\web\mytherapist\htdocs\mj\app_globalresources\web.config line 1092) -------------------------------------------------------------------------------- Version Information
the error means that you have to set the directory where you put mojo portal as an application root. You can also try use the web application installer in the control panel to install mojo portal.