0

A silly question to ask. Actually I am a developer in ASP.NET, but as per the project requirements, I have to work on Classic ASP. Now I would like to know how and where to write the Classic ASP code in MS VISUAL STUDIO-2008. Since when we start a new website it says ASP.NET Website and not ASP.

Mat
  • 202,337
  • 40
  • 393
  • 406
Coder1010
  • 29
  • 1
  • 3
  • 13
  • This question answers your query. http://stackoverflow.com/questions/5125505/create-classic-asp-project-in-visual-studio-2010-from-scratch – Waqar Janjua Aug 30 '12 at 10:44

3 Answers3

0

A little search on SO will lead you to this It should works also in VS2008

Community
  • 1
  • 1
Iridio
  • 9,213
  • 4
  • 49
  • 71
0

Just add a new item in your project, choose text file and change the extension to asp.

David Aleu
  • 3,922
  • 3
  • 27
  • 48
0

If you want to write code of classic-asp in visual studio then write it in source file
which is the design page. Dont write it in class(.cs) file.
But my suggestion is if you wanna write efficient code of classic-asp then
use Dreamweaver

polin
  • 2,745
  • 2
  • 15
  • 20