Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > config files must contain trust section

Reply
Thread Tools

config files must contain trust section

 
 
Bob
Guest
Posts: n/a
 
      12-05-2006
Hi,
Built a webservice which was working until I fiddled with the Config files.
I thought I had put every back to its original state but I guess not.
When I try to build the Web site I get the following error:
"The application's configuration files must contain 'trust' section. "
Also when looking at the app.config file line:
<section name="EasyAdminClient.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"
/>

I get an error of "the requirePermission attribute is not declared" when I
mouse over requirePermission

Is there any way to get back to default conditions?

Thanks

Bob


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
section with in a section config file and reading that config file kampy Python 9 10-19-2012 10:59 PM
Does string contain A, and if so, does a section of string contain B Jason Carlton Javascript 11 12-08-2009 06:07 PM
The application's configuration files must contain 'trust' section Satish Babu Dasari ASP .Net Security 2 01-11-2006 11:56 AM
The application's configuration files must contain 'trust' section Satish Babu Dasari ASP .Net Web Services 1 01-11-2006 09:33 AM
The application's configuration files must contain 'trust' section =?Utf-8?B?U2F0aXNoIEJhYnUgRGFzYXJp?= ASP .Net 0 01-11-2006 07:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57