User1361966496 posted
I've been getting an error in my web app ever since i published in Production Servers, but everything works in Testing Server.
Whenever a user wants to download a file, it gives them a blank page, but whenever they upload it, it gives them the error:
"The Network name cannot be found"
The stack trace got me this:
at System.Data.SqlTypes.SqlFileStream.OpenSqlFileStream(String path, Byte[] transactionContext, FileAccess access, FileOptions options, Int64 allocationSize)
at System.Data.SqlTypes.SqlFileStream..ctor(String path, Byte[] transactionContext, FileAccess access, FileOptions options, Int64 allocationSize)
at System.Data.SqlTypes.SqlFileStream..ctor(String path, Byte[] transactionContext, FileAccess access) at _Default.WriteFileStream(GridViewRow gvRow)
Any help is appreciated