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"/> -- View this message in context: http://www.nabble.com/How-Can-I-load-SDF-tf4151735s16610.html#a12073921 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
