.NET Framework Bookmark and Share   
 index > .NET Base Class Library > Zeros at the beginning of source code
 

Zeros at the beginning of source code

Dear friends,

I have a vb .net site with + - 100 pages. Some pages, once retreived, show 2, 3 or even 8 zeroes at the beginning of the source code, resulting...

000
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

The pages work fine. But is it a mistery or is it just me ? What are the zeroes doing there?? Is a component (or tag) producing them?

This is an example of one of the pages that is producing the zeroes...

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="wf605deseje.aspx.vb" Inherits="siner81.wf605deseje"%>
<%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%>
<%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %>
<%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><%@ Page Language="vb" AutoEventWireup="false" Codebehind="wf605deseje.aspx.vb" Inherits="siner81.wf605deseje"%><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Page Language="vb" AutoEventWireup="false" Codebehind="wf605deseje.aspx.vb" Inherits="siner81.wf605deseje"%><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="example" TagName="template" Src="Template.ascx"%><%@ Register TagPrefix="cc1" Namespace="TMSWebControls" Assembly="TMSWebControls" %><%@ Register TagPrefix="twc" Namespace="TMSWebControls" Assembly="TMSWebControls" %>

 

JEA
I am guessing that you have a Response.Write somewhere.
ThE_lOtUs
I am guessing that you have a Response.Write somewhere.
ThE_lOtUs
Thank you so much for your reply. I'll check that out, because there is certainly some abnormal behavior.
JEA

You can use google to search for other answers

Custom Search

More Threads

• Moving in Binary File
• How to add a property-level attribute dynamically using Reflection?
• Error in Addition of Double Variables
• Access Denied when logging to text file
• Impossible execute a program from .NET
• Reading bytes as Hex values
• Classes, Methods and Performance
• How to control/restrict internet speed?
• Populating the DropDown List !
• why am i getting "Collection was modified" error?