Create classic asp project in Visual Studio 2010 from scratch -


i have developed on asp.net on 2.0 , higher .net framework. trying create website in classic asp scratch using vs2010 , can't figure out how that.

thanks

  1. create new folder
  2. open visual studio
  3. choose "file" -> "open web site"
  4. go created folder
  5. then right click -> add new item
  6. select "html file"
  7. rename file .asp
  8. create new web site or virtual directory in iis , point folder
  9. profit!

(alternatively 8, can use new iis express supports asp classic)


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -