Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Uros Sankovic 107 posts 134 karma points
    May 30, 2010 @ 23:43
    Uros Sankovic
    0

    Error 101 (net::ERR_CONNECTION_RESET): Unknown error.

    Hi,

    on the host server I get this error in Chrome:

    Error 101 (net::ERR_CONNECTION_RESET): Unknown error.

    In IE it gives me that error:

    Server Error in '/' Application.

    Runtime Error

    Description: 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. 

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

     

    Any idea what is wrong? The host server is using Plesk. They restored DB, I copied all filec from wwwroot to host server, changed the web.config - server name from local to their db server.

    Please,help.

    Uros

  • Uros Sankovic 107 posts 134 karma points
    May 30, 2010 @ 23:51
    Uros Sankovic
    0

    sorry guys...

    the above error was when the server=uros-pc (my local machine). After I've changed it to ther DB server, I get the same error on every browser: Service unavailable.

  • Uros Sankovic 107 posts 134 karma points
    May 30, 2010 @ 23:59
    Uros Sankovic
    0

    Sorry again. The above error (service unavailable) was the result of trying to get in umbraco (http://..../umbraco.umbraco.aspx). Trying to load the site I get the error from first post.

  • Stefan Kip 1614 posts 4131 karma points c-trib
    May 31, 2010 @ 00:03
    Stefan Kip
    0

    Well you should do what it says: enable custom errors... After that you will get more details and you can post them here..

  • Stefan Kip 1614 posts 4131 karma points c-trib
    May 31, 2010 @ 00:03
    Stefan Kip
    0

    I mean DISABLE custom errors

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 00:10
    Uros Sankovic
    0

    Ok, here are error details:

     

    Access to the path 'C:\Inetpub\vhosts\bibiprojekt.eu\httpdocs\data\umbraco.config' is denied.

    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.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\bibiprojekt.eu\httpdocs\data\umbraco.config' is denied.

    ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

    To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

    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:

    [UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\bibiprojekt.eu\httpdocs\data\umbraco.config' is denied.]
       System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
       System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
       umbraco.content.ClearDiskCache() +69
       umbraco.content.LoadContent() +75
       umbraco.content.get_XmlContentInternal() +81
       umbraco.content.get_XmlContent() +76
       umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +802
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Page.OnPreInit(EventArgs e) +8698174
       System.Web.UI.Page.PerformPreInit() +31
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
    

     

  • Stefan Kip 1614 posts 4131 karma points c-trib
    May 31, 2010 @ 09:01
    Stefan Kip
    0

    Well, then then user group 'IIS_IUSRS' doesn't have enough rights to read/write.

    Please give IIS_IUSRS enough rights on the website folder.

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 09:48
    Uros Sankovic
    0

    Hi,

    thx for your help so far. I gave full control to Administrators, system,plesk domain user,IIS_WPG,plesk IIS user, plesk IIS WP user, launch IIS process account. I followed this article http://umbraco.org/documentation/books/installing-v400-on-a-plesk-shared-host/installing-umbraco-400-on-a-shared-host-with-plesk

    Now I get this error:

    Could not load file or assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.

    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.BadImageFormatException: Could not load file or assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.

    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.

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]
    Stack Trace:
    [BadImageFormatException: Could not load file or assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.]
       umbraco.content.LoadContentFromDatabase(Boolean loadDocuments) +0
       umbraco.content.LoadContent() +94
       umbraco.content.get_XmlContentInternal() +81
       umbraco.content.get_XmlContent() +76
       umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +802
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Page.OnPreInit(EventArgs e) +8698174
       System.Web.UI.Page.PerformPreInit() +31
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 09:52
    Uros Sankovic
    0

    And why is this path; 

    Access to the path 'C:\Inetpub\vhosts\bibiprojekt.eu\httpdocs\data\umbraco.config' is denied.]? 

    C:\Inetpub is a local machine

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 10:03
    Uros Sankovic
    0

    I'm playing around with permission. If I give "launch IIS process account" only "List Folder Contents" rights, then I get this error: 

    Service Unavailable

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    May 31, 2010 @ 10:46
    Sebastiaan Janssen
    0

    This usually indicates that you're trying to run a .net 3.x assembly on a .net 2 configuration. So it looks like your application pool is not configured for the same .net version as your web.config. 

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 10:53
    Uros Sankovic
    0

    Ok, I've set this permissions for the next files (app_code, bin, config, css, data, masterpages, media, python, scripts, umbraco, usercontrols, xslt and the file web.config.):

    Administrators  -  full control

    SYSTEM  -  full control

    Plesk Domain User  -  full control

    FTP accounts  -  no control at all

    IIS_WPG  -  Read & Execute, List Folder Contents, Read,Write

    Plesk IIS User  -  full control

    Plesk IIS WP User  -  full control

    Launch IIS Process Account  -  List Folder Contents.

     

    Result: SERVICE UNAVAILABLE.

     

    PLEASE HELP!!!!

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 10:54
    Uros Sankovic
    0

    Sebastiaan, how can I change that? And THX for your reply

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 11:10
    Uros Sankovic
    0

    And how can I check if this is the case?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    May 31, 2010 @ 11:19
    Sebastiaan Janssen
    0

    If your web.config is the 3.5 version you'll have plenty of "Version=3.5.0.0" references in there. In that case, the server's app pool is probably set up to run on .net 1.x. You may want to ask your webhost to change this.

    When you don't find the "Version=3.5.0.0" references in your web.config, you might want to upgrade, it's the default choice for Umbraco right now. When you download Umbraco 4.0.4.1 you will get the correct web.config, you can just copy it to the server and run the upgrade wizard (you will automatically get it when you go to your website). If you have previously added stuff to your web.config on your dev machine, you will have to add it to the new web.config as well of course.

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 12:01
    Uros Sankovic
    0

    Hi, I've just got an email from host server provider. It looks like the umbraco.config inside folder DATA crasher app_pool. They moved it in a separate app_pool, but it happend again.

    They are using .net 4.0. I'm using .net 2.0. (Umbraco 4.0.). Is this ok? Is there anything I can do?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    May 31, 2010 @ 12:20
    Sebastiaan Janssen
    0

    You need to ask them to switch to .net 2 for the app pool, at the moment Umbraco does not yet work on .net 4.

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 15:11
    Uros Sankovic
    0

    These is what they sent me:

    Event Type: Error
    Event Source: ASP.NET 2.0.50727.0
    Event Category: None
    Event ID: 1334
    Date: 31.5.2010
    Time: 14:39:17
    User: N/A
    Computer: WINDOWS-1
    Description:
    An unhandled exception occurred and the process was terminated.

    Application ID: /LM/W3SVC/3597/Root

    Process ID: 60712

    Exception: System.BadImageFormatException

    Message: Could not load file or assembly 'umbraco.DataLayer, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.

    StackTrace: at umbraco.content.LoadContentFromDatabase(Boolean loadDocuments)
    at umbraco.content.LoadContent()
    at umbraco.content.get_XmlContentInternal()
    at umbraco.content.<.cctor>b__0(Object )
    at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    at System.Threading.ExecutionContext.runTryCode(Object userData)
    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 16:20
    Uros Sankovic
    0

    this is my web.config. Maybe it's here something wrong:

    <?xml version="1.0" encoding="UTF-8"?>

    <configuration>

     

     

     

      <configSections>

        <section name="urlrewritingnet" restartOnExternalChanges="true" requirePermission="false" type="UrlRewritingNet.Configuration.UrlRewriteSection, UrlRewritingNet.UrlRewriter" />

        <!-- ASPNETAJAX -->

        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

          <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

            <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />

            <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

              <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere" />

              <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />

              <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication" />

            </sectionGroup>

          </sectionGroup>

        </sectionGroup>

     

        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

          <section name="umbraco.presentation.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />

        </sectionGroup>

      </configSections>

     

      <urlrewritingnet configSource="config\UrlRewriting.config" />

     

      <appSettings>

        <add key="umbracoDbDSN" value="server=mmsql-1.domovanje.com;database=umbracoCMS;user id=umbracoUser;password=defender" />

        <add key="umbracoConfigurationStatus" value="4.0.3" />

        <add key="umbracoReservedUrls" value="/config/splashes/booting.aspx,/install/default.aspx,/config/splashes/noNodes.aspx" />

        <add key="umbracoReservedPaths" value="/umbraco,/install/" />

        <add key="umbracoContentXML" value="/data/umbraco.config" />

        <add key="umbracoStorageDirectory" value="/data" />

        <add key="umbracoPath" value="/umbraco" />

        <add key="umbracoEnableStat" value="false" />

        <add key="umbracoHideTopLevelNodeFromPath" value="true" />

        <add key="umbracoEditXhtmlMode" value="true" />

        <add key="umbracoUseDirectoryUrls" value="false" />

        <add key="umbracoDebugMode" value="true" />

        <add key="umbracoTimeOutInMinutes" value="20" />

        <add key="umbracoVersionCheckPeriod" value="7" />

        <add key="umbracoDisableXsltExtensions" value="true" />

        <add key="umbracoDefaultUILanguage" value="en" />

        <add key="umbracoProfileUrl" value="profiler" />

        <add key="umbracoUseSSL" value="false" />

        <add key="umbracoUseMediumTrust" value="false" />

      </appSettings>

     

      <!-- This Replaces the old umbracoSmptpServer config-->

      <system.net>

        <mailSettings>

          <smtp>

            <network host="127.0.0.1" userName="username" password="password" />

          </smtp>

        </mailSettings>

      </system.net>

     

      <system.web>

        <customErrors mode="Off" />

        <trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />

        <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />

        <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />

        <xhtmlConformance mode="Strict" />

     

        <pages enableEventValidation="false">

          <!-- ASPNETAJAX -->

          <controls>

            <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

            <add tagPrefix="umbraco" namespace="umbraco.presentation.templateControls" assembly="umbraco" />

          </controls>

        </pages>

     

        <httpModules>

          <!-- URL REWRTIER -->

          <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />

          <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />

          <!-- UMBRACO -->

          <add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />

          <add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />

          <!-- ASPNETAJAX -->

          <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

        </httpModules>

     

        <httpHandlers>

          <remove verb="*" path="*.asmx" />

          <!-- ASPNETAJAX -->

          <add verb="*" path="*.asmx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

          <add verb="*" path="*_AppService.axd" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

          <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

          <!-- UMBRACO CHANNELS -->

          <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

          <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

        </httpHandlers>

     

        <compilation defaultLanguage="c#" debug="false" batch="false">

          <assemblies>

            <!-- ASPNETAJAX -->

            <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

            <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />

            <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          </assemblies>

        </compilation>

     

        <authentication mode="Forms">

          <forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" />

        </authentication>

     

        <authorization>

          <allow users="?" />

        </authorization>

     

        <!-- Membership Provider -->

        <membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">

          <providers>

            <clear />

            <add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" passwordFormat="Hashed" />

            <add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Hashed" />

          </providers>

        </membership>

     

        <!-- added by NH to support membership providers in access layer -->

        <roleManager enabled="true" defaultProvider="UmbracoRoleProvider">

          <providers>

            <clear />

            <add name="UmbracoRoleProvider" type="umbraco.providers.members.UmbracoRoleProvider" />

          </providers>

        </roleManager>

     

        <!-- Sitemap provider-->

        <siteMap defaultProvider="UmbracoSiteMapProvider" enabled="true">

          <providers>

            <clear />

            <add name="UmbracoSiteMapProvider" type="umbraco.presentation.nodeFactory.UmbracoSiteMapProvider" defaultDescriptionAlias="description" securityTrimmingEnabled="true" />

          </providers>

        </siteMap>

      </system.web>

     

      <!-- ASPNETAJAX -->

      <system.web.extensions>

        <scripting>

          <scriptResourceHandler enableCompression="true" enableCaching="true" />

        </scripting>

      </system.web.extensions>

     

      <applicationSettings>

        <umbraco.presentation.Properties.Settings>

          <setting name="umbraco_com_regexlib_Webservices" serializeAs="String">

            <value>http://regexlib.com/WebServices.asmx</value>;

          </setting>

        </umbraco.presentation.Properties.Settings>

      </applicationSettings>

     

      <!-- IIS 7 Integrated Mode Configuration

      <system.webServer>

        <validation validateIntegratedModeConfiguration="false" />

        <modules>

     

          <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />

     

          <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />

          <add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />

          <add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />

     

          <remove name="ScriptModule"/>

          <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

        </modules>

        <handlers accessPolicy="Read, Write, Script, Execute">

          <remove name="WebServiceHandlerFactory-Integrated"/>

          <remove name="ScriptHandlerFactory"/>

          <remove name="ScriptHandlerFactoryAppServices"/>

          <remove name="ScriptResource"/>

          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

          <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

          <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

     

          <remove name="Channels"/>

          <remove name="Channels_Word"/>

          <add verb="*" name="Channels" preCondition="integratedMode" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

          <add verb="*" name="Channels_Word" preCondition="integratedMode" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

        </handlers>

      </system.webServer>

      -->

    </configuration>

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    May 31, 2010 @ 16:21
    Sebastiaan Janssen
    0

    Looks like you have the problem that's described in this blog post. Your hosting provider should enable 32 bit applications on your app pool.

  • Uros Sankovic 107 posts 134 karma points
    May 31, 2010 @ 23:27
    Uros Sankovic
    0

    Hi, 

    they just answer me that it's already enabled to run 32 bit applications on their 64 bit system. Any more ideas? I'm completely lost!!!!

  • Uros Sankovic 107 posts 134 karma points
    Jun 01, 2010 @ 11:01
    Uros Sankovic
    0

    Here are steps that I've taken loading the umbraco from local to host server:

    1. creating database backup

    2. copying db backup on server

    3. server provider restoring the db

    4. copying all umbraco files from local machine to host server

    5. setting permissions to full control for Plesk IIS WP User and for IIS_IUSRS.

    Is there anything wrong?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Jun 01, 2010 @ 11:37
    Sebastiaan Janssen
    0

    Try this: download Umbraco 4.0.4.1 from codeplex, take the web.config from that version and put it on your server. You should be getting the installation wizard when you go to your site (if not go to your site /install). Follow the wizard and see if it works.

    If that still doesn't work, you should probably contact your hosting provider. Google is also your friend for error messages of course.

  • Uros Sankovic 107 posts 134 karma points
    Jun 01, 2010 @ 13:22
    Uros Sankovic
    0

    Kipusoep and Sebatiaan, thank you both for your help. Sebbastiaan, your last post made me thing if something went wrong during copying the files to server and I deleted all files from server and copied them again.It worked.

     

    THX again,guys!!!!!!!!

Please Sign in or register to post replies

Write your reply to:

Draft