Click here to Skip to main content
15,917,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
moslem52228-Dec-10 19:35
moslem52228-Dec-10 19:35 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
Ramesh Swaminathan13-May-09 7:06
Ramesh Swaminathan13-May-09 7:06 
GeneralRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
DotNetCoderJunior13-May-09 20:29
DotNetCoderJunior13-May-09 20:29 
AnswerRe: Excel Error System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC Pin
sarang.c++28-Dec-11 19:39
sarang.c++28-Dec-11 19:39 
QuestionLoading Control along with Javascript on ajax Call Pin
Rizwan Bashir13-May-09 3:09
Rizwan Bashir13-May-09 3:09 
Questionworking with iis 7.0 Pin
aamirzada13-May-09 2:07
aamirzada13-May-09 2:07 
AnswerRe: working with iis 7.0 Pin
Abhijit Jana13-May-09 3:39
professionalAbhijit Jana13-May-09 3:39 
QuestionNeed help regarding Trust Level Error Pin
rockinkash13-May-09 1:56
rockinkash13-May-09 1:56 
Hi,

i am working on embedding rss feeds in my site
it has worked fine in my local server
but when i have uploaded that one in web
it shows the following error


Exception Details:-
------------------

System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error :-
--------------


Line 41: {
Line 42: clrFeed.DataSource = "http://in.news.yahoo.com/myyahoo/rss/national-general.xml";
Line 43: clrFeed.DataBind();
Line 44:
Line 45: rssRediff.DataSource = "http://www.rediff.com/rss/inrss.xml";


My web.config file :-
--------------------

<location allowoverride="false">

<system.web>


<compilation debug="true">
<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.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">










--------------------------------------------------------------------------------------------------------------------

I dint embed the trust level tag in web.config. ( You can see the commented one )

my service provider provides medium trust level.

when i have applied trust level as medium in my web.config

it shows an error like

location allowoverride="false"

then i have changed the allowoverride to true. But its not working.

Can you please help me out in this regard


thanks in advance
AnswerRe: Need help regarding Trust Level Error Pin
logicaldna15-Jun-09 20:24
logicaldna15-Jun-09 20:24 
QuestionConfigure IIS in Windows server 2003 for ASP.NET2.0? Pin
Subin Alex13-May-09 1:42
Subin Alex13-May-09 1:42 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
saanj13-May-09 2:15
saanj13-May-09 2:15 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
Brian W King13-May-09 2:18
Brian W King13-May-09 2:18 
AnswerRe: Configure IIS in Windows server 2003 for ASP.NET2.0? Pin
Abhijit Jana13-May-09 3:45
professionalAbhijit Jana13-May-09 3:45 
QuestionVisual studio problem Pin
gottimukkala13-May-09 1:20
gottimukkala13-May-09 1:20 
AnswerRe: Visual studio problem Pin
Abhijit Jana13-May-09 1:39
professionalAbhijit Jana13-May-09 1:39 
GeneralRe: Visual studio problem Pin
gottimukkala13-May-09 1:42
gottimukkala13-May-09 1:42 
GeneralRe: Visual studio problem Pin
saanj13-May-09 2:23
saanj13-May-09 2:23 
GeneralRe: Visual studio problem Pin
gottimukkala13-May-09 2:31
gottimukkala13-May-09 2:31 
GeneralRe: Visual studio problem Pin
Abhijit Jana13-May-09 3:36
professionalAbhijit Jana13-May-09 3:36 
QuestionJava Script is not running with Mozilla Firefox Pin
Saurabh126213-May-09 1:05
Saurabh126213-May-09 1:05 
AnswerRe: Java Script is not running with Mozilla Firefox Pin
Baran M13-May-09 18:31
Baran M13-May-09 18:31 
GeneralRe: Java Script is not running with Mozilla Firefox Pin
Saurabh126213-May-09 19:59
Saurabh126213-May-09 19:59 
Generalscript injection probelms and solutions Pin
Member 475589313-May-09 1:04
Member 475589313-May-09 1:04 
GeneralRe: script injection probelms and solutions Pin
Abhijit Jana13-May-09 1:33
professionalAbhijit Jana13-May-09 1:33 
GeneralRe: script injection probelms and solutions Pin
Baran M13-May-09 18:22
Baran M13-May-09 18:22 

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.