New Website - ASP vs .NET Question

  • Thread starter Thread starter Anthony Bollinger
  • Start date Start date
A

Anthony Bollinger

I have inherited a new website and am learning ASP.NET. The person who
handed the site off to me does not know if the site is old ASP or ASP.NET.
How do I tell what I am working with?

Many thanks,
Tony
 
Hi Anthony,

ASP.NET files usually have a ".aspx" file extension. Older ASP files simply
had ".asp" as they're file extension. Also if you open a file with a text
editor and see <asp:sometag></asp> it's an ASP.NET file.

Hope this points you in the right direction.

Andrew
 

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

Back
Top