473,385 Members | 1,893 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,385 software developers and data experts.

aspfunction does not work?

Jim
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for me

ch Jim
Jul 22 '05 #1
21 1774
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>


Problem: It does not show the time! very basic probably but not for me

ch Jim



Jul 22 '05 #2
Jim
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for me

ch Jim

Jul 22 '05 #3
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for me

ch Jim




Jul 22 '05 #4
Jim
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for me

ch Jim


Jul 22 '05 #5
Does your server support ASP, and do you have the file in a file with a ..asp extension?

If yes to both, have you made sure debugging on the clientside is enabled in IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for me

ch Jim





Jul 22 '05 #6
Jim
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..
how do you turn the debugging on?

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Does your server support ASP, and do you have the file in a file with a .asp
extension?

If yes to both, have you made sure debugging on the clientside is enabled in
IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
Hi

I am a newbie to asp and i built this test program:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <% = Time %>
</BODY>
</HTML>
Problem: It does not show the time! very basic probably but not for
me

ch Jim



Jul 22 '05 #7
To turn debugging on, open the properties for the site and click the Home Directory tab, then the Configuration button, and then the App Debugging tab and place a tick in "Enable client-side script debugging"

Note: you may need to stop/start the site in IIS for the changes to take effect (atleast, I've always had to)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:OB**************@TK2MSFTNGP09.phx.gbl...
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..
how do you turn the debugging on?

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Does your server support ASP, and do you have the file in a file with a .asp
extension?

If yes to both, have you made sure debugging on the clientside is enabled in
IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
> Hi
>
> I am a newbie to asp and i built this test program:
>
> <HTML>
> <HEAD><TITLE>Test</TITLE></HEAD>
> <BODY>
> the time is <% = Time %>
> </BODY>
> </HTML>
>
>
> Problem: It does not show the time! very basic probably but not for
> me
>
> ch Jim
>
>





Jul 22 '05 #8
Jim
when is try to reach the asp page it says:

HTTP-error 500 internal server error?

what could it be?
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Oc**************@TK2MSFTNGP09.phx.gbl...
To turn debugging on, open the properties for the site and click the Home
Directory tab, then the Configuration button, and then the App Debugging tab
and place a tick in "Enable client-side script debugging"

Note: you may need to stop/start the site in IIS for the changes to take
effect (atleast, I've always had to)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OB**************@TK2MSFTNGP09.phx.gbl...
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..
how do you turn the debugging on?

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Does your server support ASP, and do you have the file in a file with a
.asp
extension?

If yes to both, have you made sure debugging on the clientside is enabled
in
IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
thanks Steven but it still does not show the time

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u0**************@TK2MSFTNGP09.phx.gbl...
<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
the time is <%=FormatDateTime(Now(), 4) %><br>
the time is <%=FormatDateTime(Time(), 4) %>
</BODY>
</HTML>

I've put an example here for you;

http://mysteryfcm.plus.com/time.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:#o**************@TK2MSFTNGP10.phx.gbl...
> Hi
>
> I am a newbie to asp and i built this test program:
>
> <HTML>
> <HEAD><TITLE>Test</TITLE></HEAD>
> <BODY>
> the time is <% = Time %>
> </BODY>
> </HTML>
>
>
> Problem: It does not show the time! very basic probably but not for
> me
>
> ch Jim
>
>



Jul 22 '05 #9
Have you checked the Event Viewer to see whats being logged for it? (500 is usually caught in there and should provide some guidance on whats causing it)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:eX**************@TK2MSFTNGP15.phx.gbl...
when is try to reach the asp page it says:

HTTP-error 500 internal server error?

what could it be?


"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Oc**************@TK2MSFTNGP09.phx.gbl...
To turn debugging on, open the properties for the site and click the Home
Directory tab, then the Configuration button, and then the App Debugging tab
and place a tick in "Enable client-side script debugging"

Note: you may need to stop/start the site in IIS for the changes to take
effect (atleast, I've always had to)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OB**************@TK2MSFTNGP09.phx.gbl...
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..
how do you turn the debugging on?

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Does your server support ASP, and do you have the file in a file with a
.asp
extension?

If yes to both, have you made sure debugging on the clientside is enabled
in
IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
> thanks Steven but it still does not show the time
>
> "Steven Burn" <so*******@in-time.invalid> schreef in bericht
> news:u0**************@TK2MSFTNGP09.phx.gbl...
> <HTML>
> <HEAD><TITLE>Test</TITLE></HEAD>
> <BODY>
> the time is <%=FormatDateTime(Now(), 4) %><br>
> the time is <%=FormatDateTime(Time(), 4) %>
> </BODY>
> </HTML>
>
> I've put an example here for you;
>
> http://mysteryfcm.plus.com/time.asp
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> "Jim" <ji*******@hotmail.com> wrote in message
> news:#o**************@TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > I am a newbie to asp and i built this test program:
> >
> > <HTML>
> > <HEAD><TITLE>Test</TITLE></HEAD>
> > <BODY>
> > the time is <% = Time %>
> > </BODY>
> > </HTML>
> >
> >
> > Problem: It does not show the time! very basic probably but not for
> > me
> >
> > ch Jim
> >
> >
>
>





Jul 22 '05 #10
See the following aswell;

How To Troubleshoot an "HTTP 500 - Internal Server Error" Error Message
http://support.microsoft.com/?id=311766

#2109 : Why do I get a 500 Internal Server error for all ASP errors?
http://www.aspfaq.com/show.asp?id=2109

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message news:eX**************@TK2MSFTNGP15.phx.gbl...
when is try to reach the asp page it says:

HTTP-error 500 internal server error?

what could it be?


"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Oc**************@TK2MSFTNGP09.phx.gbl...
To turn debugging on, open the properties for the site and click the Home
Directory tab, then the Configuration button, and then the App Debugging tab
and place a tick in "Enable client-side script debugging"

Note: you may need to stop/start the site in IIS for the changes to take
effect (atleast, I've always had to)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OB**************@TK2MSFTNGP09.phx.gbl...
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..
how do you turn the debugging on?

"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:Ow**************@TK2MSFTNGP10.phx.gbl...
Does your server support ASP, and do you have the file in a file with a
.asp
extension?

If yes to both, have you made sure debugging on the clientside is enabled
in
IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...
with your example:
the time is
the time is

ch Jim
"Steven Burn" <so*******@in-time.invalid> schreef in bericht
news:u$**************@TK2MSFTNGP10.phx.gbl...
What are you seeing when you try it?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jim" <ji*******@hotmail.com> wrote in message
news:OD**************@TK2MSFTNGP09.phx.gbl...
> thanks Steven but it still does not show the time
>
> "Steven Burn" <so*******@in-time.invalid> schreef in bericht
> news:u0**************@TK2MSFTNGP09.phx.gbl...
> <HTML>
> <HEAD><TITLE>Test</TITLE></HEAD>
> <BODY>
> the time is <%=FormatDateTime(Now(), 4) %><br>
> the time is <%=FormatDateTime(Time(), 4) %>
> </BODY>
> </HTML>
>
> I've put an example here for you;
>
> http://mysteryfcm.plus.com/time.asp
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> "Jim" <ji*******@hotmail.com> wrote in message
> news:#o**************@TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > I am a newbie to asp and i built this test program:
> >
> > <HTML>
> > <HEAD><TITLE>Test</TITLE></HEAD>
> > <BODY>
> > the time is <% = Time %>
> > </BODY>
> > </HTML>
> >
> >
> > Problem: It does not show the time! very basic probably but not for
> > me
> >
> > ch Jim
> >
> >
>
>





Jul 22 '05 #11
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..


Then Steve's answers are not relevant to you. You need to post to a .Net
group, such as microsoft.public.dotnet.framework.aspnet

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 22 '05 #12
hehe, I'd not noticed that part :o\

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message news:#z**************@TK2MSFTNGP15.phx.gbl...
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..


Then Steve's answers are not relevant to you. You need to post to a ..Net
group, such as microsoft.public.dotnet.framework.aspnet

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Jul 22 '05 #13
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use asp.net..


Then Steve's answers are not relevant to you. You need to post to a .Net
group, such as microsoft.public.dotnet.framework.aspnet


Except the code in question was ASP. :)

Jeff
Jul 22 '05 #14
Jeff Cochran wrote:
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use
asp.net..


Then Steve's answers are not relevant to you. You need to post to a
.Net group, such as microsoft.public.dotnet.framework.aspnet


Except the code in question was ASP. :)

Does that matter if he's trying to run it in an aspx page?

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 22 '05 #15
<playonwords type="ugly">If an ASP executes in the ASPX, and it's not
supported, does anyone hear it.<playonwords>

Bob Lehmann

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
Jeff Cochran wrote:
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use
asp.net..

Then Steve's answers are not relevant to you. You need to post to a
.Net group, such as microsoft.public.dotnet.framework.aspnet


Except the code in question was ASP. :)

Does that matter if he's trying to run it in an aspx page?

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 22 '05 #16
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jeff Cochran wrote:
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jim wrote:
yes,yes i use iis5. Maybe i should tell you that i also use
asp.net..

Then Steve's answers are not relevant to you. You need to post to a
.Net group, such as microsoft.public.dotnet.framework.aspnet


Except the code in question was ASP. :)

Does that matter if he's trying to run it in an aspx page?


He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff
Jul 22 '05 #17
Jim
if i try http://mycomputername/localstart.asp then it doesn't display the
iis welcome page
The webservices are switched on.

"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com...
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jeff Cochran wrote:
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

Jim wrote:
> yes,yes i use iis5. Maybe i should tell you that i also use
> asp.net..

Then Steve's answers are not relevant to you. You need to post to a
.Net group, such as microsoft.public.dotnet.framework.aspnet

Except the code in question was ASP. :)

Does that matter if he's trying to run it in an aspx page?


He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff

Jul 22 '05 #18
On Sun, 27 Feb 2005 13:01:19 +1100, "Jim" <ji*******@hotmail.com>
wrote:
if i try http://mycomputername/localstart.asp then it doesn't display the
iis welcome page
The webservices are switched on.
Have you tried a "Hello World!" ASP page?

Jeff
"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com.. .
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:
Jeff Cochran wrote:
On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

> Jim wrote:
>> yes,yes i use iis5. Maybe i should tell you that i also use
>> asp.net..
>
> Then Steve's answers are not relevant to you. You need to post to a
> .Net group, such as microsoft.public.dotnet.framework.aspnet

Except the code in question was ASP. :)

Does that matter if he's trying to run it in an aspx page?


He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff


Jul 22 '05 #19
Jim
if the iis welcome page does not show up this means that somehow iis cannot
process asp.pages.
so even a helloworld page would not work
the error it shows:

Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.
ch Jim

"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com...
On Sun, 27 Feb 2005 13:01:19 +1100, "Jim" <ji*******@hotmail.com>
wrote:
if i try http://mycomputername/localstart.asp then it doesn't display the
iis welcome page
The webservices are switched on.


Have you tried a "Hello World!" ASP page?

Jeff
"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com. ..
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

Jeff Cochran wrote:
> On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
> <re******@NOyahoo.SPAMcom> wrote:
>
>> Jim wrote:
>>> yes,yes i use iis5. Maybe i should tell you that i also use
>>> asp.net..
>>
>> Then Steve's answers are not relevant to you. You need to post to a
>> .Net group, such as microsoft.public.dotnet.framework.aspnet
>
> Except the code in question was ASP. :)
>
Does that matter if he's trying to run it in an aspx page?

He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff

Jul 22 '05 #20
Jim, please check your event viewer. You are likely seeing event id 5
(http://www.aspfaq.com/2355) or event id 36 (http://www.aspfaq.com/2226)
whenever you start IIS and/or try to load an ASP page.


On 2/27/05 6:29 PM, in article u#**************@tk2msftngp13.phx.gbl, "Jim"
<ji*******@hotmail.com> wrote:
if the iis welcome page does not show up this means that somehow iis cannot
process asp.pages.
so even a helloworld page would not work
the error it shows:

Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.
ch Jim

"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com...
On Sun, 27 Feb 2005 13:01:19 +1100, "Jim" <ji*******@hotmail.com>
wrote:
if i try http://mycomputername/localstart.asp then it doesn't display the
iis welcome page
The webservices are switched on.


Have you tried a "Hello World!" ASP page?

Jeff
"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com...
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

> Jeff Cochran wrote:
>> On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
>> <re******@NOyahoo.SPAMcom> wrote:
>>
>>> Jim wrote:
>>>> yes,yes i use iis5. Maybe i should tell you that i also use
>>>> asp.net..
>>>
>>> Then Steve's answers are not relevant to you. You need to post to a
>>> .Net group, such as microsoft.public.dotnet.framework.aspnet
>>
>> Except the code in question was ASP. :)
>>
> Does that matter if he's trying to run it in an aspx page?

He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff



Jul 22 '05 #21
On Mon, 28 Feb 2005 10:29:12 +1100, "Jim" <ji*******@hotmail.com>
wrote:
if the iis welcome page does not show up this means that somehow iis cannot
process asp.pages.
so even a helloworld page would not work
No, it means a problem prevented the IIS Welcome page from showing.
There are many reasons that page wouldn't show while a Hello World!
page would.
the error it shows:

Server Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance.
Finally, a full error message. Though you missed the error code,
likely a 500 error. See:

Why do I get a 500 Internal Server error for all ASP errors?
http://www.aspfaq.com/show.asp?id=2109

Also, did you refer to the event log? If so, post the full event log
error, including source and ID. If not, follow the error message you
received and look at the event log.

Jeff


ch Jim

"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com.. .
On Sun, 27 Feb 2005 13:01:19 +1100, "Jim" <ji*******@hotmail.com>
wrote:
if i try http://mycomputername/localstart.asp then it doesn't display the
iis welcome page
The webservices are switched on.


Have you tried a "Hello World!" ASP page?

Jeff
"Jeff Cochran" <je*********@zina.com> schreef in bericht
news:42*****************@msnews.microsoft.com.. .
On Sat, 26 Feb 2005 13:56:00 -0500, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

>Jeff Cochran wrote:
>> On Sat, 26 Feb 2005 08:29:46 -0500, "Bob Barrows [MVP]"
>> <re******@NOyahoo.SPAMcom> wrote:
>>
>>> Jim wrote:
>>>> yes,yes i use iis5. Maybe i should tell you that i also use
>>>> asp.net..
>>>
>>> Then Steve's answers are not relevant to you. You need to post to a
>>> .Net group, such as microsoft.public.dotnet.framework.aspnet
>>
>> Except the code in question was ASP. :)
>>
>Does that matter if he's trying to run it in an aspx page?

He said he used ASP.NET, not whether the page was an ASPX file.
Though he never said it was an ASP file either, so it could be his
real problem is he's trying this in a HTM/HTML file...

Jeff


Jul 22 '05 #22

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

Similar topics

7
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As...
5
by: me | last post by:
I have a Class Library that contains a Form and several helper classes. A thread gets created that performs processing of data behind the scenes and the Form never gets displayed (it is for debug...
12
by: Frank Hauptlorenz | last post by:
Hello Out there! I have a DB2 V7.2 Database (Fix11) on Win 2000 Professional. It was before a NT 4 based Domain - now it is a Win 2000 Domain. The database server is a domain member. Now...
14
by: Steve Jorgensen | last post by:
Recently, I tried and did a poor job explaining an idea I've had for handling a particular case of implementation inheritance that would be easy and obvious in a fully OOP language, but is not at...
0
by: Jarod_24 | last post by:
How does tabindex work in ASP .net pages I dosen't seem to work quite like in regular forms. and there isn't any TabStop property either. 1 .How do you prevent a control form beign "tabbed"....
5
by: Andy Fish | last post by:
Hi, I have an asp.net web application which uses a pop-up form that works a bit like a dialog box. when the user clicks "OK" it does a postback (basically a form post if you don't know .net) to...
14
by: webEater | last post by:
I have a problem, it's not browser specific, and I don't get a solution. I have an (X)HTML document, I show you a part of it: .... <!--<div class="pad">--> <div id="eventImages"><img src=""...
1
by: =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?= | last post by:
I get the above error in some of the ASP.NET web applications on a server, and I need some help figuring out how to deal with it. This is a rather long post, and I hope I have enough details that...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.