Note that there are some explanatory texts on larger screens.

plurals
  1. USAdrian
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks for the feedback. I went a different way here, though what you describe is very helpful. I suspect I was using a context within the security manager object. If this was instantiated by the role provider at startup, I suspect that out of date context was stuck in memory. This explains why the role provider was only aware of changes made through itself. I still don't understand the profiler data, but perhaps I could have solved the issue by shifting the context into a method, not the class.
      singulars
    2. COWhile I haven't figured out how it's caching, it appears setting roles via the role provider will solve the issue, while calling the code directly elsewhere will not. I suspect the role provider has it's own data context, which is slightly out of date. At any rate, I'll solve this by doing a work around through the role provider.
      singulars
    3. COThat's right, and thanks for the feedback. The client to Rackspace Cloud site works ok, but then the time involved to offload to S3 from Rackspace causes the browser issue. Chrome only allows around 30 seconds for this transfer before the time out. I'm currently uploading files to the host ok, saving to the file system and db and attempting to run some sort of background thread to transfer to S3. This is working for small files, but still having issue on large (30 - 50mb) files. I would have thought this was a common task, and there would be a few samples out there in .net land.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload