Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

MWSM for MWSF v3.0

RSS
Modified on 2012/03/20 19:52 by Administrator Categorized as MWSF, MWSM

Class

  • Package: kr.or.must.MWSF.dll, MWSF.Modules.dll
  • Defined In : web.conf
  • Config: each default.aspx

Define

web.config

		<httpModules>
			<add name="compress" type="kr.or.must.HttpCompressModule, MWSF.Modules" />
			<add name="title" type="kr.or.must.HttpPageTitleModule, MWSF.Modules" />
			<add name="comment-removal" type="kr.or.must.HttpCommentRemovalModule, MWSF.Modules" /> 
			<add name="whitespace-removal" type="kr.or.must.HttpWhitespaceRemovalModule, MWSF.Modules" />
			<add name="tidy" type="kr.or.must.HttpHtmlTidyModule, MWSF.Modules" />
			<add name="url-expand" type="kr.or.must.HttpUrlExpandModule, MWSF.Modules" />
			<add name="rss-link-embed" type="kr.or.must.HttpRssLinkModule, MWSF.Modules" />
		</httpModules>

Config

default.aspx

<%@ Page Inherits="SubPage" EnableCleanup=true %>

  • EnableCleanup option is true or false

  • Default : true (EnableCleanup=ture or empty like <%@ Page Inherits="SubPage"%>)

Example

default.aspx

<%@ Page Inherits="SubPage" EnableCleanup=false %>

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.