简体   繁体   English

网站管理工具

[英]Web Site Administration Tool

I am trying to follow a tutorial on creating a log in system and adding users in asp.net and i cant seem to work out how to use the apparently outdfated or expired Web Site Administration Tool. 我试图按照有关创建登录系统并在asp.net中添加用户的教程进行操作,但我似乎无法弄清楚如何使用明显过时或过期的网站管理工具。 is there a new equivalent tool i can use or is there some way to get it to work as i cant seem to get it working using the command prompt. 有没有我可以使用的新的等效工具,或者有某种方法可以使它工作,因为我似乎无法使用命令提示符使其工作。

I have tried entering this into the command prompt which works fine in order to rune iisexpress: 我尝试将其输入到命令提示符中,该命令提示符可以很好地运行iisexpress:

"C:\Program Files\IIS Express\iisexpress.exe" /path:c:\windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/asp.netwebadminfiles" /port:8089 /clr:4.0 /ntlm

I then enter the following into my browser: 然后,我在浏览器中输入以下内容:

http://localhost:8089/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=[Exact_Project_Path]\&applicationUrl=/

Where the project path is set to my project path but get the following error: 项目路径设置为我的项目路径,但出现以下错误:

System.ArgumentException: The parameter 'PhysicalDirectory' is invalid. System.ArgumentException:参数'PhysicalDirectory'无效。 Parameter name: PhysicalDirectory at System.Web.Configuration.VirtualDirectoryMapping.set_PhysicalDirectory(String value) at System.Web.Configuration.VirtualDirectoryMapping..ctor(String physicalDirectory, Boolean isAppRoot) at System.Web.Administration.WebAdminPage.OpenWebConfiguration(String path, String appPhysPath, Boolean getWebConfigForSubDir) at System.Web.Administration.WebAdminPage.VerifyAppValid() 参数名称:System.Web.Configuration.VirtualDirectoryMapping.set_PhysicalDirectory(String value)at System.Web.Configuration.VirtualDirectoryMapping..ctor(String physicalDirectory,Boolean isAppRoot)在System.Web.Administration.WebAdminPage.OpenWebConfiguration(String path, System.Web.Administration.WebAdminPage.VerifyAppValid()上的字符串appPhysPath,布尔值getWebConfigForSubDir)

This to me seems to be that the path i enter is invalid but i have tried every different entry surrouding my solution. 在我看来,这似乎是我输入的路径无效,但是我尝试了所有其他解决方案。

Is there a new or better answer to creating a log in system with asp without all this fuss? 在没有所有这些麻烦的情况下,使用asp创建登录系统是否有新的或更好的答案?

Very new to all this so please take it easy. 这一切都是新手,请放轻松。

Take a look through https://www.asp.net/identity , and in particular the Introduction to ASP.NET Identity post, which gives an overview of the older ASP.NET Membership and the newer ASP.NET Identity. 浏览https://www.asp.net/identity ,尤其是ASP.NET Identity简介一文 ,其中概述了较旧的ASP.NET成员资格和较新的ASP.NET身份。 Identity is supposed to be a lot easier to integrate into your app. 身份应该更容易集成到您的应用程序中。

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

相关问题 IIS的网站管理工具 - web site administration tool to IIS MVC音乐商店教程和网站管理工具出现错误 - Error with the MVC Music Store Tutorial and the Web Site Administration Tool 尝试创建用户时Web SIte管理工具出错 - Error in Web SIte Administration tool when trying to create user 网站管理工具Microsoft Visual Studio 2010 - Web Site Administration Tool Microsoft Visual Studio 2010 IIS中是否有ASP.NET网站管理工具? - Is there a ASP.NET web site administration tool in IIS? ASP.Net网站管理工具:无法建立与数据库的连接 - ASP.Net Web Site Administration Tool: Could not establish a connection to the database ASP.Net网站管理工具“安全性”选项卡错误。 无法访问的寄存器:安全性 - ASP.Net Web Site Administration Tool Security tab error. Inaccessible registers: Security 无法连接到ASP.NET网站管理工具中的SQL Server数据库 - Unable to connect to SQL Server database in asp.net Web Site Administration Tool 网站管理工具:无法连接到 SQL Server 数据库(使用 SQL Server 开发版) - Web Site Administration Tool: Unable to connect to SQL Server database (using SQL Server Development Edition) 缺少ASP.NET网站管理工具访问规则按钮 - ASP.NET Web Site Administration Tool Access Rule button is missing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM