Error when copied in to server
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi all i am created one windows application with opendialog box and stream reader. it is running fine in my mechine. then i copied that in to my server. when i try to the project in server, i am getting the fallowing exception Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. i had searched in the net with the above keyword and find that .net won't give permission to run projects in shared/network drives. is there any other solution for this coolsweety