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
Nicole Calinoiu - 23 Sep 2005 12:18 GMT
Might you be able to provide the exception details (ideally, the entire
return value from the exception's ToString method)?
> 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
[quoted text clipped - 4 lines]
>
> Minh