Web Pages

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
 
N

Nicholas Paldino [.NET/C# MVP]

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

Alvin Bruney

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top