Opened 17 years ago
Closed 17 years ago
#200 closed defect (fixed)
MapAgent Test Page Failures on .net
Reported by: | crispinatime | Owned by: | tonyfang |
---|---|---|---|
Priority: | medium | Milestone: | 1.2 |
Component: | General | Version: | 1.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 943499 |
Description
Under the "Server Admin" section of http://localhost/mapguide/mapagent/index.html none of the calls work...
There are two errors in the following file c:\Program Files\MapGuideOpenSource\WebServerExtensions\www\mapviewernet\serveradminhelper.aspx
Line 54 should change from
serverAdmin.Online();
to
serverAdmin.BringOnline();
Line 65 should change from
serverAdmin.Offline();
to
serverAdmin.TakeOffline();
Crispin
Change History (3)
comment:1 by , 17 years ago
External ID: | → 943499 |
---|
comment:2 by , 17 years ago
Owner: | set to |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by submission http://trac.osgeo.org/mapguide/changeset/1818. Fixed by submission http://trac.osgeo.org/mapguide/changeset/1819.