1
Im使用這個問題的答案Test to see if an image exists in C#找出圖像是否存在。檢查圖像是否存在內部網
但是,我收到一個錯誤的異常:遠程服務器返回一個錯誤:(401)未經授權。
這些圖像位於我們的sharepoint intranet上,因此如何測試圖像是否存在?
感謝
Im使用這個問題的答案Test to see if an image exists in C#找出圖像是否存在。檢查圖像是否存在內部網
但是,我收到一個錯誤的異常:遠程服務器返回一個錯誤:(401)未經授權。
這些圖像位於我們的sharepoint intranet上,因此如何測試圖像是否存在?
感謝
request.Credentials = new NetworkCredential(username, password);
我記得在IIS用戶對網絡在默認情況下沒有特權。 – kenny
request.Credentials = new NetworkCredential(username,password); –
@ L.B - 工作,我會標記爲答案,如果你添加它.. – raklos