以便我可以将其复制到不同的本地计算机

以便我可以将其复制到不同的本地计算机

本文介绍了如何在我的本地计算机上查看Asp.Net Web应用程序,以便我可以将其复制到不同的本地计算机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在本地计算机上查看asp.net Web应用程序,以便将其复制到不同的本地计算机。我开发了一个在线测验,不一定要在网站上查看,我想把它复制到不带互联网的不同电脑(离线)。当我在php中设计时,我使用了WampServer。我只需要在系统上安装一个副本,然后将该文件夹复制到www文件夹,以便我在离线计算机上查看Web应用程序。我如何解决这个问题?

How do I view asp.net web applications on my local computers so that i can copy it to different local computers. I developed an online quiz not necessarily should be viewed on a website and I want to copy it to different computers without internet(offline). When I was designing in php, I made use of WampServer. i only need to install a copy on the systems and then copy the folder to the www folder for me to view the web application on offline computers. How do i go about this??

推荐答案


这篇关于如何在我的本地计算机上查看Asp.Net Web应用程序,以便我可以将其复制到不同的本地计算机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 10:32