Is there an ETA to when this feature will be implemented. We are sitting on the code till this works. THANKS.
Mo
Mohit Vij
9/14/2008 11:43 AM
We have examined the trust issue and it seems it will hard even if we remove dependancy on registry access. The upload module also depends on Reflection permission (not fixable) which Medium-Trust does not allow. Any other ASP:NET upload module on the market requires this permission.
It’s easy to remove code which accesses Registry but you will also need to disable upload module and use ASP.NET’s own upload method.
Why can’t you get Full-Trust on your server? Even shared hosting companies allow Full-trust, it’s still a secure level so there shouldn’t be any problems.
Cem Alacayir
11/4/2008 4:30 PM