Ask a Question related to ASP.NET Security, Design and Development.
-
Miro #1
accessing files over intranet
Hi!
How can I access files over intranet. I have mapped a
server to the drive letter G and try to access a file
from ASP.NET, but File.Exists("G:\filename.ext") returns
false. The same code in Windows Forms return true, so I
guess it has something to do with the permissions. I set
all rights to the IUSR_machinename. This is enough to
make it work locally on C: but not on G:
any suggestions?
/Miro
Miro Guest
-
Using Contribute for intranet. Huge issue with externallinked files
I'm looking like an idiot on this one. I built a intranet site for a client, and one person is using Dreamweaver, and 2 others are using Contribute.... -
Urgent: Online files accessing local files Issue
Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML. -
Problem accessing my Intranet Site
:brokenheart; Hi, I have set up my PC as a Webserver. I am running Windows XP, IIS and COldfusion Application Server on my machine. I have... -
Links to Intranet files change
I have created a pdf file which contains a link to an executable on our internal network. the link is in this format:... -
Accessing Outlook files
I have a new operating system, XP, a new hard drive, shown as C drive, a new motherboard, new memory, etc. Essentially a new computer. I kept the... -
MSFT #2
RE: accessing files over intranet
Hi Miro,
With a Windows Application, it will use your current logon account to
access driver G:. With an ASP.NET application, It may use the accounts:
"ASPNET", "IUSER_machinename" or others. This is determined by setting of
IIS and ASP.NET configration. I suggest you can take a look at following
article to see if you can resolve the problem with impernate:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306158[/url]
Luke
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
MSFT Guest
-
Miro #3
RE: accessing files over intranet
Thanks Luke!
What solved this for me was two things. Uncheck
the "anonymous access" in IIS and insert this:
<identity impersonate="true"/>
into web.config. Anyway I still have trouble making it
work on Novell servers. It works WXP->W2000 and W2000-authentication with adm rights. Any suggestions on this>W2000 but not W2000->Novell. I'm using windows
one?
/Miro
logon account to>-----Original Message-----
>Hi Miro,
>
>With a Windows Application, it will use your currentuse the accounts:>access driver G:. With an ASP.NET application, It maydetermined by setting of>"ASPNET", "IUSER_machinename" or others. This islook at following>IIS and ASP.NET configration. I suggest you can take aimpernate:>article to see if you can resolve the problem withUS;Q306158>
>[url]http://support.microsoft.com/default.aspx?scid=KB;EN-[/url]and confers no>
>Luke
>Microsoft Online Support
>
>Get Secure! [url]www.microsoft.com/security[/url]
>(This posting is provided "AS IS", with no warranties,>rights.)
>
>.
>Miro Guest
-
MSFT #4
RE: accessing files over intranet
Hi Miro,
Can you access the files on Novell via Windows application?
Luke
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
MSFT Guest



Reply With Quote

