views:

31

answers:

0

Hi.

Using a 'portable' web server in aspnetserve (http://code.google.com/p/aspnetserve/) to host .NET web apps locally on a machine.

I've been having speed issues, it would seem.

Debugging with VS (their default webserver for such) runs much quicker with no issues.

Having issues to the point of seeing javascript fail to load with aspnetserve, CSS/Images as well. (of course, not always the same problem...must be associated with the poor performance of aspnetserve as otherwise the website behaves finely)

Have looked into any possible security interferences and am not seeing it. (firewalls and such) Tried a few host file mods... going with address instead of name. No improvements. Perhaps the software is the issue? Computers I'm testing on are fine performance wise. Though it's interesting... performance seems a bit better on XP than it does Vista/Win 7.

Need to make use of this server (ideally) for an app I'm working on. . . any experience or feedback would be great. (can't seem to find many users of aspnetserve)