Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix

...

Code Block
languagexml
<system.web>
	<compilation debug="true" targetFramework="4.0"></compilation>
	<pages controlRenderingCompatibilityVersion="4.0"></pages>
	<authorization>
		<allow users="*"></allow>
	</authorization><httpRuntimeauthorization>
	<httpRuntime executionTimeout="10000" maxRequestLength="429496295" />
</system.web>

...