由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Help!!!How to open a file on the network
相关主题
ASPNET 访问SQL Server 2005 被拒Urgent Help.
c# smtpclient's atthenication[合集] can not run ASP by IIS 5.1 in WIN XP (转载)
Help please: Why IIS requirs username and password?[合集] ASPNET 访问SQL Server 2005 被拒
How can .Net Web App get local PC Credentialsasp.net membership /existing database
[合集] asp 打开oracle数据库问题。asp.net里,每个user加一個用戶头像,头像存在哪个表里?
understand ASP .Net 2: ASP .Net vs ATL Server你们最不喜欢.net的什么?
Add Web Reference QuestionsSummary: 2 个web form之间如何传参数?
Help ASP.NET!!!网页中没有id的元素怎么submit?
相关话题的讨论汇总
话题: file话题: network话题: open话题: account话题: password
进入DotNet版参与讨论
1 (共1页)
g****y
发帖数: 212
1
For example:
\\192.168.0.2\Folder\File.abc
UserName and Password are required to see the file through explorer.
Thanks lot!!!
a*******t
发帖数: 891
2
in windows security setting, give aspnet (or apporiate account name for your
OS) accesss to that folder.

【在 g****y 的大作中提到】
: For example:
: \\192.168.0.2\Folder\File.abc
: UserName and Password are required to see the file through explorer.
: Thanks lot!!!

k****i
发帖数: 1072
3
That won't work.
There are two ways to resolve this:
1. Create a domain account and run asp.net worker process under that account;
Grant permission to that account on the file
2. Create a identical local aspnet account on the remote server(same password)
,grant the permission to this local account. This should enalbe you delegate
the security from the web server to the remote server.

【在 a*******t 的大作中提到】
: in windows security setting, give aspnet (or apporiate account name for your
: OS) accesss to that folder.

1 (共1页)
进入DotNet版参与讨论
相关主题
网页中没有id的元素怎么submit?[合集] asp 打开oracle数据库问题。
C# on JVM?understand ASP .Net 2: ASP .Net vs ATL Server
User control question:Add Web Reference Questions
Is there WinThread in C#Help ASP.NET!!!
ASPNET 访问SQL Server 2005 被拒Urgent Help.
c# smtpclient's atthenication[合集] can not run ASP by IIS 5.1 in WIN XP (转载)
Help please: Why IIS requirs username and password?[合集] ASPNET 访问SQL Server 2005 被拒
How can .Net Web App get local PC Credentialsasp.net membership /existing database
相关话题的讨论汇总
话题: file话题: network话题: open话题: account话题: password