Below is the line of code which was running well in ASp.NET 2.1 but after upgrading from 2.1 to 3.0 it throws error
var formattedMessage = new FormattedLogValues(message, values).ToString();
What is the alternate to above code in ASP.NET 3.0
Below is the line of code which was running well in ASp.NET 2.1 but after upgrading from 2.1 to 3.0 it throws error
var formattedMessage = new FormattedLogValues(message, values).ToString();
What is the alternate to above code in ASP.NET 3.0