On a web server, we plan to pull back a file stored in SQL in a FILESTREAM using the Win32 streaming API. Are there any special ports that must be opened to make this work? Or will the standard 1433 suffice?
+1
A:
From documentation:
Remote file system access to
FILESTREAM
data is enabled over theServer Message Block (SMB)
protocol.
If you want to use the streaming API
, you'll need to open SMB
access to your web server from the outside: probably not a best idea if the web server is public.
Quassnoi
2009-12-30 16:32:29