Web Pages

  • Thread starter Thread starter Fabrizio
  • Start date Start date
F

Fabrizio

I use .NET for windows applications and I ignore its use
in Web Application. Can I use .NET to create simple ASP
pages without needing of applications to install or
programs to execute on the WEB directory?

Thank you,
Fabrizio Maltese
 
Fabrizio,

Well, yes and no. If you install the .NET framework on a machine with
an IIS install, then it will install the necessary extensions which will
allow you to create ASP.NET pages. Once that is done, you can just create
your ASPX pages and be on your way (assuming you have set up the virtual
directories on your machine).

Hope this helps.
 
IMO, you are missing out a whole lot. This is where .net really shines. you
can whip out simple pages in much less time than using asp. In addition,
there is only a folder to copy over to the vertual directory and you are
done. I recommend you reconsider your strategy.
 
Back
Top