Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Help!!!


Message #1 by "John Reese" <jtreese@b...> on Thu, 28 Mar 2002 19:42:03
Having trouble with the first exercise. Server code is not executing. All 
I get is a blank page. When I view the source, all the code is revealed. 
I am running XP Pro with IIS 5.1. IIS is running fine and there is 
nothing wrong with my code. Anyone run into this problem? 
Message #2 by "Steve" <steve@s...> on Thu, 28 Mar 2002 20:59:53 -0000
Sounds as though your server isn't working. When you "view source" (I assume
you mean in Internet Explorer) your code should not be visible, only the
html the server produces.

Steve

PS I presume you are "browsing" the page with eg
http://localhost/yourpageref.aspx (or whatever) and not just double clicking
on the file name?


"John Reese" <jtreese@b...> wrote in message
news:160260@a..._beginners...
>
> Having trouble with the first exercise. Server code is not executing. All
> I get is a blank page. When I view the source, all the code is revealed.
> I am running XP Pro with IIS 5.1. IIS is running fine and there is
> nothing wrong with my code. Anyone run into this problem?
>
>


Message #3 by "John Reese" <jtreese@b...> on Fri, 29 Mar 2002 13:07:44
Yes Steve, your assumptions are correct. I am viewing source in IE and 
browsing with the correct server address. 

All indications are that the server is running properly. Classic ASP 
works just fine. 

One thing that I have noticed is that I do not have an association in IIS 
to an aspx extention. 

Would it be too much to ask if you checked yours and let me know how you 
are configured.

What I am refering to is in your IIS Management Console, right click on 
your default website, select properties, select the Home Directory Tab 
and click the configuration button. What dll is associated with an aspx 
extention?

Thanks

> Sounds as though your server isn't working. When you "view source" (I 
assume
you mean in Internet Explorer) your code should not be visible, only the
html the server produces.

Steve

PS I presume you are "browsing" the page with eg
http://localhost/yourpageref.aspx (or whatever) and not just double 
clicking
on the file name?


"John Reese" <jtreese@b...> wrote in message
news:160260@a..._beginners...
>
> Having trouble with the first exercise. Server code is not executing. 
All
> I get is a blank page. When I view the source, all the code is revealed.
> I am running XP Pro with IIS 5.1. IIS is running fine and there is
> nothing wrong with my code. Anyone run into this problem?
>
>



  Return to Index