RE: How do I move an existing homepage from server to local host?
Hi
I tried to reply on my first topic "How do I move an existing homepage from server to local host", but I couldn't reply to it. So I thought I should click on the correct signs, but then it said that my problem was resolved...:-(
So now I'll try again.
I have made a setup of a new umbraco as Sascha Wolter suggested me in the other topic. And it works fine, I could se the runway homepage and log into umbraco.
As I mentioned in the first tropic I'm installing it on a Windows XP proffessinal sp3 with IIS 5.1, SQL server 2008 Express Advanced and Umbraco 4.0.4.2
I have now made a copy from the FTP folder from the Server provider and paste it into wwwroot. I can see the homepage on http://localhost but when I try to log into umbraco on the http://localhost/umbraco/login.aspx I get this error :
Server Error in '/' Application. --------------------------------------------------------------------------------
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.
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:
[HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.] System.Web.UI.Page.get_Session() +2636272 umbraco.cms.presentation.login.Button1_Click(Object sender, EventArgs e) +432 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
RE: How do I move an existing homepage from server to local host?
Hi
I tried to reply on my first topic "How do I move an existing homepage from server to local host", but I couldn't reply to it. So I thought I should click on the correct signs, but then it said that my problem was resolved...:-(
So now I'll try again.
I have made a setup of a new umbraco as Sascha Wolter suggested me in the other topic. And it works fine, I could se the runway homepage and log into umbraco.
As I mentioned in the first tropic I'm installing it on a Windows XP proffessinal sp3 with IIS 5.1, SQL server 2008 Express Advanced and Umbraco 4.0.4.2
I have now made a copy from the FTP folder from the Server provider and paste it into wwwroot. I can see the homepage on http://localhost but when I try to log into umbraco on the http://localhost/umbraco/login.aspx I get this error :
Server Error in '/' Application.
--------------------------------------------------------------------------------
Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.
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:
[HttpException (0x80004005): Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.]
System.Web.UI.Page.get_Session() +2636272
umbraco.cms.presentation.login.Button1_Click(Object sender, EventArgs e) +432
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3614
Can someone please help me with that problem. And if someone could write how to solve the problem step by step I would be happy.. thanks
Anita
is working on a reply...