简体   繁体   English

无法使用本地IIS服务器打开Visual Studio asp.net项目

[英]Can't open Visual studio asp.net project using local IIS server

I'm new to this asp.net framework. 我是这个asp.net框架的新手。 I wanted to deploy my application to Local IIS server. 我想将应用程序部署到本地IIS服务器。 I even created virtual Directory successfully. 我甚至成功创建了虚拟目录。 There is no error. 没有错误。 But when i run the project it always saying 但是,当我运行该项目时,它总是说

HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. HTTP错误404.3 - 未找到由于扩展配置,无法提供您请求的页面。 If the page is a script, add a handler. 如果页面是脚本,请添加处理程序。 If the file should be downloaded, add a MIME map. 如果应下载文件,请添加MIME映射。

Login page is .aspx file. 登录页面是.aspx文件。 After I created sample html file and run it. 创建示例html文件并运行它之后。 The sample html file deployed to the IIS without causing any problem. 样本html文件部署到IIS,不会引起任何问题。 Can anybody please tell me the reason. 任何人都可以告诉我原因。 Is It some kind of File Extension Problem 是某种文件扩展问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用本地IIS服务器运行asp.net应用程序 - Can not run asp.net application using Local IIS Server 无法使用IIS服务器部署ASP.NET应用程序 - Can't Deployed ASP.NET application using IIS server 无法调试在Visual Studio 2015上开发并托管在IIS上的asp.net Web应用程序 - Can't debug my asp.net web app developped on visual studio 2015 and hosted on IIS 在asp.net上使用axapta businessconnectornet导致Visual Studio / IIS崩溃 - Visual Studio / IIS Crashing using axapta businessconnectornet on asp.net 如何在Visual Studio 2022中打开asp.net网站项目? - How to open asp.net website project in Visual studio 2022? 虚拟服务器在没有visual studio的情况下运行asp.net项目 - virtual server to run asp.net project without visual studio 如何使用Visual Studio 2013连接到asp.net中的本地SQL Server数据库? - How to connect to a local SQL server database in asp.net using Visual Studio 2013? ASP.net Visual Studio 2019 项目将无法加载,因为 IIS Express 无法读取映射网络驱动器上的配置文件 - ASP.net Visual Studio 2019 project won't load because IIS Express cannot read configuration file on mapped network drive 在没有Visual Studio的情况下,如何在服务器的asp.net项目中包含库? - how i can include library in asp.net project on the server without visual studio? 无法在Visual Studio 2015(ASP.NET 5 Web应用程序)中打开发布对话框 - Can't open Publish dialog in Visual Studio 2015 (ASP.NET 5 web application)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM