Hello,
I have a Windows 2008 Server IIS7 running ASP.NET 3.5 SP1 and ASP.NET 4.0 in Medium Trust.
I am trying to execute System.IO.Directory.CreateDirectory method.
It works fine with ASP.NET 4.0 but under ASP.NET 3.5 SP1 I get :
SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib
What is going on ?
Is this an ASP.NET 2.0 (3.5 SP1) bug ?
Maciej
...
Go to the complete details ...