Does configPath actually point to your webconfig.ini?

It could be that it's looking for webconfig.ini in the "temporary asp.net
files" folder.

Have you tried Page.ResolveUrl() for the webconfig.ini path?

- Jackie


Gunter Becker wrote:
> 
> Hi,
> 
> I wonder how to set up my develop environment. I'd like to have my
> webapplication on a different computer (on my client machine) than the
> MapGuide OpenSource Software (on the server).
> Currently I'm developing with Visual Studio and the .NET Framework. I
> copied the required dll's into the bin folder and also copied the
> "webconfig.ini" to my webapplication (into the root directory). 
> In the "webconfig.ini" I've done the following changes.
> 
> - changed the IpAddress-Parameter under [SiteConnectionProperties] to the
> servers IP
> - changed the ResourcesPath to an UNC-Path to Resource folder
> (\\vm-mgos\MapGuideOpenSource\WebServerExtensions\www\mapagent\Resources)
> 
> So, most time this works for me but sometimes I notice this exception:
> 
> - Failed to retrieve message for "MgFileIoException". (happens at
> MapGuideApi.MgInitializeWebTier(configPath))
> 
> Are there some other settings I have to do?
> 
> Gunter
> 

-- 
View this message in context: 
http://www.nabble.com/Application-develop-environment-tf4796625s16610.html#a13722662
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to