Click here to Skip to main content
15,909,737 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: content management Pin
Vincent Puglia22-Apr-04 7:38
Vincent Puglia22-Apr-04 7:38 
Generalcapturing Ctrl key Pin
Vladimir Kelman21-Apr-04 8:50
Vladimir Kelman21-Apr-04 8:50 
GeneralResize image after upload with asp or component Pin
AngelofPeace20-Apr-04 22:27
AngelofPeace20-Apr-04 22:27 
GeneralRe: Resize image after upload with asp or component Pin
Colin Angus Mackay21-Apr-04 1:18
Colin Angus Mackay21-Apr-04 1:18 
QuestionCan I get the value of newid() function of SQLserver2k from ASP Pin
_skidrow_vn_20-Apr-04 22:20
_skidrow_vn_20-Apr-04 22:20 
AnswerRe: Can I get the value of newid() function of SQLserver2k from ASP Pin
l a u r e n23-Apr-04 11:25
l a u r e n23-Apr-04 11:25 
Generalaccess to HTMLHelp via intranet Pin
Member 103671620-Apr-04 19:55
Member 103671620-Apr-04 19:55 
GeneralProblem with Isapifilter SendRawData (URGEND) Pin
Stephan Pilz20-Apr-04 2:48
Stephan Pilz20-Apr-04 2:48 
Hello,

I use a self written Isapi-Filter to translate my webpages to different languages. The translation algorythm is coded in SendRawData-Event.

I developed the Isapi with MSDEV6.0 (but without MFC) and it works fine. Now I ported my Webproject to ASP.NET and my Isapi have still problems to work with large pages. Details follows:

If my webpage for translation is greater than 30KB or so, the SendRawData-Func is called more than once. It looks, that the IIS (5.0 !!) is splitting the original page to different blocks and call for each block SendRawData (i.e. Pagesize = 61509 Bytes -> 1. block = 29479 Bytes, 2. block = 28376 Bytes and 3. block = 3654 Bytes).
In first block IIS set a CRLF + a hex digit + CRLF at first position in front of the first html-Tag. The second block is without any other chars but the last block have at the end CRLF + zero + CRLF. The hex digit in the upper case was 0xF038. That is a different of 13 to the real page size (random Confused | :confused: ).

All of this is'nt the Problem Smile | :) . My Isapi translate all block correctly and write the tranlated block back to the buffer HTTP_FILTER_RAW_DATA->pvInData. But the Browser shows only "Cannot display the page" or "Internal Server Error" or some other crepp Cry | :(( .

Here comes a traceoutput of the 3 blocks:
First block begins with:

f038



:
IDhere is the break of first block. It continues with the second block:
:
IDhere is the break of second block. Last block follows:
:




0

You can see, that the breaks are in the middle of a table and there are not other hints, why the break is there, where the break is.

Thanks for helping Rose | [Rose]
Generalproblem with image "onload"..Pls Help!!! Pin
jithus19-Apr-04 20:33
jithus19-Apr-04 20:33 
GeneralTable Troubles Pin
anonymous1219-Apr-04 17:54
anonymous1219-Apr-04 17:54 
GeneralRe: Table Troubles Pin
Yasen Georgiew20-Apr-04 22:14
Yasen Georgiew20-Apr-04 22:14 
GeneralTransparent background Pin
hkulten19-Apr-04 11:55
hkulten19-Apr-04 11:55 
GeneralASP programmer wants to learn PHP Pin
Hesham Amin17-Apr-04 0:59
Hesham Amin17-Apr-04 0:59 
GeneralRe: ASP programmer wants to learn PHP Pin
Roger Wright17-Apr-04 5:10
professionalRoger Wright17-Apr-04 5:10 
GeneralRe: ASP programmer wants to learn PHP Pin
Vladimir Kelman21-Apr-04 8:48
Vladimir Kelman21-Apr-04 8:48 
GeneralRe: ASP programmer wants to learn PHP Pin
hxxbin22-Apr-04 4:55
hxxbin22-Apr-04 4:55 
Questionhow to increase height upwards and width towards left Pin
nakey_yang15-Apr-04 17:36
nakey_yang15-Apr-04 17:36 
AnswerRe: how to increase height upwards and width towards left Pin
Colin Angus Mackay15-Apr-04 22:40
Colin Angus Mackay15-Apr-04 22:40 
GeneralMultiple Responses Pin
Anonymous15-Apr-04 4:50
Anonymous15-Apr-04 4:50 
GeneralFILE CHECKING Pin
Brendan Vogt15-Apr-04 0:46
Brendan Vogt15-Apr-04 0:46 
GeneralRe: FILE CHECKING Pin
markkuk15-Apr-04 4:38
markkuk15-Apr-04 4:38 
GeneralGetting OpenOffice to the web Pin
locktotten14-Apr-04 0:24
locktotten14-Apr-04 0:24 
GeneralCache not getting loaded Pin
Member 67053113-Apr-04 20:26
Member 67053113-Apr-04 20:26 
GeneralHelp me about validate form use javascript!!! Pin
cool_man13-Apr-04 15:45
cool_man13-Apr-04 15:45 
GeneralRe: Help me about validate form use javascript!!! Pin
Bee Master13-Apr-04 23:08
Bee Master13-Apr-04 23:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.