1. Download ASPPage.zip and place it in ...\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\Web\VisualBasic\1033. You may want to also add it to ...\Web\CSharp\1033 and ..\Web\JSharp\1033. 
2. Open command prompt window and go to ...\Program Files\Microsoft Visual Studio 8\Common7\IDE
3. Run devenv /setup.
4. Run devenv normally. 
5. Open/create a Web site, right click on the Web site node in the Solution Explorer and choose Add New Item... You should now see Active Server Page item in the list.

The template is for VBSsript. You can change the language in the page directive easily after the page is added. You don't have to close and reopen the file after you change the scripting language. 

If you also want classic ASP in the File | New dialog: 

1. Open ASPPage.zip file. 
2. Extract ASPPage.asp into ...\Program Files\Microsoft Visual Studio 8\Common7\IDE\NewFileItems 
3. Rename file to ASP Page.asp (note the space). 
4. Run devenv /setup again as listed above. 

시도를 해보았으나 VS.NET에서는 아무리 용을써도 웹서버에 접근해서 프로그래밍 하기엔 부적절해보인다.

'asp' 카테고리의 다른 글

Http Request 5  (0) 2011.02.16
Mod Function  (0) 2011.02.16
Database Filtering injection  (0) 2010.12.29
배열을 이용한 InStr로 특정 문자 검색  (0) 2010.12.29
하이퍼링크 강제로 타겟변경하기  (0) 2010.12.01

+ Recent posts