문제 :
확장명에 대해 등록된 빌드 공급자가 없습니다. machine.config 또는 web.config의 <compilation><buildProviders> 섹션에 빌드 공급자를 등록할...
확장명에 대해 등록된 빌드 공급자가 없습니다. machine.config 또는 web.config의
경로 '/'을(를) 매핑하지 못했습니다
- 에러 : 경로 '/'을(를) 매핑하지 못했습니다.
- 해결 : iis에서 수동으로 사이트 이름을 바꾼경우 위와 같이 뜬다. 사이트를 지웠다가 다시 생성해...
파일업로드시 404에러(용량제한, maxAllowedContentLength조절)
IIS6
<system.web>
<httpRuntime executionTimeout="3600" maxRequestLength="2097151"...
CSS 가운데(중앙) 정렬
참조 URL
http://webdir.tistory.com/31
http://mytory.net/archives/972...
간결한 textarea 자동 조절
<div style="width: 470px;">
<textarea style="width: 100%; height: 100px; resize: none; overflow-y: auto; padding:...
script 총 합계 구하기
var n = data.Items.length, sum = 0;
$form_html.find('#total_cnt').text(n);
while (n--)
sum += parseFloat(data.Items[n].take_money_need)...
Visual Studio에서 ASP.NET 웹 게시(Web Deploy)로 배포 방법
Visual Studio에서 ASP.NET 웹 게시(Web Deploy)로 배포 방법
-에러 : error_destination_not_reachable
-해결 : 서비스 -> web management...
피드 구독하기:
글 (Atom)