Hello there,
I'm working on a project wich use Telerik RadControls.
Since many days we are facing the same problem.
None of the solutions we found in forums worked.
You are our last chance !
We have to upload a file and we still get the same error message (see on : msq_erreur.png).
We're working with Visual Studio 2010, and IIS 7.5 on a Seven 64 bits computer.
We try all the trick that are exposed on this page :
http://www.telerik.com/help/aspnet-ajax/upload-configuration.html
And it still doesn't work. We also try to activate the "IIS 6 Compatibilty components" but nothing change.
I give you our web.config file :
We hope you can help us.
Best Regards.
I'm working on a project wich use Telerik RadControls.
Since many days we are facing the same problem.
None of the solutions we found in forums worked.
You are our last chance !
We have to upload a file and we still get the same error message (see on : msq_erreur.png).
We're working with Visual Studio 2010, and IIS 7.5 on a Seven 64 bits computer.
We try all the trick that are exposed on this page :
http://www.telerik.com/help/aspnet-ajax/upload-configuration.html
And it still doesn't work. We also try to activate the "IIS 6 Compatibilty components" but nothing change.
I give you our web.config file :
<?
xml
version
=
"1.0"
?>
<
configuration
xmlns
=
"http://schemas.microsoft.com/.NetConfiguration/v2.0"
>
<
configSections
>
<
section
name
=
"openaccess"
type
=
"OpenAccess.Config.ConfigSectionHandler, OpenAccess.Config.20, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342"
/>
</
configSections
>
<
appSettings
>
<
add
key
=
"XXXX-Track.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=XXXXXXXXX;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"XXXX-Export.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=XXXXXXXXX;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"XXXXXXXXX.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=XXXXXXXXX;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"XXXX-Securite.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=XXXXXXXXX;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"XXXX-eReleve.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=XXXXXXXXX;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"XXXX-eReleve.OLEDBConnectionString"
value
=
"Provider=SQLOLEDB;Server=.\XXXXXXXXX;Database=XXXXXXXXX;Uid=XXXX; Pwd=_XXXX1"
/>
<
add
key
=
"Ns-EVENTS.ConnectionString"
value
=
"server=.\XXXXXXXXX;database=TRACK_EVENTS;uid=XXXX;pwd=_XXXX1"
/>
<
add
key
=
"TermPicker.NavigateUrl"
value
=
"../XXXXXXXXX/ViewSingleTopic.aspx?TTop_PK_ID="
/>
<
add
key
=
"Ns-XForms.ConnectionString"
value
=
"Data Source=.\XXXXXXXXX;Initial Catalog=Ns-Forms;Persist Security Info=True;User ID=XXXX;Password=_XXXX1"
/>
<
add
key
=
"Ns-XForms.OLEDBConnectionString"
value
=
"Provider=SQLOLEDB;Data Source=.\XXXXXXXXX;Initial Catalog=Ns-Forms;User ID=XXXX;Password=_XXXX1"
/>
<
add
key
=
"Telerik.RadUpload.TempFolder"
value
=
"XXXXXXXXX"
/>
</
appSettings
>
<
connectionStrings
>
<
remove
name
=
"LocalSqlServer"
/>
<
add
name
=
"XXXXConnectionString1"
connectionString
=
"Data Source=XXXX-DATA;Initial Catalog=XXXX;Integrated Security=True"
providerName
=
"System.Data.SqlClient"
/>
<
add
name
=
"XXXXConnectionString"
connectionString
=
"server=.\XXXXXXXXX;database=XXXX;uid=XXXX;pwd=_XXXX1"
providerName
=
"System.Data.SqlClient"
/>
<!--<add name="XXXXXXXXXConnectionString" connectionString="Data Source=.\XXXXXXXXX;Initial Catalog=XXXXXXXXX;uid=XXXX;pwd=_XXXX1" providerName="System.Data.SqlClient"/>-->
</
connectionStrings
>
<
location
path
=
"APP_WebServices"
>
<
system.web
>
<
authorization
>
<
allow
users
=
"*"
/>
</
authorization
>
</
system.web
>
</
location
>
<
location
path
=
"."
>
<
system.web
>
<
webServices
>
<
protocols
>
<
add
name
=
"HttpGet"
/>
<
add
name
=
"HttpPost"
/>
</
protocols
>
</
webServices
>
<
httpRuntime
maxRequestLength
=
"8192"
/>
<
httpHandlers
>
<
remove
verb
=
"*"
path
=
"*.asmx"
/>
<
add
verb
=
"*"
path
=
"*.asmx"
validate
=
"false"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
verb
=
"*"
path
=
"*_AppService.axd"
validate
=
"false"
type
=
"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
verb
=
"GET,HEAD"
path
=
"ScriptResource.axd"
validate
=
"false"
type
=
"System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
verb
=
"*"
path
=
"Telerik.RadUploadProgressHandler.aspx"
type
=
"Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2"
/>
<
add
verb
=
"*"
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"
/>
<
add
verb
=
"*"
path
=
"Telerik.Web.UI.DialogHandler.aspx"
type
=
"Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
/>
<
add
verb
=
"*"
path
=
"Telerik.Web.UI.SpellCheckHandler.axd"
type
=
"Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
/>
<
add
verb
=
"*"
path
=
"ChartImage.axd"
type
=
"Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
validate
=
"false"
/>
<
add
path
=
"Telerik.Web.UI.WebResource.axd"
verb
=
"*"
type
=
"Telerik.Web.UI.WebResource, Telerik.Web.UI"
validate
=
"false"
/>
<
add
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.RadUploadProgressHandler"
verb
=
"*"
validate
=
"false"
/>
</
httpHandlers
>
<
httpModules
>
<
add
name
=
" RadUploadModule"
type
=
" Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2"
/>
<
add
name
=
"ScriptModule"
type
=
"System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
</
httpModules
>
<
customErrors
mode
=
"Off"
/>
<
globalization
enableClientBasedCulture
=
"true"
culture
=
"auto"
uiCulture
=
"auto"
/>
<
compilation
debug
=
"true"
defaultLanguage
=
"vb"
>
<
assemblies
>
<
add
assembly
=
"System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"
/>
<
add
assembly
=
"System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"
/>
<
add
assembly
=
"System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"
/>
<
add
assembly
=
"System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"
/>
<
add
assembly
=
"System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"
/>
<
add
assembly
=
"System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
/>
<
add
assembly
=
"System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
/>
<
add
assembly
=
"Telerik.Web.UI, Version=2009.01.0527.35, Culture=neutral, PublicKeyToken=121FAE78165BA3D4"
/>
</
assemblies
>
<
buildProviders
>
<
add
extension
=
".rdlc"
type
=
"Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
/>
</
buildProviders
>
<
codeSubDirectories
>
<
add
directoryName
=
"VBCode"
/>
<
add
directoryName
=
"CSCode"
/>
</
codeSubDirectories
>
</
compilation
>
<
trace
enabled
=
"false"
requestLimit
=
"10"
pageOutput
=
"true"
traceMode
=
"SortByTime"
localOnly
=
"true"
/>
<
authentication
mode
=
"Forms"
>
<
forms
name
=
".XXXX"
loginUrl
=
"Login.aspx"
timeout
=
"120"
/>
</
authentication
>
<
authorization
>
<
deny
users
=
"?"
/>
</
authorization
>
<
pages
maintainScrollPositionOnPostBack
=
"true"
/>
</
system.web
>
</
location
>
<
openaccess
xmlns
=
"http://www.vanatec.com/OpenAccess"
>
<
references
/>
<
connections
>
<
connection
id
=
"DatabaseConnection1"
>
<
databasename
>XXXX</
databasename
>
<
servername
>localhost</
servername
>
<
integratedSecurity
>True</
integratedSecurity
>
<
backendconfigurationname
>mssqlConfiguration</
backendconfigurationname
>
</
connection
>
</
connections
>
<
backendconfigurations
>
<
backendconfiguration
id
=
"mssqlConfiguration"
backend
=
"mssql"
>
<
mappingname
>mssqlMapping</
mappingname
>
</
backendconfiguration
>
</
backendconfigurations
>
<
mappings
current
=
"mssqlMapping"
>
<
mapping
id
=
"mssqlMapping"
/>
</
mappings
>
</
openaccess
>
<
system.webServer
>
<
validation
validateIntegratedModeConfiguration
=
"false"
/>
<
modules
>
<
add
name
=
"RadUploadModule"
type
=
"Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"
preCondition
=
"integratedMode"
/>
<
add
name
=
"ScriptModule"
preCondition
=
"integratedMode"
type
=
"System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
</
modules
>
<
handlers
>
<
add
name
=
"ChartImage.axd_*"
path
=
"ChartImage.axd"
verb
=
"*"
type
=
"Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik.Web.UI.SpellCheckHandler.axd_*"
path
=
"Telerik.Web.UI.SpellCheckHandler.axd"
verb
=
"*"
type
=
"Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik.Web.UI.DialogHandler.aspx_*"
path
=
"Telerik.Web.UI.DialogHandler.aspx"
verb
=
"*"
type
=
"Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik.RadUploadProgressHandler.ashx_*"
path
=
"Telerik.RadUploadProgressHandler.ashx"
verb
=
"*"
type
=
"Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik.Web.UI.WebResource.axd_*"
path
=
"Telerik.Web.UI.WebResource.axd"
verb
=
"*"
type
=
"Telerik.Web.UI.WebResource, Telerik.Web.UI"
preCondition
=
"integratedMode"
/>
<
remove
name
=
"WebServiceHandlerFactory-Integrated"
/>
<
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"
/>
<
add
name
=
"Telerik_RadUploadProgressHandler_ashx"
verb
=
"*"
preCondition
=
"integratedMode"
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.RadUploadProgressHandler"
/>
</
handlers
>
<
defaultDocument
>
<
files
>
<
add
value
=
"login.aspx"
/>
</
files
>
</
defaultDocument
>
</
system.webServer
>
</
configuration
>
Best Regards.