Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stupid .NET question

Status
Not open for further replies.

SneezeDragon

Programmer
Mar 6, 2002
13
0
0
US
Apologies in advance if this question seems silly...

If I wanted to serve .ASPX files from a web server that currently only serves .ASP files, what do I need to install on that server? Is it the .NET framework that provides this capability?

Thanks!
 
Yes.
Servers and Clients that want to run .NET programs, need the .NET Framework installed.
Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540
 
Yep. Much like classic ASP, you could code your pages in Notepad if you wanted to.

VS.NET is just the Microsoft preferred development environment (and it does make a lot of things much easier than coding them by hand!).

--James
 
Not only Microsoft preferred, I believe that alot of us here in the forum prefer that environment. I know I certainly do.

That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top