Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: What else should be installed??


Message #1 by ramesct@p... on Tue, 26 Jun 2001 19:48:57 +0530
Hi All,



I'm new to ASP.NET. If I want to test my aspx pages locally from hard disk,

do I need to install a Server?. I already have installed .Net SDK and

asp.net sdk. I'm on windows 2000.



thanks in advance.

--------------------------------------------------------

Ramesh CT

--------------------------------------------------------



Message #2 by John Pirkey <mailjohnny101@y...> on Tue, 26 Jun 2001 08:32:05 -0700 (PDT)
your win2k professional, right?  you have IIS already.  configure the "Default Web

Site" in IIS to point to whatever directory you want (by default, it's

C:\Inetpub\wwwroot). then place your aspx page in that directory. then navigate to

it in IE it should work (provided there aren't any script errors).  one thing to be

sure of - there MUST be a subdirectory (in IIS) named "_aspx" for most aspx pages to

work.  this directory can be a virtual one so if it's not there, just create a new

virtual directory and point it to the physical one.



usually, it's pretty easy to get up and running quickly.  the more complicated your

code gets the more complicated configuration can get (obviously, depending on what

you're doing).



good luck.



john



--- ramesct@p... wrote:

> Hi All,

> 

> I'm new to ASP.NET. If I want to test my aspx pages locally from hard disk,

> do I need to install a Server?. I already have installed .Net SDK and

> asp.net sdk. I'm on windows 2000.

> 

> thanks in advance.

> --------------------------------------------------------

> Ramesh CT

> --------------------------------------------------------

> 



John Pirkey 

MCSD 

John@S... 

http://www.stlvbug.org




  Return to Index