IIS Express 比 IIS更好用,轻量级服务器(IIS精简版),貌似默认支持asp和asp.net,对.net的支持也可以在“控制面板”的“程序与功能”中添加
安装完毕后用命令行工具(iisexpress.exe)运行服务器,配置文件存放在(C:\Program Files\IIS Express\config)
PS C:\Program Files\IIS Express> .\iisexpress.exe /? IIS Express Usage: ------------------ iisexpress [/config:config-file] [/site:site-name] [/siteid:site-id] [/systray:true|false] [/trace:trace-level] [/userho me:user-home-directory] iisexpress /path:app-path [/port:port-number] [/clr:clr-version] [/systray:true|false] [/trace:trace-level] /config:config-file The full path to the applicationhost.config file. The default value is the IISExpress\config\applicationhost.config file that is located in the user's Documents folder. /site:site-name The name of the site to launch, as described in the applicationhost.config file. /siteid:site-id The ID of the site to launch, as described in the applicationhost.config file. /path:app-path The full physical path of the application to run. You cannot combine this option with the /config and related options. /port:port-number The port to which the application will bind. The default value is 8080. You must also specify the /path option. /clr:clr-version The .NET Framework version (e.g. v2.0) to use to run the application. The default value is v4.0. You must also specify t he /path option. /systray:true|false Enables or disables the system tray application. The default value is true. /userhome:user-home-directory IIS Express user custom home directory (default is %userprofile%\documents\iisexpress). /trace:trace-level Valid values are 'none', 'n', 'info', 'i', 'warning', 'w', 'error', and 'e'. The default value is none. \Examples: iisexpress /site:WebSite1 This command runs WebSite1 site from the user profile configuration file. iisexpress /config:c:\myconfig\applicationhost.config This command runs the first site in the specified configuration file. iisexpress /path:c:\myapp\ /port:80 This command runs the site from the 'c:\myapp' folder over port '80'.
启动方法如下:
.\iisexpress.exe /path:"C:\Users\Ciaos\Documents\My Web Sites\WebSite1" /port:80
配置端口及外网访问
编辑C:\Users\Ciaos\Documents\IISExpress\config <binding protocol="http" bindingInformation=":8080:localhost" /> 修改为 <binding protocol="http" bindingInformation="*:80:*" /> 外网可以通过ip直接访问
一个典型的asp.net页面(.aspx)结构如下(IIS默认vb.net)
<% Page Language="VB" %> <html> <body> <form runat="server"> Enter you hobby: <asp:TextBix id="txtHobby" runat="server"/ > <input type="submit"> </form> </body> <script runat="server> Sub Page_Load(…, …) … … End Sub </script> <script lanuguage="javascript"> function --- ---- { --- } </script> </html>
更多资料参照:http://www.cnblogs.com/IPrograming/archive/2013/05/26/Configuration_IIS_Express.html
相关推荐
IIS Express 7.5是微软推出的一款轻量级Web服务器,主要针对开发人员设计,提供了与完整版IIS相似的功能,但具有更小的体积和更快的启动速度。它是Visual Studio开发环境中的一个理想选择,可以替代原有的Cassini...
在使用Visual Studio 2015 (VS2015) 开发Web应用程序时,可能会遇到一个问题:在尝试运行项目时,系统提示“无法启动IIS Express Web服务器,缺少文件”。这个问题通常涉及到IIS Express配置、环境依赖或VS2015本身...
1. **检查错误日志**:IIS Express会在%USERPROFILE%\Documents\IISExpress\Logs文件夹下生成日志,这些日志会记录详细的启动错误信息,是解决问题的关键线索。 2. **验证配置文件**:IIS Express的配置主要由...
它支持 x86 和 x64 架构的 Windows 操作系统,因此“iisexpress_8_0_RTM_x86”适用于 32 位系统,而“iisexpress_8_0_RTM_x64”则适用于 64 位系统。这两个 MSI 安装包均提供了中文简体语言界面,方便中国用户使用。...
IIS Express的实现域名、IP访问;IIS Express常用功能配置;IIS Express 创建虚拟目录 详情: http://blog.csdn.net/shuai_wy/article/details/69221858 http://blog.csdn.net/shuai_wy/article/details/69258210
【标题】"7.0 iisexpress_d9soft.com" 指的是关于IIS Express 7.0的资源,可能是一个教程或者软件下载。IIS(Internet Information Services)是微软公司提供的一个Web服务器应用程序,用于托管网站和Web应用程序。...
### IISExpress发布网站实现局域网访问 在IT领域,特别是Web开发中,IISExpress作为Microsoft提供的一款轻量级Web服务器工具,在本地开发环境中非常常见。它不仅支持ASP.NET应用,还允许开发者轻松地将网站部署到...
1. **下载**:您已下载了"Iisexpress_x86_zh-CN",这表明这是IIS Express的中文版本,适用于32位操作系统。 2. **安装**:"iisexpress_x86_zh-CN.msi"是安装程序,双击运行并按照向导步骤进行安装。 3. **文档**:...
Microsoft Visual Studio 2013 无法启动 IIS Express Web 服务器。 模块 DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll 未能加载。返回的数据为错误信息。 尝试了各种办法,安装了各种tool都没办法搞定。 ...
iisexpress_amd64_en-US.msi
1. 首先,你需要下载`iisexpress7.5.msi`安装包。这个文件是IIS Express 7.5的安装程序,通过运行该文件可以启动安装过程。确保你的系统已经满足以下先决条件: - Visual Studio 2010或更高版本 - .NET Framework ...
( iisexpress_1_11_x86_zh-CN.msi )
2. **下载与安装**:可以从微软官方网站下载IIS Express 7.5的安装包,如压缩文件`iisexpress7.5_zh-CN`。安装过程中,按照提示操作,选择必要的组件。 3. **配置**:安装完成后,可以通过修改配置文件(如`...
标题“iisexpress_1_11_x86_zh-CN”表明这是一个关于IIS Express的中文版本,版本号为1.11,适用于32位操作系统。IIS Express是微软发布的一个轻量级、快速且可配置的Web服务器,主要用于开发和测试环境,它简化了...
微软在近日发布了一款IIS Express 7.5服务器。IIS Express 7.5具有完整的Web服务器功能,包括SSL,网址重写及其他IIS 7.x的模块集。这种免费的服务器还增强了在视窗操作系统上开发和测试Web应用程序的能力,同时具有...
无法启动 IIS Express Web 服务器,ID 为 xxxx 的进程当前未运行。 将文件复制到下面目录即可解决,无需重启电脑或vs。 C:\Program Files (x86)\IIS Express
iisexpress7.5_zh-CN.zip
iis express 7.5, 免费的轻量级的iis服务应用,可以在windows xp,2003,以及windows 7上安装
若Microsoft Visual Studio 2013 无法启动 IIS Express Web 服务器,出现提示aspnetcore.dll 未能加载,返回的数据为错误信息提示,很大原因是因为aspnetcore.dll文件,将aspnetcore.dll复制到C:\Program ...
iisexpress_8_0_RTM_x64_zh-CN.msi