Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: new to aspx


Message #1 by "Frode" <fstroemm@o...> on Sun, 19 May 2002 15:47:08
Hi!

I read somewhere that you would need the .net framework to run 
certain .net applications.

Would a person need .net framework to view an .aspx site, or would it work 
on a fresh windows98 install.  (I'm using codebehind C#)

What read and write permissions would apply to the /bin directory with my 
codebehind .dll files.

thanks

- Frode



Message #2 by "Marvin Matey" <MarvinM@U...> on Mon, 20 May 2002 20:28:02
Hi Frode!
  I'm new myself but I think I know the answer to one of your questions. You can use any 
current browser to view an aspx website. There are no special requirements for the viewers of 
these pages.
  The .net work is all done at the server. Therefore it is the server that needs to have IIS5 
(Windows 2000 or XP) and the .net stuff. 

> Would a person need .net framework to view an .aspx site, or would it 
> work on a fresh windows98 install.  (I'm using codebehind C#)

  Return to Index