티스토리 툴바




IIS 7 에러

 \\?\C:\Windows\system32\inetserv\config\applicationHost.config

해결

1. 리부팅
2. iis 재설치
저작자 표시

top
TAG IIS

Trackback Address :: http://deuxist.tistory.com/trackback/508 관련글 쓰기

Write a comment



Web.config에 설정
<system.web>
 <httpRuntime executionTimeout="2400" maxRequestLength="102400"  enable="true"/>
</system.web>


CMD에서 실행
%windir%\System32\inetsrv\appcmd.exe set config "Default Web Site" -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600 -commitpath:apphost

'정리없는자료 > .NET' 카테고리의 다른 글

DateTime.Compare 날짜 비교  (0) 2011/12/01
ASP.NET ( C# ) Socket 통신, w3Sockets  (0) 2011/04/21
IIS7.x에서 파일 업로드 용량 변환  (0) 2010/11/12
repeater Excel download  (0) 2010/11/12
Repeater FooterTemplate  (0) 2010/11/12
ASP.NET 특정 일자를 가감  (0) 2008/10/15

top
TAG ASP.NET, IIS

Trackback Address :: http://deuxist.tistory.com/trackback/494 관련글 쓰기

Write a comment