|
 |
aspx_beginners thread: unable to locate asp.net beta 2 premium edition download
Message #1 by jmnamahoe@h... on Sat, 23 Feb 2002 01:47:25
|
|
i was setting up my server to run asp.net pages and i was able to load the
IIS and MDAC 2.7, but i was not able to locate the 'asp.net beta2 premium
edition' download. when i go to asp.net, the only download available is
the '.net framework version 1' download. i ran the download and ran a
couple of example codes and a server error occurs, when i remove the '.net
framework version 1' the pages load but the code does not execute. i am
assuming that the problem is with the .net version that i am downloading.
maybe someone can clearify to me what the really problem may be. any
suggestions would be appreciated. thanx.
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Sat, 23 Feb 2002 00:25:35 -0800
|
|
Hi there,
To server ASP.NET pages you have to use the .NET framework, so
you got the right download. If you find server errors it sounds like you
are facing the same troubles that most of us had when we first set up
the server as well. A common problem was to change the processModel
attribute "username" to "SYSTEM" in the machine.config file that is
located in the folder
"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG".
If you tell us the server error, maybe someone who had the same
problem can help.
Minh.
-----Original Message-----
From: jmnamahoe@h... [mailto:jmnamahoe@h...]
Sent: Saturday, February 23, 2002 1:47 AM
To: aspx_beginners
Subject: [aspx_beginners] unable to locate asp.net beta 2 premium
edition download
i was setting up my server to run asp.net pages and i was able to load
the
IIS and MDAC 2.7, but i was not able to locate the 'asp.net beta2
premium
edition' download. when i go to asp.net, the only download available is
the '.net framework version 1' download. i ran the download and ran a
couple of example codes and a server error occurs, when i remove the
'.net
framework version 1' the pages load but the code does not execute. i am
assuming that the problem is with the .net version that i am
downloading.
maybe someone can clearify to me what the really problem may be. any
suggestions would be appreciated. thanx.
$subst('Email.Unsub').
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #3 by jmnamahoe@h... on Mon, 25 Feb 2002 03:35:04
|
|
thanx minh, that was the trick. i appreciate the help
> Hi there,
>
> To server ASP.NET pages you have to use the .NET framework, so
> you got the right download. If you find server errors it sounds like you
> are facing the same troubles that most of us had when we first set up
> the server as well. A common problem was to change the processModel
> attribute "username" to "SYSTEM" in the machine.config file that is
> located in the folder
> "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG".
> If you tell us the server error, maybe someone who had the same
> problem can help.
>
> Minh.
>
> -----Original Message-----
> From: jmnamahoe@h... [mailto:jmnamahoe@h...]
> Sent: Saturday, February 23, 2002 1:47 AM
> To: aspx_beginners
> Subject: [aspx_beginners] unable to locate asp.net beta 2 premium
> edition download
>
>
> i was setting up my server to run asp.net pages and i was able to load
> the
> IIS and MDAC 2.7, but i was not able to locate the 'asp.net beta2
> premium
> edition' download. when i go to asp.net, the only download available is
> the '.net framework version 1' download. i ran the download and ran a
> couple of example codes and a server error occurs, when i remove the
> '.net
> framework version 1' the pages load but the code does not execute. i am
> assuming that the problem is with the .net version that i am
> downloading.
> maybe someone can clearify to me what the really problem may be. any
> suggestions would be appreciated. thanx.
> $subst('Email.Unsub').
>
>
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
|
|
 |