WebConfig Authorization

  • Thread starter Thread starter Stan SR
  • Start date Start date
S

Stan SR

Hi,


Inside my asp.net 2 website, I have a a folder where I store several files.
When I try to download a file, I get a Login Form windows.

How to avoid this ?
Thanks
Stan
 
Check the user account used for the ASP.NET worker process or the current
user (in case impersonation is enabled) has access to the folder.

Hi,


Inside my asp.net 2 website, I have a a folder where I store several files.
When I try to download a file, I get a Login Form windows.

How to avoid this ?
Thanks
Stan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top