제공된 자료가 영문이라서 ;; ㅠㅠ
일단은 따라하기 해봤는데
웹매트릭스에서 배포설정할때
테스트서버 원격접속할때의 아이디비번 사용했는데
인증이 안되네요
그래서 비주얼스튜디오2010에서 열기 해서 삽질하다가도 테스트서버랑 연결이 안되네요
관련된 자료나 링크라도 보내주시면 감사하겠습니다.
Comment 4
-
Qnick
2010.09.30 11:24
em i see~ thank u
-
Qnick
2010.09.30 14:00
하다보니 됐어요 ^^;; 첨에 배포설정시 사이트명을 테스트서버랑 똑같이 적어줘야 되고
규칙추가하고 권한주고하니 되네요
감사합니다 ^^*
영어 울렁증땜에 힘들었어요 ㅋㅋ
-
고생 많으십니다. Razor & WebMatrix 게시판에 http://www.sqler.com/bRazor
경험하신 내용으로 짧은 글 하나 부탁 드려도 될까요?
IIS와 관련된 내용인지라, 개발자 중에 궁금한 분들이 많을 것 같습니다.
부탁 드립니다.


아마도,
publish를 하면서 사내의 IIS 웹서버 설정이 덜 되신게 아닐지요?
http://blogs.iis.net/bilalaslam/archive/2010/07/29/webmatrix-publishing-common-errors-and-workarounds.aspx
Error: “Username or password incorrect” error when using Web Deploy
Solution: This is probably because the value in Site Name is incorrect. Site Name must contain the name of the IIS site on the remote server. Typically, it matches your domain name, but it doesn’t have to. For example, it can be “Default Web Site” (if you have a dedicated server) or “foo” or “foo.com”. Web Deploy must authenticate to the site before it can execute any providers.
Error: Web management service not started on destination
Solution: You may see this error if you are deploying to a server you have set up yourself. Web Deploy requires a service called Web Management Service (wmsvc) to be running on the remote server. You can get this error if the service is not started. This blog post is a good starting point to learn how to configure a remote server with Web Deploy and wmsvc.
참고해 보시길 바랍니다.- 혹지 잘 되시면 저도 좀 알려 주세요~