RE: [mapguide-users] REST services for mapguide

2009-03-27 Thread shreepadr

thanks jason for update . i have been using the king fdo for long time , this 
is going to be another great development by him 

thanks
shreepad




Hi Shreepad,

Unfortunately, Haris' free time to work on the REST extension has instead been 
spent troubleshooting stability problems with rasters in MapGuide for one of 
his clients.  Hopefully once this stuff gets resolved, he'll be able to get 
back onto the REST project and have something available for testing fairly 
quickly.

Jason

-Original Message-----
From: shreepadr
Sent: March-27-09 11:08 AM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] REST services for mapguide

I was reading the Jason’s blog and found out about “Restful” services coming up 
in MapGuide. This is so cool. I cannot wait to see that been implemented soon, 
I developed both on MGE and ArcGIS Server and having the rest ful services with 
MapGuide would help a lot. Is there any way I can test these APIs please let me 
know ,
 my kudos to the developers 

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



-- 
View this message in context: 
http://n2.nabble.com/REST-services-for-mapguide-tp2545796p2546113.html
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


[mapguide-users] REST services for mapguide

2009-03-27 Thread shreepadr

All 
I was reading the Jason’s blog and found out about “Restful” services coming up 
in MapGuide. This is so cool. I cannot wait to see that been implemented soon, 
I developed both on MGE and ArcGIS Server and having the rest ful services with 
MapGuide would help a lot. Is there any way I can test these APIs please let me 
know ,
 my kudos to the developers 


Thanks
Shreepad 


Shreepad N. Ranadive
Director of software development

ValueCAD
444 Natoma St, San Francisco, CA
   shreep...@valuecad.com

-- 
View this message in context: 
http://n2.nabble.com/REST-services-for-mapguide-tp2545796p2545796.html
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


[mapguide-users] Tooltip for mapguide

2009-02-25 Thread shreepadr

Hi all 
i am finding the tool tip for multi theme layer is really acting diffrently.
i can see the tool tip for themed layer ( which is also happens to be join
layer)  is showing the tool tip in one area of the map but does not show
anything if i move to other area. any one has clue

thanks
shreepad
-- 
View this message in context: 
http://n2.nabble.com/Tooltip-for-mapguide-tp2388150p2388150.html
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


Re: [mapguide-users] Polygons and Intersection Problem

2009-01-15 Thread shreepadr

One suggestion would be to repair the geometry of the polygons in ArcMap
If you go to tool box there is a tool called repair geometry, run that and
recreate the sdf file 
Second option is bring the shape file into AutoCAD and then create SDF from
there 
I had this issue before and when I repaired the geometry in ArcMap it worked
fine


Thank
Shreepad



Kori Maleski wrote:
> 
> In the studio preview, it fails as well.
> 
> Using the select tool, clicking on one polygon will highlight/select the
> entirety, while clicking on the other will yield no highlight/select.
> 
> 
> Cheers,
> 
> Kori Maleski
> 
> 
> 
> 
> On Thu, Jan 15, 2009 at 10:16 AM, Kori Maleski
> wrote:
> 
>> Mark,
>>
>> I have attached a shapefile with one of the polygons in question.  The
>> spatialfilter fails on any dissolve multipolygon like this one.
>>
>> Again, I converted it to sdf via a load procedure.
>>
>>
>> Cheers,
>> Kori Maleski
>>
>>
>>
>>   On Thu, Jan 15, 2009 at 10:08 AM, Mark Pendergraft
>> > > wrote:
>>
>>>Could you upload your SDF file with the 2 polygons?
>>>
>>> -Mark P.
>>>
>>>
>>>
>>> *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
>>> mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski
>>> *Sent:* Thursday, January 15, 2009 9:03 AM
>>> *To:* MapGuide Users Mail List
>>> *Subject:* [mapguide-users] Polygons and Intersection Problem
>>>
>>>
>>>
>>>
>>>
>>> Hi All,
>>>
>>>
>>>
>>> Intersection problem:
>>>
>>>
>>>
>>> I have an application performs a query on a polygon layer with a point -
>>> using intersection with the spatialfilter.
>>>
>>>
>>>
>>> The problem is this:
>>>
>>>
>>>
>>> The polygon originated from a shapefile - loaded as SDF via studio.
>>>
>>> The single polygon feature originally was 2 distinct polygons dissolved
>>> together via ArcMap.
>>>
>>>
>>>
>>> The intersection works only on one of the polygons, and fails to return
>>> a
>>> feature reader at all when within the other polygon.
>>>
>>>
>>>
>>> This fails in both code execution and as a GeFeatureInfo WMS request in
>>> the same manner.
>>>
>>>
>>>
>>> Has anyone encountered this?
>>>
>>> Has anyone worked around?
>>>
>>>
>>>
>>> Is it better to explode the feature?  I require the geometery from each
>>> part to do a highlight.
>>>
>>>
>>>
>>> Is there an issue with how a shapefile multipolygon is converted to SDF?
>>>
>>> Or is this an isse with the SelectFeatures functionality?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Cheers,
>>>
>>>
>>>
>>>
>>>
>>> Kori Maleski
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> $geometryFactory = new MgGeometryFactory();
>>>
>>> // create a coordinate
>>> $coordinate = $geometryFactory->CreateCoordinateXY($x,$y);
>>>
>>> // create a point
>>> $point = $geometryFactory->CreatePoint($coordinate);
>>>
>>>  $queryOptions = new MgFeatureQueryOptions();
>>>
>>> 
>>> $queryOptions->SetSpatialFilter('Geometry',$point,MgFeatureSpatialOperations::Intersects);
>>>
>>>
>>>  $layerResource = new MgResourceIdentifier($layerdefinition);
>>>  $layer = new MgLayer($layerResource, $resourceService);
>>>
>>>
>>>  $layerClassName = $layer->GetFeatureClassName();
>>>
>>>  $layerFeatureId = $layer->GetFeatureSourceId();
>>> $layerFeatureResource = new MgResourceIdentifier($layerFeatureId);
>>> $layerId = $layer->GetObjectId();
>>>
>>>  $featureReader =
>>> $featureService->SelectFeatures($layerFeatureResource,$layerClassName,$queryOptions);
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
> 
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Polygons-and-Intersection-Problem-tp2163617p2164074.html
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


Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-04 Thread shreepadr

just wanted to know i sloved it 

it was iis issue



shreepadr wrote:
> 
> well i am not using apache  i am using iis it runs on port 80 
> i also did try http://127.0.0.1:80/mapguide
> i think its nothing to do with studio its with iis ISAPI 
> 
> 
> 
> Mike Toews wrote:
>> 
>> How about http://127.0.0.1:8008/mapguide/ ?
>> 
>> +mt
>> 
>> shreepadr wrote:
>>>  i am getting error when try to login 
>>>
>>> wrong URL 
>>>
>>>  i am using 
>>>
>>> http://127.0.0.1/mapguide
>>>
>>>  
>>>
>>>
>>> Dave Wilson wrote:
>>>   
>>>> Studio 2009 runs fine on Vista.
>>>>
>>>> Dave
>>>>
>>>> -Original Message-
>>>> From: [EMAIL PROTECTED]
>>>> [mailto:[EMAIL PROTECTED] On Behalf Of shreepadr
>>>> Sent: Monday, November 03, 2008 9:23 PM
>>>> To: mapguide-users@lists.osgeo.org
>>>> Subject: Re: [mapguide-users] Installing MGOS 2.0 on Windows Server
>>>> 2008
>>>> withIIS7
>>>>
>>>>
>>>> did any one try to get studio 2009 working in vista ??
>>>>
>>>> shreepad
>>>>
>>>>
>>>> shreepadr wrote:
>>>> 
>>>>> well i did try this but i am getting error page
>>>>> HTTP Error 404.2 - Not Found
>>>>> The page you are requesting cannot be served because of the ISAPI and
>>>>> CGI
>>>>> Restriction list settings on the Web server.
>>>>>
>>>>> infact i did have the ISAPI and CGI  restriction allowed for  mapagent
>>>>> and
>>>>> php
>>>>>
>>>>> i am not sure whats going on here.
>>>>>
>>>>> may be  the instrction in tom should also add a section about mapguide
>>>>> studio 2009 and how to get that working on vista
>>>>>
>>>>> thanks
>>>>> shreepad
>>>>>
>>>>>
>>>>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>>>   
>>>>>> What happens if you open this URL in a browser:
>>>>>> http://localhost/mapguide/mapagent/mapagent.fcgi
>>>>>>
>>>>>> If it asks for username/password, try the same as you would with
>>>>>> Studio.
>>>>>>
>>>>>> The error should be similar, but Studio occasionally masks the real
>>>>>> error,
>>>>>> and the raw error may tell you more.
>>>>>>
>>>>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>>>>
>>>>>>
>>>>>>
>>>>>> shreepadr skrev:
>>>>>> 
>>>>>>> Tom
>>>>>>> i got it MGOS 2.0.2  working on vista. but if i try to log in in
>>>>>>> autodesk
>>>>>>> studio 2009 i get error
>>>>>>>
>>>>>>> " can not connect to specified URL"
>>>>>>>
>>>>>>> i am using   Site : http://127.0.0.1/mapguide
>>>>>>>  User : Administrator
>>>>>>>  password : admin
>>>>>>>
>>>>>>> please let me know anythig else needs to be done to get studio
>>>>>>> working
>>>>>>>
>>>>>>> thanks
>>>>>>> shreepad
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>   
>>>>>> ___
>>>>>> mapguide-users mailing list
>>>>>> mapguide-users@lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>
>>>>>>
>>>>>> 
>>>>>   
>>>> --
>>>> View this message in context:
>>>> http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1453016.html
>>>> 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
>>>> ___
>>>> mapguide-users mailing list
>>>> mapguide-users@lists.osgeo.org
>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>
>>>>
>>>> 
>>>
>>>   
>> 
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1456324.html
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


Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-04 Thread shreepadr

well i am not using apache  i am using iis it runs on port 80 
i also did try http://127.0.0.1:80/mapguide
i think its nothing to do with studio its with iis ISAPI 



Mike Toews wrote:
> 
> How about http://127.0.0.1:8008/mapguide/ ?
> 
> +mt
> 
> shreepadr wrote:
>>  i am getting error when try to login 
>>
>> wrong URL 
>>
>>  i am using 
>>
>> http://127.0.0.1/mapguide
>>
>>  
>>
>>
>> Dave Wilson wrote:
>>   
>>> Studio 2009 runs fine on Vista.
>>>
>>> Dave
>>>
>>> -Original Message-
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of shreepadr
>>> Sent: Monday, November 03, 2008 9:23 PM
>>> To: mapguide-users@lists.osgeo.org
>>> Subject: Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008
>>> withIIS7
>>>
>>>
>>> did any one try to get studio 2009 working in vista ??
>>>
>>> shreepad
>>>
>>>
>>> shreepadr wrote:
>>> 
>>>> well i did try this but i am getting error page
>>>> HTTP Error 404.2 - Not Found
>>>> The page you are requesting cannot be served because of the ISAPI and
>>>> CGI
>>>> Restriction list settings on the Web server.
>>>>
>>>> infact i did have the ISAPI and CGI  restriction allowed for  mapagent
>>>> and
>>>> php
>>>>
>>>> i am not sure whats going on here.
>>>>
>>>> may be  the instrction in tom should also add a section about mapguide
>>>> studio 2009 and how to get that working on vista
>>>>
>>>> thanks
>>>> shreepad
>>>>
>>>>
>>>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>>   
>>>>> What happens if you open this URL in a browser:
>>>>> http://localhost/mapguide/mapagent/mapagent.fcgi
>>>>>
>>>>> If it asks for username/password, try the same as you would with
>>>>> Studio.
>>>>>
>>>>> The error should be similar, but Studio occasionally masks the real
>>>>> error,
>>>>> and the raw error may tell you more.
>>>>>
>>>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>>>
>>>>>
>>>>>
>>>>> shreepadr skrev:
>>>>> 
>>>>>> Tom
>>>>>> i got it MGOS 2.0.2  working on vista. but if i try to log in in
>>>>>> autodesk
>>>>>> studio 2009 i get error
>>>>>>
>>>>>> " can not connect to specified URL"
>>>>>>
>>>>>> i am using   Site : http://127.0.0.1/mapguide
>>>>>>  User : Administrator
>>>>>>  password : admin
>>>>>>
>>>>>> please let me know anythig else needs to be done to get studio
>>>>>> working
>>>>>>
>>>>>> thanks
>>>>>> shreepad
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>   
>>>>> ___
>>>>> mapguide-users mailing list
>>>>> mapguide-users@lists.osgeo.org
>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>
>>>>>
>>>>> 
>>>>   
>>> --
>>> View this message in context:
>>> http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1453016.html
>>> 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
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>> 
>>
>>   
> 
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1455935.html
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


RE: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-04 Thread shreepadr

 i am getting error when try to login 

wrong URL 

 i am using 

http://127.0.0.1/mapguide

 


Dave Wilson wrote:
> 
> Studio 2009 runs fine on Vista.
> 
> Dave
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of shreepadr
> Sent: Monday, November 03, 2008 9:23 PM
> To: mapguide-users@lists.osgeo.org
> Subject: Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008
> withIIS7
> 
> 
> did any one try to get studio 2009 working in vista ??
> 
> shreepad
> 
> 
> shreepadr wrote:
>>
>> well i did try this but i am getting error page
>> HTTP Error 404.2 - Not Found
>> The page you are requesting cannot be served because of the ISAPI and CGI
>> Restriction list settings on the Web server.
>>
>> infact i did have the ISAPI and CGI  restriction allowed for  mapagent
>> and
>> php
>>
>> i am not sure whats going on here.
>>
>> may be  the instrction in tom should also add a section about mapguide
>> studio 2009 and how to get that working on vista
>>
>> thanks
>> shreepad
>>
>>
>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>
>>> What happens if you open this URL in a browser:
>>> http://localhost/mapguide/mapagent/mapagent.fcgi
>>>
>>> If it asks for username/password, try the same as you would with Studio.
>>>
>>> The error should be similar, but Studio occasionally masks the real
>>> error,
>>> and the raw error may tell you more.
>>>
>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>
>>>
>>>
>>> shreepadr skrev:
>>>> Tom
>>>> i got it MGOS 2.0.2  working on vista. but if i try to log in in
>>>> autodesk
>>>> studio 2009 i get error
>>>>
>>>> " can not connect to specified URL"
>>>>
>>>> i am using   Site : http://127.0.0.1/mapguide
>>>>  User : Administrator
>>>>  password : admin
>>>>
>>>> please let me know anythig else needs to be done to get studio working
>>>>
>>>> thanks
>>>> shreepad
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>>
> 
> --
> View this message in context:
> http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1453016.html
> 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
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1455891.html
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


Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-03 Thread shreepadr

did any one try to get studio 2009 working in vista ??

shreepad


shreepadr wrote:
> 
> well i did try this but i am getting error page 
> HTTP Error 404.2 - Not Found
> The page you are requesting cannot be served because of the ISAPI and CGI
> Restriction list settings on the Web server.
> 
> infact i did have the ISAPI and CGI  restriction allowed for  mapagent and
> php
> 
> i am not sure whats going on here. 
> 
> may be  the instrction in tom should also add a section about mapguide
> studio 2009 and how to get that working on vista 
> 
> thanks
> shreepad
> 
> 
> Kenneth Skovhede, GEOGRAF A/S wrote:
>> 
>> What happens if you open this URL in a browser:
>> http://localhost/mapguide/mapagent/mapagent.fcgi
>> 
>> If it asks for username/password, try the same as you would with Studio.
>> 
>> The error should be similar, but Studio occasionally masks the real
>> error,
>> and the raw error may tell you more.
>> 
>> Regards, Kenneth Skovhede, GEOGRAF A/S
>> 
>> 
>> 
>> shreepadr skrev:
>>> Tom 
>>> i got it MGOS 2.0.2  working on vista. but if i try to log in in
>>> autodesk
>>> studio 2009 i get error 
>>>
>>> " can not connect to specified URL" 
>>>
>>> i am using   Site : http://127.0.0.1/mapguide
>>>  User : Administrator
>>>  password : admin 
>>>
>>> please let me know anythig else needs to be done to get studio working 
>>>
>>> thanks
>>> shreepad
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>   
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1453016.html
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


Re: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-03 Thread shreepadr

well i did try this but i am getting error page 
HTTP Error 404.2 - Not Found
The page you are requesting cannot be served because of the ISAPI and CGI
Restriction list settings on the Web server.

infact i did have the ISAPI and CGI  restriction allowed for  mapagent and
php

i am not sure whats going on here. 

may be  the instrction in tom should also add a section about mapguide
studio 2009 and how to get that working on vista 

thanks
shreepad


Kenneth Skovhede, GEOGRAF A/S wrote:
> 
> What happens if you open this URL in a browser:
> http://localhost/mapguide/mapagent/mapagent.fcgi
> 
> If it asks for username/password, try the same as you would with Studio.
> 
> The error should be similar, but Studio occasionally masks the real error,
> and the raw error may tell you more.
> 
> Regards, Kenneth Skovhede, GEOGRAF A/S
> 
> 
> 
> shreepadr skrev:
>> Tom 
>> i got it MGOS 2.0.2  working on vista. but if i try to log in in autodesk
>> studio 2009 i get error 
>>
>> " can not connect to specified URL" 
>>
>> i am using   Site : http://127.0.0.1/mapguide
>>  User : Administrator
>>  password : admin 
>>
>> please let me know anythig else needs to be done to get studio working 
>>
>> thanks
>> shreepad
>>
>>
>>
>>
>>
>>
>>
>>   
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1449606.html
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


RE: [mapguide-users] Installing MGOS 2.0 on Windows Server 2008 withIIS7

2008-11-02 Thread shreepadr

Tom 
i got it MGOS 2.0.2  working on vista. but if i try to log in in autodesk
studio 2009 i get error 

" can not connect to specified URL" 

i am using   Site : http://127.0.0.1/mapguide
 User : Administrator
 password : admin 

please let me know anythig else needs to be done to get studio working 

thanks
shreepad







-- 
View this message in context: 
http://n2.nabble.com/Installing-MGOS-2.0-on-Windows-Server-2008-with-IIS7-tp1400619p1447930.html
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