cfs-file.ashx

cfs-file.ashx

This question is not answered

After loggin into my application I get the following YSOD on our Test server.

Trapping the exception I can see this is to do with cfs-file.ashx

Can anyone shed any light on this?

----------------------------------------------------------------------------------------

The device is not ready.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.IOException: The device is not ready.

[IOException: The device is not ready.

]

  System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +12892708

  System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj) +1594

  System.IO.Directory.CreateDirectory(String path) +311

  CommunityServer.Components.FileSystemFileStorageProvider.() +47

  CommunityServer.Components.FileSystemFileStorageProvider.GetFile(String path, String fileName) +53

All Replies
  • Also, the website is running under IIS7 on Server 2008