I am running windows 2000 and IIS to emulate a server on
the PC. I have written some asp code and placed it in the
WWWROOT. However, whenever I run the code the asp is
ignored. I have also created DSN connections and used asp
to gather data from local Access DB's and this is also
ignored. What is going on?

Please help.

Re: ASP on IIS by grw

grw
Tue Oct 21 03:17:30 CDT 2003

Are you accessing via :
http://127.0.0.1/pagename.asp ?

"REX" <anonymous@discussions.microsoft.com> wrote in message
news:07ce01c397aa$0e2ef9e0$a501280a@phx.gbl...
> I am running windows 2000 and IIS to emulate a server on
> the PC. I have written some asp code and placed it in the
> WWWROOT. However, whenever I run the code the asp is
> ignored. I have also created DSN connections and used asp
> to gather data from local Access DB's and this is also
> ignored. What is going on?
>
> Please help.



ASP on IIS by Andy

Andy
Tue Oct 21 03:22:54 CDT 2003

Hi!

Could you explain what happens exactly? I mean, can you
run .html files from your wwwroot? Does a http-error
appear in the browser?

Andy

>-----Original Message-----
>I am running windows 2000 and IIS to emulate a server on
>the PC. I have written some asp code and placed it in the
>WWWROOT. However, whenever I run the code the asp is
>ignored. I have also created DSN connections and used asp
>to gather data from local Access DB's and this is also
>ignored. What is going on?
>
>Please help.
>.
>

ASP on IIS by anonymous

anonymous
Tue Oct 21 14:23:00 CDT 2003

Have you checked there no error in the pages?
In the browser, right-clic view source and look at the
possible error.

>-----Original Message-----
>I am running windows 2000 and IIS to emulate a server on
>the PC. I have written some asp code and placed it in the
>WWWROOT. However, whenever I run the code the asp is
>ignored. I have also created DSN connections and used asp
>to gather data from local Access DB's and this is also
>ignored. What is going on?
>
>Please help.
>.
>

Re: ASP on IIS by jcochran

jcochran
Tue Oct 21 15:34:04 CDT 2003

On Tue, 21 Oct 2003 01:05:13 -0700, "REX"
<anonymous@discussions.microsoft.com> wrote:

>I am running windows 2000 and IIS to emulate a server on
>the PC. I have written some asp code and placed it in the
>WWWROOT. However, whenever I run the code the asp is
>ignored. I have also created DSN connections and used asp
>to gather data from local Access DB's and this is also
>ignored. What is going on?

You're using File -> Open in the browser instead of a URL. ASP is
server-side code and has to be processed by the server, not opened in
the browser. Try the name or IP of the system with your ASP file, as
in:

http://servername/myasp.asp

Jeff

ASP on IIS by anonymous

anonymous
Wed Oct 22 13:11:42 CDT 2003

The HTML runs ok but it simply ignores the asp part. No
errors in browser.

>-----Original Message-----
>Hi!
>
>Could you explain what happens exactly? I mean, can you
>run .html files from your wwwroot? Does a http-error
>appear in the browser?
>
>Andy
>
>>-----Original Message-----
>>I am running windows 2000 and IIS to emulate a server on
>>the PC. I have written some asp code and placed it in
the
>>WWWROOT. However, whenever I run the code the asp is
>>ignored. I have also created DSN connections and used
asp
>>to gather data from local Access DB's and this is also
>>ignored. What is going on?
>>
>>Please help.
>>.
>>
>.
>

Re: ASP on IIS by jcochran

jcochran
Thu Oct 23 14:14:24 CDT 2003

Are you running as a URL or using File Open? ASP has to be processed
by the server.

Have you tried a Hello World script?

Jeff

On Wed, 22 Oct 2003 11:11:42 -0700,
<anonymous@discussions.microsoft.com> wrote:

>The HTML runs ok but it simply ignores the asp part. No
>errors in browser.
>
>>-----Original Message-----
>>Hi!
>>
>>Could you explain what happens exactly? I mean, can you
>>run .html files from your wwwroot? Does a http-error
>>appear in the browser?
>>
>>Andy
>>
>>>-----Original Message-----
>>>I am running windows 2000 and IIS to emulate a server on
>>>the PC. I have written some asp code and placed it in
>the
>>>WWWROOT. However, whenever I run the code the asp is
>>>ignored. I have also created DSN connections and used
>asp
>>>to gather data from local Access DB's and this is also
>>>ignored. What is going on?
>>>
>>>Please help.
>>>.
>>>
>>.
>>