Click here to Skip to main content
15,926,857 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralWindows to web code Pin
Member 387988122-Feb-08 19:50
Member 387988122-Feb-08 19:50 
GeneralRe: Windows to web code Pin
Christian Graus22-Feb-08 20:17
protectorChristian Graus22-Feb-08 20:17 
Generalauto fill Pin
Member 387988122-Feb-08 19:02
Member 387988122-Feb-08 19:02 
GeneralRe: auto fill Pin
Christian Graus22-Feb-08 19:05
protectorChristian Graus22-Feb-08 19:05 
GeneralASP.Net communication Pin
Soundari22-Feb-08 18:23
Soundari22-Feb-08 18:23 
GeneralRe: ASP.Net communication Pin
Christian Graus22-Feb-08 19:12
protectorChristian Graus22-Feb-08 19:12 
GeneralAuthentication Help [modified] Pin
Kurt - CSDevMan22-Feb-08 16:22
Kurt - CSDevMan22-Feb-08 16:22 
QuestionThat assembly does not allow partially trusted callers [modified] Pin
Nishad22-Feb-08 8:18
Nishad22-Feb-08 8:18 
Hi,
i have uploaded my sit to web server goddady.com
i have a button to download dyanmically generated excel file.This button is ajax enabled.....When i am click on this button it will popup a message like

"That assembly does not allow partially trusted callers"
This is my web.config file Please help me on this issue?


<?xml version="1.0"?>

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<configSections>
<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>
</configSections>

<appSettings>

</appSettings>
<connectionStrings/>
<system.web>

<compilation debug="false">
<assemblies>
<add assembly="System.DirectoryServices, 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="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</assemblies>
<buildProviders>
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</buildProviders>
</compilation>

<authentication mode="Windows"/>

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

<customErrors mode="Off" defaultRedirect="Error.aspx">
</customErrors>

<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="*" path="*_AppService.axd" validate="false" 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" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>
<identity impersonate="true" />

</system.web>

<system.web.extensions>
<scripting>
<webServices>

</webServices>

</scripting>
</system.web.extensions>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</modules>
<handlers>
<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"/>
</handlers>
</system.webServer>

</configuration>

modified on Friday, February 22, 2008 11:16 PM
GeneralRe: That assembly does not allow partially trusted callers Pin
Not Active22-Feb-08 11:16
mentorNot Active22-Feb-08 11:16 
Generalgood asp.net web hosting Pin
tjawed22-Feb-08 5:31
tjawed22-Feb-08 5:31 
GeneralRe: good asp.net web hosting Pin
Jasmine250122-Feb-08 5:34
Jasmine250122-Feb-08 5:34 
GeneralRe: good asp.net web hosting Pin
tjawed22-Feb-08 5:42
tjawed22-Feb-08 5:42 
GeneralRe: good asp.net web hosting Pin
Not Active22-Feb-08 6:29
mentorNot Active22-Feb-08 6:29 
GeneralRe: good asp.net web hosting Pin
N a v a n e e t h22-Feb-08 6:35
N a v a n e e t h22-Feb-08 6:35 
GeneralRe: good asp.net web hosting Pin
LloydA11122-Feb-08 13:22
LloydA11122-Feb-08 13:22 
GeneralRe: good asp.net web hosting Pin
Not Active22-Feb-08 14:33
mentorNot Active22-Feb-08 14:33 
GeneralRe: good asp.net web hosting Pin
LloydA11122-Feb-08 14:36
LloydA11122-Feb-08 14:36 
GeneralRe: good asp.net web hosting Pin
Expert Coming22-Feb-08 14:43
Expert Coming22-Feb-08 14:43 
GeneralRe: good asp.net web hosting Pin
Mark Churchill24-Feb-08 13:26
Mark Churchill24-Feb-08 13:26 
QuestionWeb site troubleshooting check list? Pin
Jasmine250122-Feb-08 5:25
Jasmine250122-Feb-08 5:25 
AnswerRe: Web site troubleshooting check list? Pin
Jasmine250122-Feb-08 11:10
Jasmine250122-Feb-08 11:10 
AnswerRe: Web site troubleshooting check list? Pin
Expert Coming22-Feb-08 14:47
Expert Coming22-Feb-08 14:47 
GeneralRe: Web site troubleshooting check list? Pin
Jasmine250125-Feb-08 5:15
Jasmine250125-Feb-08 5:15 
Generalonclinetcancel for ajax control Pin
eyeseetee22-Feb-08 4:45
eyeseetee22-Feb-08 4:45 
GeneralSimple ASP.NET Question (Visual WebDeveloper C#) Pin
Gjsonke22-Feb-08 2:46
Gjsonke22-Feb-08 2:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.