博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to run ASP file on VS 2010
阅读量:6823 次
发布时间:2019-06-26

本文共 945 字,大约阅读时间需要 3 分钟。

  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.

转载于:https://www.cnblogs.com/webglcn/archive/2012/09/21/2696466.html

你可能感兴趣的文章
MariaDB CEO 痛斥云厂商对开源的无尽掠夺,从不回馈社区
查看>>
MySQL数据库优化技巧
查看>>
文档元素
查看>>
TensorFlow VS TensorFlow Mobile VS TensorFlow Lite
查看>>
Rust 1.34.0 发布
查看>>
《利用Python进行数据分析·第2版》第10章 数据聚合与分组运算
查看>>
flask处理网页时间
查看>>
怎么把iphoneX手机备忘录同步到OPPOFindX手机中
查看>>
使用vmware vconverter从物理机迁移系统到虚拟机P2V(多图)
查看>>
手把手教你在Mac中搭建iOS的 React Native环境
查看>>
蚂蚁金服副CTO胡喜ATEC上宣布:蚂蚁金服技术全面开放
查看>>
重读算法导论之算法基础
查看>>
《Linux命令行与shell脚本编程大全》第九章 安装软件程序
查看>>
PHP+MySQL实现对一段时间内每天数据统计优化操作实例
查看>>
openlayers3 pointermove onmousemove 显示feature信息
查看>>
一天学习使用maven
查看>>
盘点9月阿里云云计算基础产品开通新地域详情
查看>>
【python进阶】Garbage collection垃圾回收1
查看>>
详谈分布式系统缓存的设计细节
查看>>
C语言-typedef的用法
查看>>