且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用IIS发布ASP.net网站的问题

更新时间:2022-12-24 20:33:04

首先检查您的IIS是否已安装
然后转到控制面板和管理员工具
然后到互联网信息服务
然后右键单击默认网站
转到主目录并将本地路径更改为文件夹
然后将所有asp.net页保存在该文件夹中
然后转到默认文档
然后选择所需的asp.net页面作为默认页面.

在浏览器中输入http:\\ localhost,它应该显示您的页面
well firstly check if your IIS is installed
then go to control panel and administrator tools
then to internet information services
then right click on default web site
go to home directory and change the local path to a folder
then save all your asp.net pages in that folder
then go to default documents
then select the asp.net page you want for your default page.

in your browser type http:\\localhost then it should display your page