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.
Line 152: Line 153: <!-- ASPNETAJAX --> Line 154: <system.web.extensions> Line 155: <scripting> Line 156: <scriptResourceHandler enableCompression="true" enableCaching="true" />
Thank you for your help. I did as your suggest as well,
i downloaded 4.0.2 version and upload all of files into my host and then point to my url.
by the way i can't see the configuration page i see only login page as
and when i enter my username >>> umbracousername and password >>> umbracopassword
i got en error appear
Server Error in '/' Application.
Login failed for user 'umbracopassword'.
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.Data.SqlClient.SqlException: Login failed for user 'umbracopassword'.
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.
Note that both your user id and password are set to be umbracopassword. Does this user exist? Should the user id be umbracousername? I'm just guessing based upon what you said previously.
Just note that the user in this case should be the user that you used to create the umbraco database on the SQL Server during install.
At the login screen that you showed earlier you will need to use the admin username the first time and whatever password you set the admin user to use during install. After that you can create a new account if you desire with a different name.
Choke, are you sure the username/password for the admin area of Umbraco is the same as you used for your database. Normally when installing Umbraco there's created a user called admin and then you need to provide a password for that user. Try loggin in with admin as the username and the password you wrote when installing Umbraco.
And just to be totally clear: The username and password you write in your web.config:
is only used for logging into the database and NOT for logging into Umbraco. But if you have been inside f umbraco and created a user called umbracouser, maybe there's something else wrong.
web.config file error , please help
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: Unrecognized configuration section system.web.extensions.
Source Error:
Source File: D:\Domains\sdsbiz.com\web.config Line: 154
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
Choke,
Which version of umbraco are you using?
Regards
Ismail
Dear Ismail
I used 4.5 version, which version that i can use with asp.net2.0?
Thank you
Regards
Choke
Choke,
4.5 cannot be used with 2.0 anything pre 4.1 can.
Regards
Ismail
This is the latest one that works with 2.0: http://umbraco.codeplex.com/releases/view/37337
Dear All
Thank you for your help. I did as your suggest as well,
i downloaded 4.0.2 version and upload all of files into my host and then point to my url.
by the way i can't see the configuration page i see only login page as
and when i enter my username >>> umbracousername and password >>> umbracopassword
i got en error appear
Server Error in '/' Application.
Login failed for user 'umbracopassword'.
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.Data.SqlClient.SqlException: Login failed for user 'umbracopassword'.
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:
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
this is my web.config file.
<?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="datalayer=SqlServer;server=203.146.170.168;database=umbraco;user id=umbracopassword;password=umbracopassword" />
<add key="umbracoConfigurationStatus" value="4.0.2" />
<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" />
<!-- How often should umbraco check for upgrades (in days) -->
<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>
please help me.
Thank you
Regards
Choke.
Babie for Umbraco
Greetings Choke,
If you look closely at your web.config you see the following:
Note that both your user id and password are set to be umbracopassword. Does this user exist? Should the user id be umbracousername? I'm just guessing based upon what you said previously.
Just note that the user in this case should be the user that you used to create the umbraco database on the SQL Server during install.
At the login screen that you showed earlier you will need to use the admin username the first time and whatever password you set the admin user to use during install. After that you can create a new account if you desire with a different name.
--Chris
Dear Chris
Thank you for your suggestion.
For my sql database
database name : umbraco
uername >>> umbracouser
password >>> umbracopassword
and i change my web.config file to
how can i do next?
FYI.
Regards
Choke
Choke, are you sure the username/password for the admin area of Umbraco is the same as you used for your database. Normally when installing Umbraco there's created a user called admin and then you need to provide a password for that user. Try loggin in with admin as the username and the password you wrote when installing Umbraco.
And just to be totally clear: The username and password you write in your web.config:
is only used for logging into the database and NOT for logging into Umbraco. But if you have been inside f umbraco and created a user called umbracouser, maybe there's something else wrong.
Hope the above makes sense :)
/Kim A
Dear kim
CC: all
Thank you very much for your help.
by the way, i completed my site already.
very happy now.
Thank a ton for your advise.
Regards
Choke
is working on a reply...