|
 |
aspx_beginners thread: problems with installation of ASP.NET
Message #1 by "SAMIH MUSHARRAFIEH" <smusharrafieh@h...> on Thu, 17 Oct 2002 08:07:04
|
|
I have installed IIS 5.1(windows xp pro) as per requirement and with all
prerequisites and I have tried it by calling an ASP page.Everything was
fine.However ASPX pages were not.
I tried the ASP.NET Test examples; punctual.aspx,the
page displayed everything except the time. I checked the
source code and nothing was wrong.
it is important to note that I have visual studio .net installed on my machine.will
this have an effect.
i have tried everything possible from my side ,but all trails failed to display ASPX
pages.
please advise
Message #2 by "Corey Andersen" <corey@g...> on Fri, 18 Oct 2002 03:49:31
|
|
I had the same troubles... and fixed it by running a configuration
utility called aspnet_regiis.exe. It can be found in the following
directory:
c:\winnt\microsoft.net\framework\v1.0.3075 directory called
aspnet_regiis.exe.
Run it in a dos shell as aspnet_regiis -i
Hope this helps.
Corey
Message #3 by Ali Ahmad H <ali@a...> on Sat, 19 Oct 2002 08:47:38 +0700
|
|
Did you install IIS 5.1 after you install the .NET Framework ?? if yes, you
have to reconfigure your IIS or you can re-install the .NET Framework.
hope help.
regards,
-ali-
http://www.csharpindonesia.net
At 08:07 AM 10/17/2002 +0000, you wrote:
>I have installed IIS 5.1(windows xp pro) as per requirement and with all
>prerequisites and I have tried it by calling an ASP page.Everything was
>fine.However ASPX pages were not.
>I tried the ASP.NET Test examples; punctual.aspx,the
>page displayed everything except the time. I checked the
>source code and nothing was wrong.
>it is important to note that I have visual studio .net installed on my
>machine.will
>this have an effect.
>i have tried everything possible from my side ,but all trails failed to
>display ASPX
>pages.
>please advise
>---
>Beginning ASP.NET Databases using VB.NET
>http://www.wrox.com/ACON11.asp?ISBN=1861006195
>
>Beginning ASP.NET Databases using C#
>http://www.wrox.com/ACON11.asp?ISBN=1861007418
>
>These books look at how we can create data-centric ASP.NET
>applications. Requiring some basic knowledge of ASP.NET,
>Access and SQL the authors guide you through the process
>of connecting and consuming information in a variety of
>ways. They are packed full of excellent illustrative code
>examples, demonstrating important fundamental principles.
regards,
-ali-
http://www.aliahmad.net
|
|
 |