Hi, I'm using a verion that I built by compiing the
HEAD from the souce code in CVS and I turned on a
sniffer and found out that when my ASP.net 2.0 pages
are set to use XHTML 1.0 like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht
ml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
...
</html>
NUnitAsp makes the following reuqests to the web:
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
XHTML is the default for ASP.Net 2.0 pages, if I
change back the DOCTYPE to DHTML 4.0 like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<html>
...
</html>
Then the problem goes away. The issue is that we
would loke to use XHTML but all those extra web
requests end up slowing down the tests.
Cheers
Gabo
Nobody/Anonymous
None
None
Public
|
Date: 2008-09-12 21:09 When the machine has no internet connection, these request will result in |
|
Date: 2006-09-06 07:28 Logged In: NO |
|
Date: 2006-09-06 06:07 Logged In: YES |
|
Date: 2006-09-05 21:16 Logged In: YES |