摘要:
错误重现:在VS2005 Beta2中创建基于File System的Web Site和Web Service,在Web Site中引用WebSevice,调用其中的默认的HelloWorld方法。Dim ws As New localhost.Service()Response.Write(ws.HelloWorld())就会出现The request failed with HTTP status 401: Unauthorized错误页面。为什么呢?原因就在于Web Service的位置是File System。采用File System的网站安全性比较高,端口是随机的,只能在本机访问, 阅读全文