MYLITTLEBACKUP 
UPGRADE FROM V1.6(a) TO V1.7


*** /web.config:
update the Version, Release and Build keys to
	<add key="Version" value="1.7" />
	<add key="Release" value="0049" />
	<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 the copy_only property to the <backup> node
	<backup 
		defaultfolder="\\SrvName\dbbackup\" 
		maxbackupcount="5"
		copy_only="true"
		>

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

*** /bin/mlb.dll , /bin/mlb_gui.dll , /bin/mlb_silent.dll
replace with the new ones

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

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

*** /error/
copy this new folder