1,134
yesterday 4,212
visitor 24,396,240
3

스크립트 alert의 차이점

조회 수 18578 추천 수 0 2011.10.20 15:40:50

# 스크립트 alert의 차이점

ScriptManager.RegisterStartupScript(this, this.GetType(), "SQLInjectionAlert", "alert('불라~불라~');", true);
 
Response.Write("<script>alert('불라~불라~');</script>");

- 서버에서 동작 ( Response )  postback 됨,

- 클라이언트 동작 ( ScriptManager ) postback 없음.

- response 를 쓰지 말라는건 서버자원 아껴라 정도.....

 

# 닷넷 framework 설치된 경로.

1. net stop w3svc

2. cd C:\WINDOWS\Microsoft.NET\Framework\ {버전별 디렉토리}

3. aspnet_regiis.exe -ua -->aspnet 전부 제거

4. aspnet_regiis.exe -i --> 설치

5. net start w3svc

 

 

출처 : http://sjh7622.blog.me/130045723



 

 

'헬로마켓'과 함께하는 스마트한 중고 아이템 거래

https://www.hellomarket.com

문서 첨부 제한 : 0Byte/ 2.00MB
파일 제한 크기 : 2.00MB (허용 확장자 : *.*)
List of Articles
번호 제목 글쓴이 날짜 조회 수
3 C# 과 mysql 연동시 한글깨짐 현상 제리 2011-12-16 102517
2 ASP.NET C# 현재 날짜시간 Date형 함수 DateTime 제리 2011-10-26 83030
» 스크립트 alert의 차이점 제리 2011-10-20 18578

Program Note 로그인 :)