프로그램 개발/ASP
Http를 Https 로 이동 시키기 (ASP)
nowprotocol = Request.ServerVariables("HTTPS")if nowprotocol = "off" thenResponse.Redirect "https://www.testpage.co.kr"end if%>
nowprotocol = Request.ServerVariables("HTTPS")if nowprotocol = "off" thenResponse.Redirect "https://www.testpage.co.kr"end if%>
An error occurred on... 에러 - ASP IIS설정문제 일단 이건 ASP를 파싱하지 못한다거나 IIS가 제대로 설치되지 않았다던가 하는 문제는 아니다. 지극히 정상적인 에러 메세지이며 설정변경으로 에러구문을 확인할 수 있다. An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error. URL 처리과정에서 서버오류가 발생했으며, 시스템 관리자에게 문의하세요.만약 당신이 시스템 관리자인경우 여기를 클릭해서 오류에대한 내용을..
1234567글을 보여줄 때, 아래와 같이 치환하면 됩니다. Colored by Color Scriptercs textarea 줄바꿈이 Chr(13) Chr(10) 이니까 db에도 이렇게 들어가서 빠져나올때 Replace 띄어쓰리고 만들면 끝