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
- create new folder
- open visual studio
- choose "file" -> "open web site"
- go created folder
- then right click -> add new item
- select "html file"
- rename file .asp
- create new web site or virtual directory in iis , point folder
- profit!
(alternatively 8, can use new iis express supports asp classic)
Comments
Post a Comment