vote up 0 vote down star
1

I have 2 test and 1 production server.

In my global.asax file - I have this one line of code:

void Application_Start(object sender, EventArgs e) 
{
    // Code that runs on application startup
    Logging.ConfigureLogging();
}

On both test servers its working fine, but on the production server, its generating an object reference not set exception. Any ideas on what in the production environment could be causing this error?

flag

3  
You'd better post full stacktrace. – Nikolay R Oct 27 at 10:41
What is your configuration file ? – Locksfree Oct 27 at 10:56

1 Answer

vote up 0 vote down

Turns out the "highly skilled support guys" installed it to a virtual directory of MOSS... Guys - nothing co-exists with sharepoint...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.