it worked 10 minutes ago. now i get:
[SecurityException: Request for the permission of type ‘System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ failed.]
i understand what this error is, i ‘know’ you fix it by using the alternate virtual path io control (or something like that)…
what i don’t know is a, how to do that, but yet b: why did it work 10 minutes ago?
now it’s working, not working, working, not working… ad infinitum wtf
same error though
edit
something cached i guess
/edit
jetx86
July 9, 2007, 11:05pm
3
and now it’s not borking… (i should be happy)
do you have some code being called on a subpage that may be causing this?
jetx86
July 9, 2007, 11:43pm
5
heh… i must, and one that doesn’t want to write to disk all the time…
it’s borking again same error though, ‘should’ be easy enough to find…
/me delves further
edit
good thing this isn’t my dayjob
/edit
jetx86
July 10, 2007, 12:06am
6
okie…
‘seems’ to be the system.xml one
<assemblies>
<add assembly="System.Xml, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Messaging, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
where do i go to find the name of the one that uses the virtual path?
and the other two, are they full trust ones also?
edit
where do i go to find the name of the control that writes to the virtual path and runs under medium trust, rather
/edit
jetx86
July 10, 2007, 3:03pm
7
now it works, and has worked for quite a while and i can’t break it
and while i messed around, i don’t really think i fixed it …
ah well, time will tell