Hi Rahul , you can solve you problem by these steps :
* If you using MapGuide Server you should install it with windows 2003 server without SP2 * If you use ASP.NET with IIS in same machine you should do this steps ----------------------------------------------------------------------- 1. Click Start, click Run, type cmd in the Open box, and then click OK. 2. Switch to the Drive:\Windows\Microsoft.Net\Framework\v1.1.4322 folder. In this folder, Drive is the drive where Windows is installed. To do this, type the following line at the command prompt, and then press ENTER: cd Drive:\windows\microsoft.net\framework\v1.1.4322 3. Add the appropriate permissions to the Network Service group for the Temporary ASP.NET Files folder. To do this, type the following line, and then press ENTER: aspnet_regiis -ir Note For more information about the difference between the -ir command-line option and the -i command-line option, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/k6h9cz8h(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/k6h9cz8h(vs.71).aspx) 4. Type exit, and then press ENTER to quit the command prompt. --------------------------------------------------------------------------- * in web.config make <authentication mode="None"/> Rahul-2 wrote: > > Hi All, > > I am running Windows XP with IIS 5.1. Now I am currently testing with > installed MG Server(on Machine -A) and MG Web Server Extensions using > PHP, a custom IIS config and a typical setup(on Machine -B).When testing > the Site Admin use to give the failed logging error using Administrator > and admin password and the MapAgent and Server > Extensions throw up this message: > > Cannot establish connection. > Cannot establish connection. Exception occurred in method > MgServerConnection.Open at line 95 in file .\Services\ServerConnection.cpp > > I installed MG on Windows using the set up guide and step by step method > for Php and IIS Configuration and checked all of the criteria including > directory structure and the viewer properties etc.Kindly if somebody can > suggest me where i am missing the bus i will be really thankfull. > > Cheers > Max > > > --------------------------------- > Luggage? GPS? Comic books? > Check out fitting gifts for grads at Yahoo! Search. > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://www.nabble.com/How-Can-I-load-SDF-tf4151735s16610.html#a12073989 Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
