Perflib Application Errors on Web Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. Every time I roll-out an updated version of an ASP.NET project to the
webserver, a Perflib Application Error is written to the server's event
viewer in the application log. Below is the event log description, verbatim.
If I roll-out ten different websites to the webserver I get ten of these
messages in the event viewer. I am using standard copy/paste to deploy the
sites, and am simply overwriting the files on the webserver with files from
my development computer.

Does anyone know what causes this? Thanks.
 
Hi. Every time I roll-out an updated version of an ASP.NET project to the
webserver, a Perflib Application Error is written to the server's event
viewer in the application log. Below is the event log description, verbatim.
If I roll-out ten different websites to the webserver I get ten of these
messages in the event viewer. I am using standard copy/paste to deploy the
sites, and am simply overwriting the files on the webserver with files from
my development computer.

Does anyone know what causes this? Thanks.

I've got an IDEA...
Probably the JIT compilation tells your Perflib just tells your server
that something was'n good enough... ;)
No big deal...
I assume you're NOT gonna deploy this application a couple of times a
day or the rest of your life...!!

..t
 
Back
Top