Possible to install 5.0.1 on GoDaddy Shared? Also issue installing locally on Win 7, IIS 7
Just wondering if it's possible to install 5.0.1 on GoDaddy shared hosting. I've downloaded "Umbraco 5.0.1 CMS Web Application" from codeplex and copied the files to a subfolder on my godaddy server.
Not sure how to get the install going? Should I browse to the Area/Install to begin the installation?
I'm also having issues running the site on my local Win 7 IIS 7 machine when I browse the site I get "Object reference not set to an instance of an object."
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.Security.RoleManagerModule.OnEnter(Object source, EventArgs eventArgs) +958
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +269
Yes, you can install Umbraco 5.0.1 on Godaddy.com's share host, i just did that. I just rebuild my own website based on Umbraco 5.0.1, and host it on Godaddy's share host. Works well so far.
So what steps did you take to install 5.0.1 on your godaddy shared hosting server?
Also which package did you download for 5.0.1 because there is the web deploy and web app? I've gone to the steps of creating a folder from GoDaddy's admin and then moving files over but still no luck.
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 76: <system.web>
Line 77: <caching>
Line 78: <outputCacheSettings> Line 79: <outputCacheProfiles>
Line 80: <!-- Micro-caching technique to ward against peak traffic. "umbraco-default" profile is used by UmbracoController, the default controller used for regular pages -->
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. (D:\Hosting\9225819\html\umbraco\web.config line 98)
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. (D:\Hosting\9225819\html\umbraco\web.config line 101)
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. (D:\Hosting\9225819\html\umbraco\web.config line 108)
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. (D:\Hosting\9225819\html\umbraco\web.config line 114)
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. (D:\Hosting\9225819\html\umbraco\web.config line 154)
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
This is the following error I get when the files are placed in the root.
Server Error in '/' Application.
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Possible to install 5.0.1 on GoDaddy Shared? Also issue installing locally on Win 7, IIS 7
Just wondering if it's possible to install 5.0.1 on GoDaddy shared hosting. I've downloaded "Umbraco 5.0.1 CMS Web Application" from codeplex and copied the files to a subfolder on my godaddy server.
Not sure how to get the install going? Should I browse to the Area/Install to begin the installation?
I'm also having issues running the site on my local Win 7 IIS 7 machine when I browse the site I get "Object reference not set to an instance of an object."
Stack Trace:
Are you using a godaddy hosting with .net 4.0?
Correct, I've changed the .net to 4.0 on GoDaddy.
Also I'm not sure what the next step is after I move it over once I do get a page to display, do I browse to Areas/Install?
For your first question:
Yes, you can install Umbraco 5.0.1 on Godaddy.com's share host, i just did that. I just rebuild my own website based on Umbraco 5.0.1, and host it on Godaddy's share host. Works well so far.
You can have a look, if you like: http://uwebzone.com
So what steps did you take to install 5.0.1 on your godaddy shared hosting server?
Also which package did you download for 5.0.1 because there is the web deploy and web app? I've gone to the steps of creating a folder from GoDaddy's admin and then moving files over but still no luck.
I use "Umbraco 5.0.1 CMS Web Application". The installation is pretty easy, alomost same as v4.
BTW, is there any error your got?
This is the errors i get.
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 76: <system.web> Line 77: <caching> Line 78: <outputCacheSettings> Line 79: <outputCacheProfiles> Line 80: <!-- Micro-caching technique to ward against peak traffic. "umbraco-default" profile is used by UmbracoController, the default controller used for regular pages -->
Source File: D:\Hosting\9225819\html\umbraco\web.config Line: 78
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
According to your error, Do you install the umbraco on root folder?
This is the following error I get when the files are placed in the root.
Server Error in '/' Application.
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
is working on a reply...