F
Frank Hofmann
Hi there,
I'm new to .Net and programming of web sites. But I have
to build a solution which can do the following:
Only authorized people can connect to a specific site.
They have to login with user name and password. This works
fine with the authenticated forms feature of ASP.NET.
The site itself should provide the download of WAV files.
It is very important, that the files can not be downloaded
by people who have no access to it. The downloading itself
is no problem, after I found some samples (Q306654) in
TechNet and some forums. If the WAV files are located
somewhere on the local HDD but not beneath the wwwroot
folder there won't be a problem.
The problem is now that the WAV files and the IIS where
the ASP.NET is running are on different machines. Of
course I could change the ASP.NET and / or IIS Service
Account to a network user, but I think this is a security
issue and so I don't' want to do this. But I haven't found
a way to connect to a network location - like I would do
with "net use \\server\share /user:domain\user"
Can anyone tell me how I should to this? Maybe I'm totally
wrong and I should use a complete different approach to
build this solution?
Thanks in advance.
Frank Hofmann
I'm new to .Net and programming of web sites. But I have
to build a solution which can do the following:
Only authorized people can connect to a specific site.
They have to login with user name and password. This works
fine with the authenticated forms feature of ASP.NET.
The site itself should provide the download of WAV files.
It is very important, that the files can not be downloaded
by people who have no access to it. The downloading itself
is no problem, after I found some samples (Q306654) in
TechNet and some forums. If the WAV files are located
somewhere on the local HDD but not beneath the wwwroot
folder there won't be a problem.
The problem is now that the WAV files and the IIS where
the ASP.NET is running are on different machines. Of
course I could change the ASP.NET and / or IIS Service
Account to a network user, but I think this is a security
issue and so I don't' want to do this. But I haven't found
a way to connect to a network location - like I would do
with "net use \\server\share /user:domain\user"
Can anyone tell me how I should to this? Maybe I'm totally
wrong and I should use a complete different approach to
build this solution?
Thanks in advance.
Frank Hofmann