May 2011 - Posts

Upload Video to Facebook in C#
Mon, May 23 2011 9:29
HI Folks, If you tried to upload a video to facebook using facebook sdk in C#, You will face a problem that the provided method UploadVideo in LegacyRestApi.cs file accepts the full physical path of the file to be uploaded. For ASP.NET developers and...
Fix It: Sys.WebForms.PageRequestManagerParserErrorException when using update Panel in Facebook Apps
Tue, May 17 2011 15:17
Hi All, I was developing a Facebook application using Facebook C# SDK and i have an update panel in my page i'd like it to update a grid in it based on selected index changed event for a drop down list. The problem is that i have the update panel...
Automatic HTTPS redirect in Windows 2008 R2
Mon, May 16 2011 16:41
Hi All, I was trying to setup automatic redirect from HTTP to HTTPS for my hosted web application in IIS 7.0/7.5 Windows 2008 R2. I spent good time trying to find out a working solution for this problem. If you tried a solution with custom error pages...
How to install NuGet Facebook Samples Package in VS 2010
Tue, May 10 2011 9:03
Hi All, I was trying to develop a functionality to upload a video on facebook, To achieve this, you have to include Facebook NuGet Package in your project. The question was for me ? What's NuGet ? What's the concept of a Package ? Is it different...
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
Mon, May 9 2011 15:09
Hi All, If you are experiencing a problem connecting to your SQL Server 2008 R2 DB server from any remote machine in your network, Please make sure of the following: 1) You are able to ping the machine from the remote server. 2) Try to connect make sure...
Unrecognized attribute 'targetFramework' 4.0
Mon, May 9 2011 10:54
Hi Folks, If you tried to deploy your asp.net application on Win 08 - IIS7 and you were getting this error: Unrecognized attribute 'targetFramework' 4.0 This means the application pool that runs your website is not configured to run under .NET...