[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-12 Thread sathishpsk9
Hi sriram007, There are many relative paths in mapviewernet folder , you need to change them accordingly.Most of the time you have load template files in these aspx pages those relative paths have to be changed i guess... though i never did it myself.. i hope it help you.. best of

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-12 Thread SriRam007
Hi everyone, If anyone is trying the same job Please post here the procedures if it is done. And Satish u can continue with this forum. I will come back here after some days (have some other Work). Thanks everyone who helped me -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread Jackie Ng
Which version of IIS are you using? - Jackie -- View this message in context: http://n2.nabble.com/Is-it-possible-to-maintain-a-separate-viewerfiles-for-a-project-tp4708311p4715039.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread SriRam007
Internet Information Services Microsoft Corporation Version: 5.1 MapviewerAjax dirctory is not comming in the new virtual directory inside IIS But all others came. http://n2.nabble.com/file/n4715221/.bmp .bmp -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread SriRam007
Internet Information Services Microsoft Corporation Version: 5.1 Now browsing inside IIS is working But Map is not showing AND All the folders are showing except MapviewerAjax dirctory inside IIS. http://n2.nabble.com/file/n4715235/.bmp .bmp -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread Jackie Ng
Are your sub-virtual directories inside MG_Custom pointing to their respective sub folders in your copied physical path? ie. /MG_Custom/mapviewernet - E:\Program Files\OSGeo\MapGuide\Web\MGCustom\mapviewernet Also is the ASP.net version set to 2.0.50727? - Jackie -- View this message in

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread SriRam007
I replaced the code inside the E:\Program Files\OSGeo\MapGuide\Web\MGCoustom\viewerfiles\taskbar.templ For making invisible the close task bar button visibility:hidden; onmouseover=HoverButton('btnClose', '') onmouseout=LeaveButton('btnClose', '') onclick=parent.CloseTaskBar()

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread SriRam007
ASP.net version 2.0.50727 is there -- View this message in context: http://n2.nabble.com/Is-it-possible-to-maintain-a-separate-viewerfiles-for-a-project-tp4708311p4715580.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

RE: [mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-11 Thread Dave Wilson
There are relative path references inside many of the templ files in the viewerfiles. If you have changed any of these and copy them to another folder as instructed you should change ALL of the relative references to ensure the new folder is using your modified files. Dave -Original

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
Viewer files are global for a single mapguide installation. Since you're using .net, the easiest solution is to copy the www directory to a separate folder, and create a new virtual directory from that folder that is identical to your original /mapguide virtual directory. Then you can do all

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
Hi Jackie, I have installed mapguide in my E drive and Full path : E:\Program Files\OSGeo\MapGuide\Web\www\viewerfiles Sholud i copy the www folder to any other drive or Outside the Program Files folder inside the E Drive only. thanks -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
Copy to any other path you like. Just be sure your 2nd virtual directory points to this path. - Jackie -- View this message in context: http://n2.nabble.com/Is-it-possible-to-maintain-a-separate-viewerfiles-for-a-project-tp4708311p4714101.html Sent from the MapGuide Users mailing list archive

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
Hi, Can u please describe step by step I m not getting exactly what i need to do I couldn't Understand properly :2nd virtual directory points to this path :confused: thanks -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
You have a virtual directory called /mapguide This is created in IIS by the installer. This points to your physical path: E:\Program Files\OSGeo\MapGuide\Web\www What I'm saying is to copy this physical path to another directory of your choice. eg. E:\Program

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
thanks for ur quick reply with lots of description I copied the www folder (from E:\Program Files\OSGeo\MapGuide\Web\www) and pasted with MGCoustom name inside the Web folder only (new path is (E:\Program Files\OSGeo\MapGuide\Web\MGCoustom) Then I created a virtual dirctory (Name MG_Custom) by