473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ASP.Net 1.1 not Responding???

Ok, I'm stuck. Yes, I'm fairly new to this but I thought I had a better
understand of how things work. So I need some help, please!

I'm setting up a test box to use while modifying a dll that runs our home
page. It's a XP Pro box, IIS 5, with ASP.Net 1.1 installed. Same setup I
used when originally creating the site and dll. The drive has been
reformatted since then, however, as I mentioned all the necessary pieces
seem to be installed.

When I try to browse to the home page I get the following error....
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and
then click the Refresh button, or try again later.
------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource
'http://libsys-test/'. Line 1, Position 2

<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1"
%>
-^
The first few lines of my page follows....

<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1"
%>
<%@ Register TagPrefix="LibCTRL" TagName="NewsFeed"
Src="_includes/newsfeed.ascx" %>
<?xml version="1.0" encoding="iso-8859-1"?>

I remove my first two lines and the registered custom control located in the
middle of the page. When I try browsing again I get the following error...

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and
then click the Refresh button, or try again later.
------------------------------------------------------------------------------

End tag 'head' does not match the start tag 'link'. Error processing
resource 'http://localhost/'. Line 12, Position 3

</head>
--^

So I remove my third line....
<?xml version="1.0" encoding="iso-8859-1"?>

And now I can actually browse to my page. However, it appears that none of
my #include instructions are working (<!--#include
file="_includes/footer.htm" -->). No footer appears on my page.

Yes, this page and directory structure works correctly on our main server.
It's like any kind of ASP.Net or server processing isn't happening.

Any ideas? Am I overlooking something simple. I have reinstlled the 1.1
update.

Thanks in advance for any help!!!!!

-- ERiC
Dec 12 '05 #1
4 1006
Any ideas???
Dec 13 '05 #2
What is the reasoning for you to include this line :

<?xml version="1.0" encoding="iso-8859-1"?>

in an *.aspx page ?

re:
none of my #include instructions are working (<!--#include file="_includes/footer.htm" -->).
You shouldn't use includes in asp.net. Use user controls, instead.

Juan T. Llibre
ASP.NET MVP
============
"EDOnLine" <ed*******@yahooX.com> wrote in message news:%2***************@TK2MSFTNGP10.phx.gbl... Any ideas???

Dec 13 '05 #3
Correct. I've been told it was left over from a template file and was
missed on clean up.

The footer include is there just because it was easy. :-) And was
forgotten.


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O%***************@tk2msftngp13.phx.gbl...
What is the reasoning for you to include this line :

<?xml version="1.0" encoding="iso-8859-1"?>

in an *.aspx page ?

re:
none of my #include instructions are working (<!--#include
file="_includes/footer.htm" -->).


You shouldn't use includes in asp.net. Use user controls, instead.

Juan T. Llibre
ASP.NET MVP
============
"EDOnLine" <ed*******@yahooX.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Any ideas???


Dec 13 '05 #4
I seem to have moved beyond the error I was getting. I did an uninstall for
everything related to the .Net framework and then reinstalled it.

However, now I'm getting the following error. I think it may be permissions
for the ASPNET account. Any suggestions???
Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'LibWebCtrl'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
258

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'LibWebCtrl' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = LibWebCtrl
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: LibWebCtrl
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/2135a508/8d69a834/LibWebCtrl.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/2135a508/8d69a834/LibWebCtrl/LibWebCtrl.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/bin/LibWebCtrl.DLL.

Dec 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Raghul | last post by:
hi I am working in making a jabber client.I made upto chatting with each other.Any number of people can be simultaneously chat.My problem is that If I am initiated to talk then the application...
2
by: Jonathan | last post by:
Running IIS 5.0. Running both .NET and ASP pages. Every several weeks all the ASP pages stop responding. Nothing is displayed. No events show up in event logs showing that the server is having...
0
by: Michael Bourgon | last post by:
I've been having the same problem for 2 weeks now. If anyone has any ideas, I'd love to hear them. We are using both SQL and Windows Authentication. I was running a Profiler Trace at the time,...
13
by: long5120 | last post by:
I am trying to use webpage with javascript to check if a web server is responding. I was thinking of using 2 frames. Frame1 will have the site, and the Frame2 will be a status bar (not really...
2
by: Nils Hedström | last post by:
Today my stateserver (running at the same computer at the web-server) suddenly stopped responding (after 10 days working perfectly). I did not see any entry in the eventlog indicating that the...
4
by: VB Programmer | last post by:
When I run my ASP.NET 2.0 web app on my dev machine it works perfect. When I precomile it to my web deployment project and then copy the debug files to my web server I get this problem when trying...
1
by: Ron | last post by:
Hi, I had a stored procedure on SQL 2000 server to run calculation with large amount of data. When I called this stored procedure via System.Data.SqlClient.SqlCommand on production, i got error...
0
by: hellboss | last post by:
Hi ! Im working with asp.net, I have a Update Panel(Ajax tool) where two text boxes are placed and in Text box 1, i enter the Email and the max length for the field is set to 75. and another text...
18
by: rdahlstrom | last post by:
Does anyone know how to determine the window status (Running or Not Responding)? I've tried various methods with no success... This would be on a variety of Windows systems, but all at least XP,...
7
by: mills.toby | last post by:
We have a Windows 2003 Server, serving an asp.net (2.0) website. Recently the website stopped responding. When trying to access the website, no response is received at all. This includes when...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.