The extension of the URL is an aspx file. I changed nothing on the IIS. That's the postback. ++++++++++++++ POST POST /Inici/tabid/60/Default.aspx HTTP/1.1
Host: dnn470
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: es-es,es;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Referer: http://dnn470/Inici/tabid/60/Default.aspx ++++++++++++++ RESPONSE HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 37772
Content-Type: text/html; charset=UTF-8
Expires: -1
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Snapsis-PageBlaster: v:3.0.4;c:-PNC;x:-;r:-
Set-Cookie: language=en-US; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Thu, 14 Feb 2008 22:18:47 GMT > Thanks for the detailed debug info Dani. The only time I can think of that PageBlaster would still be involved is if you have set IIS to send the extension to the StaticFileHandler and that extension is setup for the StaticFileHandler. >That Content-Type being wrong is most likely because of this scenario, because PageBlaster does attempt to set the Content-Type in the response when the StaticFileHandler is being used. >What was the extension on the url for that request? >I'll look into how this may be getting set wrong right away. |