I have an asp.net application running in a virtual directory under the default IIS web site.
After deploying this to its own website with its own IP address (on the same machine), performance degrades drastically.
My first guess may be that this is perhaps some sort of a routing issue, but I am not too sharp on the networking end of things, so I'm not sure what I should start looking at first. Or, maybe it is something else entirely?
UPDATE: Everything else in this scenario has stayed the same, essentially, a New Website with a static ip address was created, pointing to a new folder where all of the files from the virtual directory were xcopied to.
The entire site seems slow (but it varies up and down over time)....images, scripts, you name it. No terribly unusual memory or CPU consumption.
Is it possible for it to be some sort of a routing issue? And if so, how would a person go about diagnosing this?