My understanding is that it's possible although I haven't tried it myself.
Not sure if you can add files with just .asp extensions or not. I suppose
you could just add .aspx files and only use use ASP stuff (you know, use
vbscript, jscript, or whatever) without going to the code behind pages. In
fact, that might be the best thing to do so it will be easy to convert in
the future if you want. Also, in the toolbox you probably don't want to use
Web Form stuff, just HTML controls.
Chris Smith
> Is there any way of using Studio .NET for Classic ASP projects?
> Some small solutions are still easier for me to do in classic ASP so
[quoted text clipped - 7 lines]
>
> Thomas