Try our conversational search powered by Generative AI!

What is the default credential for login into EPiServer

Vote:
 

Hi All,

 I have install the EPiServer 6.2 version in my machine and able to see the login page of EpiServer  but I dont have the user id and password for login into EpiServer, could you please let me know what is the default credential for login into EPiServer or please let me know how to get the credential.

Thanks in Advance.

 

Thanks,

Karthik

  

#89997
Sep 01, 2014 7:33
Vote:
 

There are no default credential other than that local administrators have full access.

So change to windows authentication on your local machine and you will be able to login

#90001
Sep 01, 2014 7:47
Vote:
 

You can login using your local admin account (a user member of administrators).

By default, EPiServer is set up using MultiplexingProvider, you can read more about providers and setting up access rights here:
http://world.episerver.com/Articles/Items/Authentication-and-Authorization-in-EPiServer-CMS-61/

#90002
Sep 01, 2014 7:47
Vote:
 

Thanks Henrik and Mari!  As Herik said I have created one local user with admin rights but still not able to login into EPiServer. Could you please let me know that if I missed anything.

Thanks!

 

Regards,

Karthik

#90018
Sep 01, 2014 11:08
Vote:
 

If you navigate to web root folder and open the web.config file: what is the defaultProvider value for roleManager and membership?

#90029
Sep 01, 2014 12:53
Vote:
 

As Mari say, look in your web.config file and see that it has the role and membership provider set to this:


      
        
        
        
        
      
    
    
      
        
        
        
        
      
    

Also check in episerverframework.config, or if you have it in your web.config file below that you have your security information like this:


      
        
        
        
        
        
        
        
        
      
    
#90034
Sep 01, 2014 13:07
Vote:
 

Once again Thanks Mark and Henrik for your continuous help on this, I checked both config files, in the web.config contains "MultiplexingMembershipProvider" as defaultprovider value for both Role and membership provider and also have the specified config lines in episerverframework.config files. Please suggest.

 

Thanks!

 

Thanks,

Karthik

 

#90051
Sep 01, 2014 13:45
Vote:
 

Can you please paste your web.config file here (WITHOUT ANY PASSWORD DO REMOVE THESE BEFORE PASTING!!!!!) so we can se how it looks

Also, are you a member of the administrators-group on your computer?

#90052
Sep 01, 2014 13:50
Vote:
 

Hi Henrk,

The below is my web.config

xml version="1.0" encoding="utf-8"?>

<>

configuration>

<>

configSections>

<>

section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

<>

section name="workflowRuntime" type="System.Workflow.Runtime.Configuration.WorkflowRuntimeSection, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

<>

section name="wftools.services.common.ado" type="WFTools.Services.Common.Ado.Configuration.CommonAdoProviderSettings,EPiServer.WFTools.Services" />

<>

section name="wftools.services.persistence.ado" type="WFTools.Services.Persistence.Ado.Configuration.PersistenceAdoProviderSettings,EPiServer.WFTools.Services" />

<>

section name="wftools.services.tracking.ado" type="WFTools.Services.Tracking.Ado.Configuration.TrackingAdoProviderSettings,EPiServer.WFTools.Services" />

<>

section name="episerver" type="EPiServer.Configuration.EPiServerSection, EPiServer.Configuration, Version=6.1.379.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7" restartOnExternalChanges="true" />

<>

section name="staticFile" type="EPiServer.Configuration.StaticFileSection, EPiServer.Configuration" allowLocation="true" />

<>

section name="episerver.baseLibrary" allowDefinition="MachineToApplication" allowLocation="false" type="EPiServer.BaseLibrary.ConfigurationHandler,EPiServer.BaseLibrary" />

<>

section name="episerver.basicAuthentication" type="EPiServer.Configuration.BasicAuthenticationSection, EPiServer.Configuration" allowLocation="true" />

<>

sectionGroup name="episerverModules">

<>

section name="episerver.Blog" type="EPiServer.Blog.ConfigurationHandler, EPiServer.Blog" />

<>

section name="episerver.FileManager" type="EPiServer.Templates.Advanced.FileManager.Core.Configuration.FileManagerSection, EPiServer.Templates.AlloyTech" />

sectionGroup>

<>

section name="episerver.shell" type="EPiServer.Shell.Configuration.EPiServerShellSection, EPiServer.Shell" />

<>

section name="episerver.dataStore" type="EPiServer.Data.Configuration.EPiServerDataStoreSection, EPiServer.Data" />

<>

section name="episerver.framework" type="EPiServer.Framework.Configuration.EPiServerFrameworkSection, EPiServer.Framework" restartOnExternalChanges="true" />

<>

section name="episerver.search" type="EPiServer.Search.Configuration.SearchSection, EPiServer.ApplicationModules" />

configSections>

<>

episerver configSource="episerver.config" />

<>

staticFile expirationTime="12:0:0" />

<>

episerver.baseLibrary>

<>

classFactories>

<>

add type="EPiServer.Implementation.DefaultBaseLibraryFactory, EPiServer.Implementation" id="ContentChannelFactory">

<>

register type="EPiServer.ContentChannels.ContentChannelAdministration, EPiServer" mappedType="EPiServer.ContentChannels.ObjectStoreContentChannelAdministration, EPiServer" />

<>

register type="EPiServer.BaseLibrary.IContentChannelHandler, EPiServer" mappedType="EPiServer.ContentChannels.ContentChannelHandler, EPiServer" />

add>

<>

add type="EPiServer.Core.PropertyControlClassFactory, EPiServer" id="PropertyControlFactory">

add>

classFactories>

episerver.baseLibrary>

<>

workflowRuntime EnablePerformanceCounters="false">

<>

Services>

<>

add type="System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" maxSimultaneousWorkflows="5" />

<>

add type="System.Workflow.Runtime.Hosting.SharedConnectionWorkflowCommitWorkBatchService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

<>

add type="System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" UnloadOnIdle="true" />

Services>

workflowRuntime>

<>

runtime>

<>

assemblyBinding>

<>

dependentAssembly />

assemblyBinding>

<>

assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.ApplicationModules" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Data.Cache" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Data" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Events" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Framework" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Licensing" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Shell" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Shell.UI" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-6.2.267.1" newVersion="6.2.267.1" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="System.ComponentModel.Composition" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-2009.22.10.0" newVersion="2009.22.10.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="ElektroPost.Licensing" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.BaseLibrary" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Blog" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Cms.Shell.UI" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Configuration" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Enterprise" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.ImageLibrary" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Implementation" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Legacy4" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.LinkAnalyzer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Log.Analyzers" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Log.Core" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Lucene" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Scheduler" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Scheduler.WKTL" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="5.1.422.4" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.UI" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.Web.WebControls" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.WebDav" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.WebParts" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.WorkflowFoundation" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.XForms" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="EPiServer.XmlRpc" publicKeyToken="8fe83dea738b45b7" culture="neutral" />

<>

bindingRedirect oldVersion="5.2.375.0-6.65535.65535.65535" newVersion="6.1.379.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="log4net" publicKeyToken="1b44e1d426115821" culture="neutral" />

<>

bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.2.10.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="Microsoft.Web.Services3" publicKeyToken="31bf3856ad364e35" culture="neutral" />

<>

bindingRedirect oldVersion="3.0.0.0-3.65535.65535.65535" newVersion="3.0.0.0" />

dependentAssembly>

<>

dependentAssembly>

<>

assemblyIdentity name="System.Web.DataVisualization" publicKeyToken="31bf3856ad364e35" culture="neutral" />

<>

bindingRedirect oldVersion="3.0.0.0-3.65535.65535.65535" newVersion="3.5.0.0" />

dependentAssembly>

assemblyBinding>

runtime>

<>

connectionStrings configSource="connectionStrings.config" />

<>

system.net>

<>

mailSettings>

<>

smtp deliveryMethod="PickupDirectoryFromIis" />

mailSettings>

system.net>

<>

system.web>

<>

roleManager enabled="true" defaultProvider="MultiplexingRoleProvider" cacheRolesInCookie="true">

<>

providers>

<>

clear />

<>

add name="MultiplexingRoleProvider" type="EPiServer.Security.MultiplexingRoleProvider, EPiServer" provider1="SqlServerRoleProvider" provider2="WindowsRoleProvider" providerMap1="SqlServerMembershipProvider" providerMap2="WindowsMembershipProvider" />

<>

add name="WindowsRoleProvider" applicationName="EPiServerSample" type="EPiServer.Security.WindowsRoleProvider, EPiServer" />

<>

add name="SqlServerRoleProvider" connectionStringName="EPiServerDB" applicationName="EPiServerSample" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

providers>

roleManager>

<>

membership defaultProvider="MultiplexingMembershipProvider" userIsOnlineTimeWindow="10">

<>

providers>

<>

clear />

<>

add name="MultiplexingMembershipProvider" type="EPiServer.Security.MultiplexingMembershipProvider, EPiServer" provider1="SqlServerMembershipProvider" provider2="WindowsMembershipProvider" />

<>

add name="WindowsMembershipProvider" type="EPiServer.Security.WindowsMembershipProvider, EPiServer" deletePrefix="BUILTIN\" searchByEmail="true" />

<>

add name="SqlServerMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="EPiServerDB" requiresQuestionAndAnswer="false" applicationName="EPiServerSample" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />

providers>

membership>

<>

profile enabled="true" defaultProvider="SqlProfile" automaticSaveEnabled="true">

<>

properties>

<>

add name="Address" type="System.String" />

<>

add name="ZipCode" type="System.String" />

<>

add name="Locality" type="System.String" />

<>

add name="Email" type="System.String" />

<>

add name="FirstName" type="System.String" />

<>

add name="LastName" type="System.String" />

<>

add name="Language" type="System.String" />

<>

add name="Country" type="System.String" />

<>

add name="Company" type="System.String" />

<>

add name="Title" type="System.String" />

<>

add name="SubscriptionInfo" type="EPiServer.Personalization.SubscriptionInfo, EPiServer" />

<>

add name="CustomExplorerTreePanel" type="System.String" />

<>

add name="FileManagerFavourites" type="System.Collections.Generic.List`1[System.String]" />

<>

add name="EditTreeSettings" type="EPiServer.Personalization.GuiSettings, EPiServer" />

<>

add name="ClientToolsActivationKey" type="System.String" />

<>

add name="FrameworkName" type="System.String" />

properties>

<>

providers>

<>

clear />

<>

add name="SqlProfile" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="EPiServerDB" applicationName="EPiServerSample" />

providers>

profile>

<>

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

<>

assemblies>

<>

add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

<>

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

<>

add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

<>

add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

<>

add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

<>

add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

<>

add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

<>

add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

assemblies>

compilation>

<>

customErrors mode="RemoteOnly" />

<>

authentication mode="Forms">

<>

forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="120" />

authentication>

<>

trace enabled="false" 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;user id=sa;password=" cookieless="false" timeout="20" />

<>

globalization culture="en-US" uiCulture="en" requestEncoding="utf-8" responseEncoding="utf-8" resourceProviderFactoryType="EPiServer.Resources.XmlResourceProviderFactory, EPiServer" />

<>

pages validateRequest="false" enableEventValidation="true" pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

<>

controls>

<>

add tagPrefix="EPiServer" namespace="EPiServer.WebControls" assembly="EPiServer" />

<>

add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer" />

<>

add tagPrefix="EPiServer" namespace="EPiServer.Web.WebControls" assembly="EPiServer.Web.WebControls" />

<>

add tagPrefix="XForms" namespace="EPiServer.XForms.WebControls" assembly="EPiServer.XForms" />

<>

add tagPrefix="WebParts" namespace="EPiServer.WebParts.WebControls" assembly="EPiServer" />

<>

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

<>

add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

controls>

<>

namespaces>

<>

add namespace="System.Web.Mvc" />

<>

add namespace="System.Web.Mvc.Ajax" />

<>

add namespace="System.Web.Mvc.Html" />

<>

add namespace="System.Web.Routing" />

<>

add namespace="System.Linq" />

<>

add namespace="System.Collections.Generic" />

namespaces>

pages>

<>

caching>

<>

outputCacheSettings>

<>

outputCacheProfiles>

<>

add name="ClientResourceCache" enabled="true" duration="3600" varyByParam="*" varyByContentEncoding="gzip;deflate" />

outputCacheProfiles>

outputCacheSettings>

caching>

system.web>

<>

system.serviceModel>

<>

client>

<>

endpoint name="mirroringSourceEndpoint" address="http://d-113029299:17001/MirroringSourceServer.svc" binding="basicHttpBinding" contract="EPiServer.MirroringService.MirroringSourceService.IMirroringSource" />

<>

endpoint name="mirroringMonitoringEndPoint" address="http://d-113029299:17001/MirroringMonitoringServer.svc" bindingConfiguration="MonitoringMirroringBinding" binding="wsDualHttpBinding" contract="EPiServer.MirroringService.MirroringMonitoring.IMirroringMonitoringEventSystem" />

<>

endpoint name="RemoteEventServiceClientEndPoint" address="soap.udp://239.255.255.19:5000/RemoteEventService" binding="customBinding" bindingConfiguration="RemoteEventsBinding" contract="EPiServer.Events.ServiceModel.IEventReplication" />

client>

<>

bindings>

<>

customBinding>

<>

binding name="RemoteEventsBinding">

<>

binaryMessageEncoding />

<>

udpTransport multicast="True" />

binding>

customBinding>

<>

wsDualHttpBinding>

<>

binding name="MonitoringMirroringBinding" maxReceivedMessageSize="20000000">

<>

security mode="None" />

binding>

wsDualHttpBinding>

<>

netNamedPipeBinding>

<>

binding name="RemoteEventsBindingNetPipe" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">

<>

security mode="None" />

binding>

netNamedPipeBinding>

bindings>

<>

extensions>

<>

bindingElementExtensions>

<>

add name="udpTransport" type="Microsoft.ServiceModel.Samples.UdpTransportElement, EPiServer.Events" />

bindingElementExtensions>

extensions>

<>

services>

<>

service name="EPiServer.Events.Remote.EventReplication">

service>

<>

service name="ExampleEPiServerSite/EPiServer.Events.Remote.EventReplication">

<>

endpoint name="RemoteEventServiceEndPointNetPipe" address="net.pipe://RemoteEvent/ExampleEPiServerSiteMirroringService" binding="netNamedPipeBinding" bindingConfiguration="RemoteEventsBindingNetPipe" contract="EPiServer.Events.ServiceModel.IEventReplication" />

service>

services>

<>

behaviors>

<>

serviceBehaviors>

<>

behavior name="DebugServiceBehaviour">

<>

serviceDebug includeExceptionDetailInFaults="true" />

behavior>

serviceBehaviors>

behaviors>

system.serviceModel>

<>

system.webServer>

<>

modules runAllManagedModulesForAllRequests="true">

<>

add name="InitializationModule" type="EPiServer.Framework.Initialization.InitializationModule, EPiServer.Framework" preCondition="managedHandler" />

<>

add name="FirstBeginRequestModule" type="EPiServer.Web.InitializationModule, EPiServer" preCondition="managedHandler" />

<>

add name="Initializer" type="EPiServer.Scheduler.Initializer, EPiServer.Scheduler" preCondition="managedHandler" />

<>

add name="WorkflowRuntime" type="EPiServer.WorkflowFoundation.WorkflowSystem, EPiServer.WorkflowFoundation" preCondition="managedHandler" />

<>

add name="UrlRewriteModule" type="EPiServer.Web.UrlRewriteModule, EPiServer" preCondition="managedHandler" />

<>

add name="ShellRoutingModule" type="EPiServer.Shell.Web.Routing.ShellRoutingModule, EPiServer.Shell" />

<>

add name="BlogEventHandlers" type="EPiServer.Blog.EventHandlers, EPiServer.Blog" />

<>

add name="MirroringMonitoringModule" type="EPiServer.MirroringService.MirroringMonitoring.MirroringMonitoringModule, EPiServer.Enterprise" preCondition="managedHandler" />

modules>

<>

handlers>

<>

add name="UrlRoutingHandler" preCondition="integratedMode" verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

<>

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

handlers>

<>

staticContent>

<>

clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00">

clientCache>

staticContent>

<>

caching>

<>

profiles>

<>

add extension=".gif" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

<>

add extension=".png" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

<>

add extension=".js" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

<>

add extension=".css" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

<>

add extension=".jpg" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

<>

add extension=".jpeg" policy="DontCache" kernelCachePolicy="CacheUntilChange" duration="0.00:01:00" location="Any" />

profiles>

caching>

system.webServer>

<>

system.codedom>

<>

compilers>

<>

compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">

<>

providerOption name="CompilerVersion" value="v3.5" />

<>

providerOption name="WarnAsError" value="false" />

compiler>

compilers>

system.codedom>

<>

microsoft.web.services3>

<>

messaging>

<>

transports>

<>

add scheme="soap.tcp">

<>

defaultPort value="8082" />

add>

transports>

messaging>

microsoft.web.services3>

<>

location path="PageFiles">

<>

system.webServer>

<>

handlers>

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

<>

staticFile expirationTime="-1.0:0:0" />

location>

<>

location path="Documents">

<>

system.webServer>

<>

handlers>

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

<>

staticFile expirationTime="-1.0:0:0" />

location>

<>

location path="Global">

<>

system.webServer>

<>

handlers>

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

<>

staticFile expirationTime="-1.0:0:0" />

location>

<>

location path="EPiServer">

<>

system.web>

<>

httpRuntime maxRequestLength="1000000" />

<>

pages enableEventValidation="true">

<>

controls>

<>

add tagPrefix="EPiServerUI" namespace="EPiServer.UI.WebControls" assembly="EPiServer.UI" />

<>

add tagPrefix="EPiServerScript" namespace="EPiServer.ClientScript.WebControls" assembly="EPiServer" />

<>

add tagPrefix="EPiServerScript" namespace="EPiServer.UI.ClientScript.WebControls" assembly="EPiServer.UI" />

controls>

pages>

<>

globalization requestEncoding="utf-8" responseEncoding="utf-8" />

<>

authorization>

<>

allow roles="WebEditors, WebAdmins, Administrators" />

<>

deny users="*" />

authorization>

system.web>

<>

system.webServer>

<>

handlers>

<>

clear />

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

location>

<>

location path="EPiServer/CMS/admin">

<>

system.web>

<>

authorization>

<>

allow roles="WebAdmins, Administrators" />

<>

deny users="*" />

authorization>

system.web>

location>

<>

location path="WebServices">

<>

episerver.basicAuthentication sendBasicChallenge="true" basicRealm="" />

<>

system.web>

<>

httpRuntime maxRequestLength="1000000" />

<>

authorization>

<>

allow roles="WebServices,Administrators" />

<>

deny users="*" />

authorization>

system.web>

<>

system.webServer>

<>

handlers>

<>

clear />

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

location>

<>

location path="util">

<>

system.web>

<>

pages enableEventValidation="true">

<>

controls>

<>

add tagPrefix="EPiServerUI" namespace="EPiServer.UI.WebControls" assembly="EPiServer.UI" />

<>

add tagPrefix="EPiServerScript" namespace="EPiServer.ClientScript.WebControls" assembly="EPiServer" />

controls>

pages>

<>

globalization requestEncoding="utf-8" responseEncoding="utf-8" />

system.web>

<>

system.webServer>

<>

handlers>

<>

clear />

<>

add name="webresources" path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" />

<>

add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" modules="ManagedPipelineHandler" scriptProcessor="" resourceType="Unspecified" requireAccess="Script" allowPathInfo="false" preCondition="integratedMode" responseBufferLimit="4194304" />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

location>

<>

location path="App_Themes/Default">

<>

system.webServer>

<>

handlers>

<>

clear />

<>

add name="wildcard" path="*" verb="*" type="EPiServer.Web.StaticFileHandler, EPiServer" />

handlers>

system.webServer>

location>

<>

episerver.framework configSource="EPiServerFramework.config" />

<>

episerver.shell>

<>

publicModules rootPath="~/modules/" autoDiscovery="Minimal" />

<>

protectedModules rootPath="~/EPiServer/">

<>

add name="Shell" />

<>

add name="CMS" />

protectedModules>

episerver.shell>

<>

episerver.dataStore>

<>

dataStore defaultProvider="EPiServerSQLServerDataStoreProvider">

<>

providers>

<>

add name="EPiServerSQLServerDataStoreProvider" description="SQL Server implementation of Data Store" type="EPiServer.Data.Dynamic.Providers.SqlServerDataStoreProvider, EPiServer.Data" connectionStringName="EPiServerDB" />

<>

add name="EPiServerOracleDataStoreProvider" description="Oracle implementation of Data Store" type="EPiServer.Data.Dynamic.Providers.OracleDataStoreProvider, EPiServer.Data" connectionStringName="EPiServerDB_oracle" />

providers>

<>

cache defaultProvider="httpCacheProvider">

<>

providers>

<>

add name="httpCacheProvider" description="Http Cache implementation for DataStore" type="EPiServer.Data.Cache.HttpRuntimeCacheProvider,EPiServer.Data.Cache" />

<>

add name="nullCacheProvider" description="Null Cache implementation for DataStore" type="EPiServer.Data.Cache.NullCacheProvider,EPiServer.Data" />

providers>

cache>

dataStore>

episerver.dataStore>

<>

episerver.search active="false">

<>

namedIndexingServices defaultService="">

<>

services>

services>

namedIndexingServices>

<>

searchResultFilter defaultInclude="true">

<>

providers />

searchResultFilter>

episerver.search>

<>

episerverModules>

<>

episerver.Blog>

<>

vppProviderName>SiteGlobalFiles

<>

itemPageTypeName>[AlloyTech] Blog item

<>

teamStartPageTypeName>[AlloyTech] Blog team start

<>

personalStartPageTypeName>[AlloyTech] Blog personal start

<>

listPageTypeName>[AlloyTech] Blog list

episerver.Blog>

episerverModules>

configuration>

Thanks!

 

Thanks,

Karthik

#90054
Sep 01, 2014 14:04
Vote:
 

Everything looks good what I can see.

Can you please verify that you are a member of the administration-group on your computer

#90055
Sep 01, 2014 14:18
Vote:
 

Hi Henrik as you suggested I have verified the user,the user is member of administration group only.   

Thanks Henrik!

 

Thanks,

Karthik

  

#90075
Sep 02, 2014 6:54
Vote:
 

So it is working now?
Great then

Please mark my answear as an aswear so others can see that it is solved

#90076
Sep 02, 2014 6:59
Vote:
 

No Henrik, again its landing into EPiServer Login page. Do I need to check any other connection strings or config files? Sorry since I am new for EpiServer having this kind of doubts.

#90077
Sep 02, 2014 7:17
Vote:
 

It should be good

Try to create a site with database from EPiServer Deployment Center and see if that works, since that should always work out of the box on your local machine. If that works, try to compare the config files and see if you can find any differens.

You should try to go to a course if you are able to:

http://www.episerver.com/Training/Schedule--registration/

#90081
Sep 02, 2014 8:24
Vote:
 

Are you sure you are using a local account and not a microsoft account? Ref. http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=79661&

#90082
Sep 02, 2014 8:28
Vote:
 

Thanks Henrik and all, after restarting the IIS (after followed the suggested things in forums), I am able to loing into EpiServer

#90083
Sep 02, 2014 8:49
Vote:
 

Great!
Have fun coding!

#90084
Sep 02, 2014 8:51
SasiRekha - Jun 01, 2020 17:51
Hi Henrik, I too struggling to log in to my local Episerver CMS. I tried to log in using my local administrator account.
I am getting "The trust relationship between the primary domain and the trusted domain failed." error all the time. Can you please help me get this resolved. I am new to Episerver
Vote:
 

Thank you All, Now I am able to login into EPiServer CMS after following all of your sugession.

Thanks,

Karthik Asaithambi

#90340
Sep 08, 2014 8:26
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.