hi friends...i created one mapserver website project in vs2005 based on mapserver tutorial available in c#(TutorialMapServerSolution.zip)...all working fine in my localhost...when i hosted website am getting an error like as follows..pls help me to solve this issue
Unable to load DLL 'mapscript': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Line 59: ibMap.ImageUrl = "MapStream.aspx?ACTION=INITMAP"; Line 60: //initialize controls Line 61: mapObj map = new mapObj(System.Configuration.ConfigurationSettings.AppSettings["mapFilePath"].ToString()); Line 62: //iterate the map layer to populate ddlLayer and cblLayer Line 63: for(int i=0;i<map.numlayers;i++) ----- Meenu -- View this message in context: http://n2.nabble.com/Unable-to-load-DLL-%27mapscript%27%3A-Access-is-denied-tp2827731p2827731.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
