Click to See Complete Forum and Search --> : which .asp project files to use?


ukemike
10-13-2003, 08:35 AM
Hi i got a question.
I make asp pages in microsoft visual studio .net and when i save a project it is saved as 5-6 files (min).
can anyone point me to any info on the web where i can find out what those file are used for.
also do i need to upload the whole folder into my server to the .asp page to work?

thank you
mike

Crazy
11-23-2003, 06:36 PM
Post the file suffixes here so we can see what the file types they are. At a guess they're probably code-behind files, and various other components.

CardboardHammer
11-24-2003, 01:25 AM
As long as you're using VS.NET, you should use ASP.NET (.aspx) instead of APS (.asp) if the server hoting the pages supports it.

EDIT: You should be able to search www.msdn.com to find the answers you're looking for...

IIRC, you only need to upload the .asp pages (and any include files, if any) if you insist on using ASP, as IIS processes the .asp files directly.