-- 백업
backup database db4 to disk ='D:/DB_BACKUP/_del_bk.bak' with noinit (init는 풀백업)
-- 확인
restore filelistonly...
세션 상태 서버에 세션 상태 요청을 할 수 없습니다
문제 :
세션 상태 서버에 세션 상태 요청을 할 수 없습니다. ASP.NET 상태 서비스가 시작되었으며 클라이언트 포트와 서버 포트가 같은지 확인하십시오. 서버가 원격 컴퓨터에 있는 경우에는 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection의...
web.config에서 기본 세션서버(sessionState) 셋팅방법
<sessionState mode="StateServer" cookieless="false" regenerateExpiredSessionId="true" timeout="120" stateConnectionS...
'targetFramework' 특성을 인식할 수 없습니다. 특성 이름은 대/소문자를 구분합니다.
iis pool을 4.0 으로 변경...
'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 어셈블리에서 'System.ServiceModel.Activation.HttpModule' 형식을 로드할 수 없습니다.
C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i...
DNS연결이 안될때 (ipconfig /flushdns)
1. 명령어 : ipconfig /flushdns
2. 기능 : 캐쉬메모리에 남아있는 ip 정보를 flush 하기.DNS의 기존 캐시를 삭제하고 다시 DNS 정보를 받음
3. 사용처 : 평소...
ActiveX 실행 불가(이 웹페이지에서 internet Explorer 보안 강화 기능과 호환되지 않는 ...)
== ActiveX 실행 불가==
ActiveX 실행 불가
"이 웹페이지에서 internet Explorer 보안 강화 기능과 호환되지 않는.."
이 웹페이지에서 internet Explorer...
인증서 USB -> 하드드라이브 복사 경로
NPKI (인터넷뱅킹)
Windows XP , Vista
--> C:\Program Files\NPKI
Windows 7 (64bit)
--> C:\Users\[user id]\AppData\LocalLow\NPKI
SignKorea...
문자열(string) 편집 예제
1. 파일
//전체 파일명 : test.gif
fullName = dir.Substring(dir.LastIndexOf('\\') + 1);
//순수 파일명 : test
name = fullName.Substring(0,...
전화번호 하이픈(-) 추가 함수
/// 호출형태 addHyphen(phone.Replace("-", "");
public string addHyphen(string tel)
{
string t1 = string.Empty,...
aspx에서 using 사용
<%@ Import namespace="MyProgram.MyNamespace" %&...
404.17 요청한 콘텐츠 가 스크립트 로 표시 되고 정적 파일 처리기 에서 처리 되지 않습니다
응용프로그램풀을 4.0으로...
팀뷰어 라이센스 리셋 방법
== 팀뷰어 라이센스 리셋 방법==
(만약 ethernet1 이 있으면 ethernet0,ethernet1 모두 변경)
(선행 : 팀뷰어가 설치버전으로 설치 되어 있어야 한다. VM이 켜진 상태에서 VM명.vmx...
Ajax 호출 예제
Ajax 호출
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Ajax.aspx.cs" Inherits="Home.Web.Ajax" %>
<!DOCTYPE...
Iframe 높이 자동조절
onload='javascript:resizeIframe(this);'
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight...
MSSQL 잠금, sp_lock
1. 잠금의 종류
공유잠금 : select
베타적잠금:insert, update, delete
2. ( lock정보를 확인)
exec sp_lock
설명
spid : 잠금을 요청하는 프로세스 세션ID
dbid...
(개발 참조 링크)문서비교사이트 / 스크립트기능모음 / c#과 엑셀연동듀토리얼 / css 버튼 생성 / 이미지생성/ CSS버튼생성 / 폰트파일 확인 / MS-SQL 정렬 / 유닉스타임 확인 / html5 유효성검사 / 속도측정 / IP로 주소검색 / 이미지파일로 페이브리콘 만들기 / 정규표현식 시각화 테스트 /
문서비교 사이트
https://www.diffchecker.com/diff
스크립트 기능모음
http://webservices.tistory.com/1
c#과 엑셀연동듀토리얼
http://csharp.net-informations.com/excel/csharp-excel-tutorial.htm
css...
hosts 파일 변경/저장(윈도우 7, 8)
1. 새로만들기 -> 바로가기
2. 항목위치 입력
C:\Windows\System32\notepad.exe C:\windows\system32\drivers\etc\hosts
3. 관리자 권한 지정
///...
web.config 관련
/////////////////////////////////////////////////////////////////////////////////////////////
// web.Release.config 사용방법
/////////////////////////////////////////////////////////////////////////////////////////////
0....
http://localhost:50682/6a663a78019845d5ade4a328cad09cc2/arterySignalR/poll?transport=longPolling&connectionToken=
1. 크롬 :
http://localhost:50682/6a663a78019845d5ade4a328cad09cc2/arterySignalR/poll?transport=longPolling&conn...
Access to the path is denied.
1. 크롬에러 : Access to the path is denied.
2. 해결 : (rightclick your upload folder -> poperty's -> security ->Edit...
한글깨짐 인코딩
한글 코드 페이지로 인코딩(System.IO.File.ReadAllText 한글깨짐)
System.IO.File.ReadAllText(path, System.Text.Encoding.GetEncoding...
string -> 다른타입 으로 변경
1. string - > bytes
System.Text.Encoding.UTF8.GetBytes(filelist);
///////////////////////////////////////////...
피드 구독하기:
글 (Atom)