[fdo-users] Re: FDO in C# ASP.Net Web Application
Jamo
adam.jamison at portbris.com.au
Wed Mar 3 22:41:00 EST 2010
Jackie is this process as easy as setting this in the Application_Start ?
Environment.SetEnvironmentVariable("FDO", Server.MapPath("Bin"));
Response.Write("Path Mapped to " + Environment.GetEnvironmentVariable("FDO")
+ "<BR/>");
IProviderRegistry p =
FeatureAccessManager.GetProviderRegistry();
Response.Write(p.GetProviders().Count.ToString());
//Running this returns.
Path Mapped to D:\mapguide\web\www\portbrisTest\Bin
External component has thrown an exception.
I've done this but there seems to be no change...?
--
View this message in context: http://n2.nabble.com/FDO-in-C-ASP-Net-Web-Application-tp4671705p4672244.html
Sent from the FDO Users mailing list archive at Nabble.com.
More information about the fdo-users
mailing list