<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings/>
<connectionStrings>
<add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\TS_Items.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
Visual Basic options:
Set strict="true" to disallow all data type conversions
where data loss can occur.
Set explicit="true" to force declaration of all variables.
-->
<customErrors mode="Off" />
<httpHandlers>
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/>
</httpHandlers>
<compilation debug="true" strict="false" explicit="true">
<assemblies>
<!--<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>-->
<add assembly="DevExpress.Web.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="DevExpress.Data.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.Web.ASPxEditors.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraReports.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.Utils.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraPrinting.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraBars.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraEditors.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraNavBar.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="DevExpress.XtraCharts.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="DevExpress.XtraRichTextEdit.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/>
<add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>
<buildProviders>
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
</compilation>
<pages>
<namespaces>
<clear/>
<add namespace="System"/>
<add namespace="System.IO"/>
<add namespace="System.Collections"/>
<add namespace="System.Collections.Specialized"/>
<add namespace="System.Configuration"/>
<add namespace="System.Text"/>
<add namespace="System.Text.RegularExpressions"/>
<add namespace="System.Web"/>
<add namespace="System.Web.Caching"/>
<add namespace="System.Web.SessionState"/>
<add namespace="System.Web.Security"/>
<add namespace="System.Web.Profile"/>
<add namespace="System.Web.UI"/>
<add namespace="System.Web.UI.WebControls"/>
<add namespace="System.Web.UI.WebControls.WebParts"/>
<add namespace="System.Web.UI.HtmlControls"/>
</namespaces>
</pages>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="windows" />
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>
the <authentication> tag may be specified only in the application's root web.config file.
You defined an authentication mode inside a web.config in the "webadcr" folder. This is not allowed.
You should move the <authentication> tag in the root web.config, or configure the "webadcr" folder as application in IIS.
Hope this helps. Bye!
=WereWolf= --
Helping someone does not mean giving them what they need, but making them able to get it themselves
--
The Code Golem http://www.codegolem.com/
http://www.trusted-cars.com/ if this is your domain address.. i think you created "webadcr" and then you uploaded all your files in to that folder.... What you need to do is go to your hosting control panel and mark webadcr as a virtual directory.... When you
login to the hosting control panel you will find the IIS settings there you can make this changes...
http://www.trusted-cars.com/ if this is your domain address.. i think you created "webadcr" and then you uploaded all your files in to that folder.... What you need to do is go to your hosting control panel and mark webadcr as a virtual directory.... When you
login to the hosting control panel you will find the IIS settings there you can make this changes...
imake this chang but no solution problem plese help me???[co]
Open IIS -> open the default Web Site, find the folder for your application, right click on it, choose properties and then in the screen that opens up, hit CREATE (a button).
Please mark it as answer if it resolves the issue.
Open IIS -> open the default Web Site, find the folder for your application, right click on it, choose properties and then in the screen that opens up, hit CREATE (a button).
Please mark it as answer if it resolves the issue.
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: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms.
Source Error:
[No relevant source lines]
Source File: d:\hosting\carswebsite\web.config Line: 79
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
=WereWolf= --
Helping someone does not mean giving them what they need, but making them able to get it themselves
--
The Code Golem http://www.codegolem.com/
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: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms.
Source Error:
[No relevant source lines]
Source File: d:\hosting\carswebsite\web.config Line: 79
omar882
0 Points
26 Posts
error in my website (<authentication mode="windows" />)
Mar 05, 2009 12:22 PM|LINK
error in my website
http://www.trusted-cars.com/webadcr/
plese help me
this webconfig
<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <appSettings/> <connectionStrings> <add name="ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\TS_Items.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. Visual Basic options: Set strict="true" to disallow all data type conversions where data loss can occur. Set explicit="true" to force declaration of all variables. --> <customErrors mode="Off" /> <httpHandlers> <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/> </httpHandlers> <compilation debug="true" strict="false" explicit="true"> <assemblies> <!--<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>--> <add assembly="DevExpress.Web.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="DevExpress.Data.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.Web.ASPxEditors.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraReports.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.Utils.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraPrinting.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraBars.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraEditors.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraNavBar.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="DevExpress.XtraCharts.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="DevExpress.XtraRichTextEdit.v7.2, Version=7.2.3.0, Culture=neutral, PublicKeyToken=9B171C9FD64DA1D1"/> <add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies> <buildProviders> <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> </buildProviders> </compilation> <pages> <namespaces> <clear/> <add namespace="System"/> <add namespace="System.IO"/> <add namespace="System.Collections"/> <add namespace="System.Collections.Specialized"/> <add namespace="System.Configuration"/> <add namespace="System.Text"/> <add namespace="System.Text.RegularExpressions"/> <add namespace="System.Web"/> <add namespace="System.Web.Caching"/> <add namespace="System.Web.SessionState"/> <add namespace="System.Web.Security"/> <add namespace="System.Web.Profile"/> <add namespace="System.Web.UI"/> <add namespace="System.Web.UI.WebControls"/> <add namespace="System.Web.UI.WebControls.WebParts"/> <add namespace="System.Web.UI.HtmlControls"/> </namespaces> </pages> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="windows" /> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration>WereWolf
Contributor
2841 Points
399 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 05, 2009 12:37 PM|LINK
Hi,
the <authentication> tag may be specified only in the application's root web.config file.
You defined an authentication mode inside a web.config in the "webadcr" folder. This is not allowed.
You should move the <authentication> tag in the root web.config, or configure the "webadcr" folder as application in IIS.
Hope this helps. Bye!
--
Helping someone does not mean giving them what they need, but making them able to get it themselves
--
The Code Golem http://www.codegolem.com/
omar882
0 Points
26 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 05, 2009 12:54 PM|LINK
plese help me how[co]
getchinna_sv
Star
12043 Points
2096 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 05, 2009 12:57 PM|LINK
omar882
0 Points
26 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 09:04 AM|LINK
imake this chang but no solution problem plese help me???[co]
sumitd
Star
12168 Points
2151 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 09:21 AM|LINK
Open IIS -> open the default Web Site, find the folder for your application, right click on it, choose properties and then in the screen that opens up, hit CREATE (a button).
Please mark it as answer if it resolves the issue.
visit: http://technicalsol.blogspot.com
Visit: www.msblogdirectory.com
www.dotnetspeaks.com
omar882
0 Points
26 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 09:40 AM|LINK
the error now
this>>>>>>>>>>>>>>>
omar882
0 Points
26 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 10:22 AM|LINK
help me plese[co]
WereWolf
Contributor
2841 Points
399 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 10:28 AM|LINK
Hi,
web.config tags are case sensitive.
Should be:
<authentication mode="Windows" />
Bye!
--
Helping someone does not mean giving them what they need, but making them able to get it themselves
--
The Code Golem http://www.codegolem.com/
omar882
0 Points
26 Posts
Re: error in my website (<authentication mode="windows" />)
Mar 07, 2009 10:45 AM|LINK
yes ichange but new errors is