Classic ASP in Visual Studio
Open Visual Studio; Open tab "Tools" and click "Options..." ; Make sure "Show all settings" is enabled; Expand "Text Editor" and select "File Extension"; Enter "ASP" extension in the "Extension" textbox (left uppercorner); Select "Web Form Edito- Open Visual Studio;
- Open tab "Tools" and click "Options..." ;
- Make sure "Show all settings" is enabled;
- Expand "Text Editor" and select "File Extension";
- Enter "ASP" extension in the "Extension" textbox (left uppercorner);
- Select "Web Form Editor" in the "Editor" dropdown box (middle top);
- Click the "Add" button and click "Ok" on the dialog box.
Create a new solution and add a new web project... delete all unnecessary stuff like default.aspx, web.config and app_code. Copy your classic asp website into the project!
Reacties
- Er zijn (nog) geen reacties!