|
I am trying to convert a Windows Forms solution to a web application, i.e. I am trying to integrate the Windows app with a web application project that is being set as the default project. The problem I am facing is that I am getting an exception every time the Windows solution classes try to write on the hard disk or create directories. Those functions were running normally under the Windows app; it is enough that I change the default project to that of the Windows forms application to get the code functioning normally again.
I tried adding File.IO.Permissions at the level of assemblies and classes and still I am not able to get this to work!!
Any ideas??
|