Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: aspx not running on XP Pro/SDK


Message #1 by "Steve Cost" <scost@n...> on Thu, 10 Oct 2002 11:21:58 -0400
I have just installed the dotNET sdk on my XP Pro box, and cannot get a
.aspx file to execute properly.  The particular .aspx is a simple HELLO
file, and does execute on my commercial website supporting dotNET.  So the
problem is isolated to my localhost testing environment.

I have downloaded and installed the framework sdk and SP2.  A version of the
.aspx file for asp only executes OK.  I have tried the .aspx file in both an
old virtual directory as well as a new one.  Suggestions, please? Any help
will be greatly appreciated.  TIA,
Steve


Message #2 by "Corey Andersen" <corey@g...> on Fri, 11 Oct 2002 03:46:50
I've been having the same troubles... and can't make any rhyme or reason 
of it.  The page will load, but not necessarily display anything in most 
cases.  No errors though...  Keep your fingers crossed. 

Corey
Message #3 by "Michael D. Miller" <millerassoc@a...> on Sat, 12 Oct 2002 16:36:19
I am having the same problem with asp.net overall, using my w2k server as 
my development machine.  In WROX's Beg Asp.Net Using VB.Net, the first 
exercise, punctual.aspx, will not run.  I have had all kinds of different 
errors depending on what actions I took to correct it.

But, you both should know that there is a utility in the:
c:\winnt\microsoft.net\framework\v1.0.3075 directory called 
aspnet_regiis.exe.

Run it in dos as aspnet_regiis -i

It is supposed to match up aspnet with iis.  It did help on my laptop, but 
I still cannot run asp on my server machine.  It has helped others on XP.

BTW, iis should be installed and updated before installing .net 
programs.  .Net programs update iis to recognize asp.

I ended up uninstalling iis, then uninstalling .net and then reinstalling 
with iis first.  Last, run the utility, if you did both uninstall and 
reinstalls.

> I have just installed the dotNET sdk on my XP Pro box, and cannot get a
.aspx file to execute properly.  The particular .aspx is a simple HELLO
file, and does execute on my commercial website supporting dotNET.  So the
problem is isolated to my localhost testing environment.

I have downloaded and installed the framework sdk and SP2.  A version of 
the
.aspx file for asp only executes OK.  I have tried the .aspx file in both 
an
old virtual directory as well as a new one.  Suggestions, please? Any help
will be greatly appreciated.  TIA,
Steve


Message #4 by Dan Crandell <dan_c39@y...> on Sat, 12 Oct 2002 09:58:01 -0700 (PDT)
I do am having a problem using wrox press book. asp.net databases with c#. I can not get an aspx page to run.  It is giving me a
connection error:
 "Michael D. Miller" <millerassoc@a...> wrote:I am having the same problem with asp.net overall, using my w2k server as 
my development machine. In WROX's Beg Asp.Net Using VB.Net, the first 
exercise, punctual.aspx, will not run. I have had all kinds of different 
errors depending on what actions I took to correct it.

But, you both should know that there is a utility in the:
c:\winnt\microsoft.net\framework\v1.0.3075 directory called 
aspnet_regiis.exe.

Run it in dos as aspnet_regiis -i

It is supposed to match up aspnet with iis. It did help on my laptop, but 
I still cannot run asp on my server machine. It has helped others on XP.

BTW, iis should be installed and updated before installing .net 
programs. .Net programs update iis to recognize asp.

I ended up uninstalling iis, then uninstalling .net and then reinstalling 
with iis first. Last, run the utility, if you did both uninstall and 
reinstalls.

> I have just installed the dotNET sdk on my XP Pro box, and cannot get a
.aspx file to execute properly. The particular .aspx is a simple HELLO
file, and does execute on my commercial website supporting dotNET. So the
problem is isolated to my localhost testing environment.

I have downloaded and installed the framework sdk and SP2. A version of 
the
.aspx file for asp only executes OK. I have tried the .aspx file in both 
an
old virtual directory as well as a new one. Suggestions, please? Any help
will be greatly appreciated. TIA,
Steve


---
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.


---------------------------------
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com
Message #5 by "Corey Andersen" <corey@g...> on Sun, 13 Oct 2002 08:01:30
Wowsers, Michael, it's fixed!!!  Thank god i got it working... that 
VS.net program is not cheap.  Thanks alot!  Did the afore mentioned 
command just reinstall .net?  Could the malfunction be a result of 
updating the .net sdk??  Kinda srange, but thanks again!  

Corey Andersen  

  Return to Index