zoukankan      html  css  js  c++  java
  • How to run ASP file on VS 2010

    1. Create a new folder
    2. Open Visual Studio
    3. Choose "File" -> "Open web site"
    4. Go to the recently created folder
    5. Then right click -> Add New item
    6. Select "HTML File"
    7. Rename the file as .ASP
    8. Create a new web site or virtual directory in IIS and point to the folder

              1. Open 'Add/Remove Windows Components' found in 'Add/Remove Programs' in the 'Control Panel'.
              2. Place a tick in the check box for 'Internet Information Services (IIS)' leaving all the default installation settings intact.
              3. Right click "My Computer" -> "Manage" -> Expand "Services and Applications" -> Expand "Internet Information Services" -> right click on "default website".
              4. To add a new virtual directory right click on 'Default Website' and select 'New', followed by 'Virtual Directory', from the drop down list.

          9. Finally, browse the website from by browsing the .asp file in Computer management or browser.

  • 相关阅读:
    正则表达式(验证账号密码邮箱身份证)
    JS Fetch
    事件流动
    JS DOM和BOM
    CSS的定位
    For each...in / For...in / For...of 的解释和例子
    CSS的gridlayout
    CSS position属性
    CSS的颜色
    twelfth week
  • 原文地址:https://www.cnblogs.com/webglcn/p/2696466.html
Copyright © 2011-2022 走看看