|
 |
aspx_beginners thread: Installation problem with Windows XP Pro.
Message #1 by s_peng11@h... on Thu, 17 Oct 2002 00:44:18
|
|
I had tried to install ASP.NET on Windows XP Pro accordingly to the
book,Beginning ASP.NET 1.0 with Visual Basic.Net. There are several
problem I had encounter during the installation:
1) Where can i look for the script debugger on WIN XP?Accordingly
to the book, it was located at the Windows Components Wizard on Win
2000.Unfortunately, it is not the same on Win XP.
2) I had tried the ASP.NET Test examples; punctual.aspx,which the
page displays message but not the time. I had checked on the
source code and there is no mistyped code and control name.
When i view the source code using the browser, i saw both HTML
code and ASP code. Please help.
Thank You,
Soon Peng
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 17 Oct 2002 13:56:16 +1000
|
|
You can download the Script Debugger from the MSDN Scripting site:
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?ur
l=/MSDN-FILES/027/001/731/msdncompositedoc.xml&frame=true
In response to your second question, are you requesting the webpage via IIS?
eg:
http://localhost/begASP/punctual.aspx
?
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <s_peng11@h...>
Subject: [aspx_beginners] Installation problem with Windows XP Pro.
: I had tried to install ASP.NET on Windows XP Pro accordingly to the
: book,Beginning ASP.NET 1.0 with Visual Basic.Net. There are several
: problem I had encounter during the installation:
:
: 1) Where can i look for the script debugger on WIN XP?Accordingly
: to the book, it was located at the Windows Components Wizard on Win
: 2000.Unfortunately, it is not the same on Win XP.
:
: 2) I had tried the ASP.NET Test examples; punctual.aspx,which the
: page displays message but not the time. I had checked on the
: source code and there is no mistyped code and control name.
: When i view the source code using the browser, i saw both HTML
: code and ASP code. Please help.
:
: Thank You,
:
: Soon Peng
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
 |