Boyan's Blog
Snippets of code and fun.
Home
»
What We're Thinking
»
Boyan's Blog
» Related Posts
Related Posts
"401 unauthorized access" when server-side code or browser tries to call itself with URL
Boyan Tsolov
It all started out as a problem I got in a load-balanced environment. However, this error can occur whenever you try to browse to a server's URL from that same server, but using a different host header. In my case, I wrote server-side code that browsed to my server through the load balancer URL,...
on
27 Jan 2011
Visual Studio Test Suite 2008: Unit Tests Pass but Load Tests Fail
Boyan Tsolov
This is a problem I recently ran into: - I am using Visual Studio Test Suite 2008 to create load tests that run multiple unit tests - I created unit tests that run by getting configuration settings from an app.config file - If I run the unit test by itself, they pass - I placed the unit tests in a load...
on
3 Jun 2010
Performance Testing: The Performance Test Plan
Boyan Tsolov
I have always had a problem doing performance testing (aka load testing). I am quite adept at recording web tests and collecting counters, but I still find it troublesome interpreting the counters that I gather from load tests. The problem is that I need a plan that will produce relevant results with...
on
10 Nov 2009
MOSS: Indexing HTML from a Publishing HTML Field
Suleman Ibrahim
I was working on a custom search (Full Text Search) web part when at a point I came to know that managed property of a Publishing HTML field is returning just Text (simple) not actual HTML saved in that field. Whereas client requirement was to show formatted text with hyperlinks etc. in the web part...
on
9 Jun 2009
Retrieving source code from a specific TFS label
Peter Bojanczyk
Technorati Tags: TFS , Team Foundation Server , Visual Studio 2008 , Labels Grab a specific version Choose Label and make sure both checkboxes are set (this ensures that your current Source code gets overwritten by the code you’ll pull from TFS), then click the “…” button (marked by arrow) Choose your...
on
8 Jun 2009
Configuring Enterprise Library 4.0 for Exception handling and Logging
Suleman Ibrahim
A few weeks back, I was trying to configure Enterprise Library 4.0 for Exception handling and Logging exception into event log but was not able to find any help on internet so it took me long time to do all the configurations for handling and logging exceptions using Enterprise. Library 4.0. Follow following...
on
25 May 2009
MOSS 2007 - Uploading and Indexing Large Files:
Suleman Ibrahim
A client has reported an issue that users were not able to upload files larger than 50MB file which we can resolve easily by updating Web Application settings; however, users were getting Timeout exceptions as well. Furthermore, business told us that business requirement is to be able to upload up to...
on
25 May 2009
VSTS – Setting Permissions on Work Items?
Stephen Kearns
Is it possible? I was thinking the answer was no – but I poked around and ran across this forum entry which outlines how you do it – basically, the short version is TFS allows you to apply permission (or deny permissions) to a specific Node in the Area Path Tree. http://social.msdn.microsoft...
on
19 May 2009
Event ID: 6875 in Event Viewer after deleting an SPFolder in a SharePoint document library
Noorez Khamis
ehucsd969j I am deleting a folder from a document library using the code: using (SPSite tempDocLibSite = new SPSite(tempDocLibWebRootUrl)) { using (SPWeb tempDocLibWeb = tempDocLibSite.OpenWeb()) { tempDocLibWeb.AllowUnsafeUpdates = true; SPFolder tempAttachmentSubFolder = tempDocLibWeb.GetFolder(string...
on
14 May 2009
Make Your Legacy Apps Work on the Internet
Scott Howlett
So, we’re just retiring our first server. We used to name our servers after our clients, and our first client was MIND – Microsoft Internet Developer magazine, a pre-cursor to MSDN magazine. It was with nostalgia, that I went looking for that first bit of technical prose… But alas, the Microsoft...
on
27 Apr 2009
Page 1 of 4 (80 items)
1
2
3
4
Tags
InfoPath 2007
load test
Visual Studio
Archives
Archives
May 2011
(1)
April 2011
(1)
January 2011
(2)
October 2010
(1)
September 2010
(1)
June 2010
(1)
November 2009
(1)
December 2008
(1)
November 2008
(2)
August 2008
(1)