如何在Windows 7中运行asp.net应用程序?

我只是安装Windows 7和Visual Studio 2008.并打开或closuresWindowsfunction打开iis。但我的asp.net应用程序不保存在iis.It说运行应用程序为administrator.please告诉我如何运行asp.net应用程序在iis中

通过默认IIS需要pipe理员权限。 您可以在pipe理员组下添加您的用户帐户,您将获得pipe理员权限以pipe理员身份运行该应用程序。 有关构build和运行ASP.NET应用程序的更多详细信息,另请参阅以下URL。

http://learn.iis.net/page.aspx/23/building-and-running-aspnet-applications/

首先,检查您是否拥有运行该应用程序所需的权限。 要了解如何使用IIS 7来运行.NET,请检查以下URL

http://learn.iis.net/page.aspx/243/aspnet-integration-with-iis-7/

如果你能清楚地说明你的问题,我可以尝试一下。