WebRequest 执行报错,请大家帮忙解决,谢谢!

问题描述

WebRequestreq=WebRequest.Create("file://192.168.1.11/s/a.txt");NetworkCredentialcred=newNetworkCredential("administrator","5","192.168.1.11");req.Credentials=cred;WebResponseresponse=req.GetResponse();Streamstrm=response.GetResponseStream();StreamReaderr=newStreamReader(strm);执行以上代码时报错System.Net.WebException:Accesstothepath'\192.168.1.11sa.txt'isdenied.--->System.Net.WebException:Accesstothepath'\192.168.1.11sa.txt'isdenied.--->System.UnauthorizedAccessException:Accesstothepath'\192.168.1.11sa.txt'isdenied.我的目的是向远程服务器端的文本文件插入数据

解决方案

解决方案二:
你可以参考ImpersonateUser方法,http://dotnet.aspx.cc/file/Upload-Files-TO-UNC-Share-Using-ASP.NET.aspx后面的代码方法
解决方案三:
你这是局域网吧,你有权限吗
解决方案四:
file://192.168.1.11/s/a.txt,这个可以打开的
解决方案五:
大家帮忙看看
解决方案六:
你的administrator和密码5是哪个机器上的帐号?
解决方案七:
192.168.1.11
解决方案八:
你可以使用Stringcontent=File.ReadAllText("\\192.168.1.11\s\a.txt");
解决方案九:
Stringcontent=File.ReadAllText("\\192.168.1.11\s\a.txt");使用这个还是报错

时间: 2024-09-14 19:49:25

WebRequest 执行报错,请大家帮忙解决,谢谢!的相关文章

mysql-hive中执行查询报错,请哥哥们解决

问题描述 hive中执行查询报错,请哥哥们解决 org.apache.hadoop.ipc.RemoteException: java.io.IOException: File /tmp/hive-root/hive_2013-08-15_13-46-55_630_3316993537720067107/-mr-10002/1/emptyFile could only be replicated to 0 nodes, instead of 1 at org.apache.hadoop.hdfs

oarcle 存储过程-存储过程执行报错,请专家指教

问题描述 存储过程执行报错,请专家指教 create or replace procedure get_accu_info_proc(p_id pm_accu_t.accu_id%type) as v_name pm_accu_t.accu_name%type; begin select accu_name into v_name from pm_accu_t where accu_id = p_id; dbms_output.put_line(v_name); end get_accu_inf

表单-淘宝发布宝贝宝贝规格js单击颜色分类自动生成table 项目今天要上线了,请务必帮忙解决谢谢

问题描述 淘宝发布宝贝宝贝规格js单击颜色分类自动生成table 项目今天要上线了,请务必帮忙解决谢谢 需求:点击一个单选框出现表单 每增加一个下边就添加一个 以此类推 动态添加表单 http://jsbin.com/nejoqulipe/edit?html,output这是在线demo 这是我的邮箱529865274@qq.com,请及时联系我 解决方案 类似下面这样 <!DOCTYPE html> <html> <head> <script src="

java定时器 run方法怎么返回值 我要返回result 代码里一直报错 晚生跪求解决

问题描述 java定时器 run方法怎么返回值 我要返回result 代码里一直报错 晚生跪求解决 public VirementResultInfo queryTransaction( final String bank, final TransactionInfo transactionInfo) { // final VirementResultInfo result = null; TimerTask task = new TimerTask() { @Override public v

晕晕晕了半天找不准-myeclipse经常误报错,应该如何解决

问题描述 myeclipse经常误报错,应该如何解决 有时写的很简单很基础的代码(比如自动生成实现类重写接口中方法)myeclipse报错了,检查半天就是没问题,可就是报错,最后myeclipse关掉重启就好了,请大家帮忙 解决方案 卸载了之后重新装一个撒,你在哪里下的~ 解决方案二: clean一下工程可能就好了 解决方案三: myeclipse是那样的,,是验证的问题

tomcat启动报错-空web工程启动tomcat为什么报错?求高手解决

问题描述 空web工程启动tomcat为什么报错?求高手解决 严重: StandardServer.await: create[localhost:8005]: java.net.BindException: Cannot assign requested address: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(Unknown Source)

jsp连接数据库一直报错,求帮忙看下,谢谢

问题描述 jsp连接数据库一直报错,求帮忙看下,谢谢 <%@page language=""java"" import=""java.util.*"" pageEncoding=""utf-8""%><%@page import=""java.sql.*""%><html><body><% St

node js-linux下安装node.js报错,求大神解决

问题描述 linux下安装node.js报错,求大神解决 目前正要部署应用到linux服务器上 在安装node.js时各种报错,首先是python版本问题,后来装了python2.7.5, 在执行./configure时,出现这个错误 ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line

java.lang.NullPointerException错误,请大家帮忙解决下啊~

问题描述 </script><%inti=0,j=0;ListlTStation=(List)request.getAttribute("lTStation");ListlWStation=(List)request.getAttribute("lWStation");ListlRStation=(List)request.getAttribute("lRStation");ListlSpline=(List)request.g