January 2008 - Posts

2
Comments

Silverlight in MOSS 2007 (SP1) by kemaltolga

First, I am trying to list, most likely not in logical order, all the steps necessary. After that I will support each point with either code or a screen shot. Develop a custom web part "wrapper". Configure so it can be deployed within MOSS. Create a simple...
0
Comments

Asp.net web application times out on long running stored procedure by kemaltolga

If you are running a web application and you are processing a stored procedure that takes quite a while you might get a time out error. An easy way to fix this is to add "Connect Timeout=60" to your connection string in the web.config file. 60 is in seconds...
0
Comments

Lost your Reporting Services source code? by kemaltolga

No worries...you can get them back (granted you have deployed them before). Simple go to your Report Server. ( http://servername/ReportServer)...browse to the report you are missing. Find the properties tab. In the *General* section click *Edit*. This...
2
Comments

MOSS 2007 SP1 by kemaltolga

I went through a couple of SP1 upgrades. 9 out 10 times it works just like you might think. Below I list resources and important steps to consider when upgrading your MOSS 2007 environment to SP1. Later I will also talk about how to integrate custom web...
0
Comments

Event logging within MOSS and regular asp.net web application by kemaltolga

Event logging in asp.net is pretty straight forward. In MOSS it might be a little different. 1. Regular asp.net web application First, reference the System.Diagnostics namespace. using System; using System.Collections; using System.Configuration; using...
0
Comments

Welcome by kemaltolga

Hello ASP.NET Community: First, I am very excited about my asp.net blog. Thanks Joe and Scott .... I am an application developer for a global architectual firm. My main responsibilities involve MOSS 2007 and custom web development. We are a full-blown...
More Posts