# 스크립트 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
'헬로마켓'과 함께하는 스마트한 중고 아이템 거래