Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Problem with machine.config

Reply
Thread Tools

Problem with machine.config

 
 
Jorge Ochoa
Guest
Posts: n/a
 
      06-03-2005
Hello every one:

I have a problem: We have applications in a share server but they have
changed the machine.config <trust level= "Full" to
<trust level="Medium", this does not let me use assembles like a text editor
of htlm. I tried to write down this line:
trust level="Full" at the web.config but it did not work because they have
take out all permissions to overwrite policies.

What can I do to solve this problem, I am searching for any answer through
Internet but there is not clues.


 
Reply With Quote
 
 
 
 
Nicole Calinoiu
Guest
Posts: n/a
 
      06-03-2005
If you want to run your application on their server, you'll need to ensure
that you don't use assemblies that require permissions beyond the medium
trust permission grant. If you're not willing to change your application,
you have a fairly limited set of options:

1. Change hosting providers to one that doesn't force ASP.NET application
to run with partial trust. Of course, this will result in your application
being potentially vulnerable to the other fully trusted applications that
run on the same server.

2. Convince your current hosting provider to allow your application to run
with full trust. (This is a change they, but not you, can apply.) Of
course, if they let your application run with full trust, they might let
other folks do the same, and you're essentially back to the same
vulnerability as in #1.

3. Host the application on a dedicated server where you can control the
trust level and you don't need to worry about potential risk from others'
fully trusted application. This is, of course, usually more expensive than
#1 or #2. <g>



"Jorge Ochoa" <> wrote in message
news:7EF6D3EA-F136-40B5-A131-...
> Hello every one:
>
> I have a problem: We have applications in a share server but they have
> changed the machine.config <trust level= "Full" to
> <trust level="Medium", this does not let me use assembles like a text
> editor
> of htlm. I tried to write down this line:
> trust level="Full" at the web.config but it did not work because they have
> take out all permissions to overwrite policies.
>
> What can I do to solve this problem, I am searching for any answer through
> Internet but there is not clues.
>
>



 
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
Problem problem problem :( Need Help Mike ASP General 2 05-11-2004 08:36 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