Perflib Application Errors on Web Server

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.
 
T

Thomas Hansen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top