Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Help...ASP.NET scripts wont run


Message #1 by "charles levere" <charles.levere@b...> on Fri, 1 Nov 2002 08:25:57
I'm a total beginner....

Running ASP.NET under XP Professional.
My IIS server is working ok and I can bring
up .aspx pages.

My problem is that no <script>...</scipt> code
will run nor will any inline code <%...%>.

I have disabled my Mcaffee virus checker.

Have I not done something?

Any help greatly appreciated
best regards
Charlie ( Canterbury, UK )
Message #2 by "Paul Riley" <rilez@t...> on Fri, 1 Nov 2002 08:34:53 -0000
You are accessing your pages by going to the website
http://localhost/pagename.aspx aren't you? Also you have set the
page_load as well as having the scripts work from the server. When you
say you can brng up the aspx pages - what do you mean?

-----Original Message-----
From: charles levere [mailto:charles.levere@b...] 
Sent: 01 November 2002 08:26
To: ASP.NET
Subject: [aspx] Help...ASP.NET scripts wont run


I'm a total beginner....

Running ASP.NET under XP Professional.
My IIS server is working ok and I can bring
up .aspx pages.

My problem is that no <script>...</scipt> code
will run nor will any inline code <%...%>.

I have disabled my Mcaffee virus checker.

Have I not done something?

Any help greatly appreciated
best regards
Charlie ( Canterbury, UK )
---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---

Message #3 by "charles levere" <charles.levere@b...> on Fri, 1 Nov 2002 09:15:38
I am accessing pages by going to localhost/page.aspx
and can see all the other html in my .aspx file.
I have used a Sub Page_Load in the .aspx file when
using scripts. But even the following inline
code staement wont run:

<html>
<head><title>The Punctual web server</title></head>
<body>
<h1>Welcome</h1>
  <% Response.Write ( "BOO" ) %> 
</body>
</html>

Rgds Chas.
Message #4 by Sam Clohesy <sam@e...> on Fri, 1 Nov 2002 09:13:43 -0000
Hi, try reinstalling the framework

Cheers

Sam




-----Original Message-----
From: charles levere [mailto:charles.levere@b...]
Sent: 01 November 2002 09:16
To: ASP.NET
Subject: [aspx] RE: Help...ASP.NET scripts wont run



I am accessing pages by going to localhost/page.aspx
and can see all the other html in my .aspx file.
I have used a Sub Page_Load in the .aspx file when
using scripts. But even the following inline
code staement wont run:

<html>
<head><title>The Punctual web server</title></head>
<body>
<h1>Welcome</h1>
  <% Response.Write ( "BOO" ) %> 
</body>
</html>

Rgds Chas.
---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---
Message #5 by "charles levere" <charles.levere@b...> on Fri, 1 Nov 2002 12:25:55
I re-installed the framework as suggested by Sam
in previous message - IT WORKED.

Everything running fine now.
Many, many thanks
Chas.

  Return to Index