[mapguide-users] security exception webconfig.ini

Kenneth, GEOGRAF A/S ks at geograf.dk
Thu Nov 1 07:38:54 EDT 2007


What is the exception message?

Perhaps the application is not trusted?

Did you modify the user that the application runs under? (in IIS).

Regards, Kenneth, GEOGRAF A/S



william MGOS skrev:
> hi,
>
> I have already tried that, all those users have full persmissions on
> the folder / files.
>
> what else could be wronh?
>
>
> On Nov 1, 2007 12:19 PM, Kenneth, GEOGRAF A/S <ks at geograf.dk> wrote:
>   
>> That looks like the caller (IUSR or NETWORK SERVICE) is not allowed to
>> open the file.
>> Try right clicking the file and adjust permissions for the "Everyone"
>> user, start with "Full control".
>> If it works, remove it again and ajust permissions for either
>> IUSR_<machinename> or NETWORK_SERVICE.
>>
>> Regards, Kenneth, GEOGRAF A/S
>>
>>
>>
>> william MGOS skrev:
>>
>>     
>>> Hi,
>>>
>>> i created an IIS webapplication and created a page. In the load event
>>> of the page I put this.  The file exists, so mgInitializeWebTier is
>>> called. Now it throws an exception. What could this be?
>>>
>>> System.Security.SecurityException:
>>> System.Security.Permissions.SecurityPermission
>>>    at MapGuideApi.MgInitializeWebTier(String configFile)
>>>
>>>
>>>  string filename;
>>>
>>>             filename = Server.MapPath("webconfig.ini");
>>>
>>> try{
>>>
>>>             if (File.Exists(filename))
>>>             {
>>>                 MapGuideApi.MgInitializeWebTier(filename);
>>>             }
>>> }catch(Exception ex)
>>> {
>>>
>>> }
>>> _______________________________________________
>>> mapguide-users mailing list
>>> mapguide-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>       
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>>     
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20071101/7809f24c/attachment.html


More information about the mapguide-users mailing list