MYLITTLEADMIN
UPGRADE FROM V3.6(a) TO V3.7


*** /web.config:
update the Version, Release and Build keys to
	<add key="Version" value="3.7" />
	<add key="Release" value="0069" />
	<add key="Build" value="3833" />

*** /web.config:
change the <customerrpr> node to
	<customErrors mode="RemoteOnly" defaultRedirect="./error/index.html">
		<error statusCode="404" redirect="./error/404.html"/>
	</customErrors> 


*** /web.config:
add the following node in the <configuration> node
	<system.webServer>
		<httpErrors errorMode="DetailedLocalOnly" defaultPath="./error/404.html" defaultResponseMode="ExecuteURL">
			<remove statusCode="404" subStatusCode="-1" />
			<error statusCode="404" prefixLanguageFilePath="" path="./error/404.html" responseMode="ExecuteURL" />
		</httpErrors>
	</system.webServer>


*** /config.xml
add a <newquery> node in the tools node
	<newquery
		rowcountdefaultvalue="0"
		textsizedefaultvalue="2147483647"
	/>

*** /history.txt
replace with the new one

*** /bin/mla_sql.dll , /bin/mla_gui.dll , /bin/mla_silent.dll, /bin/strings.dll
replace with the new ones

*** /bin/fr-FR/strings.dll, /bin/de-DE/strings.dll, /bin/en-US/strings.dll
replace with the new ones

*** /nav/reconnect.aspx
new file, to be copied in the nav folder

*** /obj/changeschema.aspx
new file, to be copied in the obj folder

*** /xml/profiles/default.xml, /xml/profiles/webhosting.xml
add the following node into <profile> node
	<schema modify="true" />

*** /skin/default/img/app/intro.gif , /skin/default/img/app/headerdlg.gif
replace with the new ones

*** /error/
copy this new folder