Home All Groups Group Topic Archive Search About

aspnet users permission under SSL on windows server 2003

Author
22 Sep 2005 7:39 AM
Minh
my ASP .Net application works fine until I have it run under SSL.  When a
remote user wants to write a file or create a folder, the app will throw a
permission error although permission is already given (again, it works with
under regular HTTP protocol).  Does anybody have an idea what the problem
might be?  Thanks in advance!

Minh

Author
23 Sep 2005 11:18 AM
Nicole Calinoiu
Might you be able to provide the exception details (ideally, the entire
return value from the exception's ToString method)?


Show quoteHide quote
"Minh" <M***@discussions.microsoft.com> wrote in message
news:11610264-166A-4F1D-BD79-B8AF58428640@microsoft.com...
> my ASP .Net application works fine until I have it run under SSL.  When a
> remote user wants to write a file or create a folder, the app will throw a
> permission error although permission is already given (again, it works
> with
> under regular HTTP protocol).  Does anybody have an idea what the problem
> might be?  Thanks in advance!
>
> Minh