Installation on arvixe fails - web.config Line number: 1177 Error!

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/1/2012 12:13:05 PM
Gravatar
Total Posts 9

Installation on arvixe fails - web.config Line number: 1177 Error!

Hi

It is a huge disappointment that it is not possible to install on Arvixe!!!

When you release a new version it would be convincing if you make an installation test on the hosting companies, especially Arvixe who you highly recommend.

/Ricky

 

- GeneralError:System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Runtime.InteropServices.COMException: Filename: \\?\E:\HostingSpaces\ricky123\www.rm-management.net\wwwroot\web.config Line number: 1177 Error: The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration at Microsoft.Web.Administration.Interop.AppHostWritableAdminManager.GetAdminSection(String bstrSectionName, String bstrSectionPath) at Microsoft.Web.Administration.Configuration.GetSectionInternal(ConfigurationSection section, String sectionPath, String locationPath) at WebsitePanel.Providers.Web.Iis.DirectoryBrowse.DirectoryBrowseModuleService.GetDirectoryBrowseSettings(ServerManager srvman, String siteId) at WebsitePanel.Providers.Web.IIs70.FillVirtualDirectoryFromIISObject(ServerManager srvman, WebVirtualDirectory virtualDir) at WebsitePanel.Providers.Web.IIs70.GetSite(String siteId) at WebsitePanel.Server.WebServer.GetSite(String siteId) --- End of inner exception stack trace ---; at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WebsitePanel.Providers.Web.WebServer.GetSite(String siteId) at WebsitePanel.EnterpriseServer.WebServerController.GetWebSite(Int32 siteItemId) at WebsitePanel.EnterpriseServer.WebAppGalleryController.Install(Int32 packageId, String webAppId, String siteName, String virtualDir, List`1 parameters, String languageId)

12/1/2012 1:07:39 PM
Gravatar
Total Posts 18439

Re: Installation on arvixe fails - web.config Line number: 1177 Error!

Hi,

I'm sure Arvixe support could help you with this problem. It looks from the error to be a problem in the web site panel, that error is not actually coming from any mojoPortal code, its coming from web site panel itself. 

But the error itself is a well known error documented in the 9th and 10 items in our FAQ page. Basically this error happens when the .NET 4 version of mojoPortal is installed in .NET 3.5 hosting, so make sure in your control panel you have it configured for .NET 4 not 3.5.

This error happens because of sections in web.config that used to need to be in web.config under .NET 3.5, but they moved those declarations into machine.config under .NET 4, and can no longer be declared in web.config.

Hope that helps,

Joe

12/3/2012 2:32:04 PM
Gravatar
Total Posts 9

Re: Installation on arvixe fails - web.config Line number: 1177 Error!

Joe, you were right wink

I was able to follow the Arvixe support directions

1. Login to control panel.
2. Click on Websites
3. Click on Domain name (that needs to be get upgraded)
4. Click on Extensions tab
5. Under ASP.NET dropdown option. Select version 4.0 Integrated
6. Click on update.

And set to .NET 4.0 Integrated

 

I get a new error, see below(mind that the DB is named RMDB1 with the user RMDB1A)

What can I do?

- ApplicationInstallationError
- Failure: An error occurred during execution of the database script. The error occurred between the following lines of the script: "1" and "14". The verbose log might have more information about the error. The command started with the following: "/*************************************************" The server principal 'RMDB1A' already exists. http://go.microsoft.com/fwlink/?LinkId=178587 Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_SQL_EXECUTION_FAILURE. The server principal 'RMDB1A' already exists.

12/3/2012 2:38:48 PM
Gravatar
Total Posts 18439

Re: Installation on arvixe fails - web.config Line number: 1177 Error!

Hi,

That error also isn't coming from mojoPortal but seems to be an error in web site panel.

How did you install mojoPortal?

If the files have been deployed and the database exists it should be just a matter of specifying the database connection string if it isn't already specified.

Typically the user.config.sample file in the root would be renamed to user.config and the database conneciton string in that file would need to be set if it isn't already with the db name user password etc.

Once that is done just visit the siteroot/Setup/Default.aspx page so mojoPortal can run its database scripts and setup routine, where siteroot is your domain name.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.