Click here to Skip to main content
15,898,766 members

Comments by pulak_mj (Top 3 by date)

pulak_mj 4-Sep-14 14:33pm View    
Thanks PhilLenoir, I also agree with the fact that it is not a good practice to give access to DMZ to web applications. But I have just one query that how efficient and reliable is the filestream approach? Does it help in saving and retrieving the file faster than the file system approach?
pulak_mj 4-Sep-14 14:30pm View    
Thanks OriginalGriff, What my actual concern is that I need to store the files in a different server. Which means that to save or retrieve the files, I need to have a service to do the talking between the web application and the file server, which in turn means that the service will take its own processing time. So in that case also, assuming that the file size will be large, would it be a better idea to store the files in a file system?
pulak_mj 29-Jan-14 13:03pm View    
Unfortunately, the link did not help. I dont want to increase the timeout property. Since the SP is taking few seconds to fetch the data, The entity should also take only that amount of time. Thanks for your help.