检查一下你的iis设置中默认web站点是否分配了ip地址,如果分配了,将创建工程的位置改为:http://你的ip地址/webapplication1试试。

解决方案 »

  1.   

    先:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i
    不行的话:
    重装IIS!
      

  2.   

    打开iis设置默认站点的目录。
      

  3.   

    这是微软的标准答案:Enable the Correct Web Service Extensions in IIS 6.0
    After you install Visual Studio .NET, follow these steps to enable the Web service extensions: 
    Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager. IIS Manager opens. 
    Expand the computer name, and then click Web Service Extensions. The Web Service Extensions window appears on the right side of IIS Manager. 
    Under Tasks, click Add a new Web service extension. The New Web Service Extension dialog box appears. 
    For Extension name, select ASP.NET v1.0.3705. 
    Add the Aspnet_isapi.dll file to the list of required files. To do this, click Add, click Browse, click the v1.0.3705 version of Aspnet_isapi.dll (found in C:\Windows\Microsoft.NET\Framework\v1.0.3705), and then click Open. Click OK. 
    Click to select the Set extension status to Allowed check box, and then click OK. 
    Click OK.
    back to the top 
    Map .tmp Files
    Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager. 
    Right-click your Web site, click Properties, and click HTTP Headers. 
    Click MIME Types, and then click New. 
    For Extension, type .tmp. 
    For MIME type, type text/plain.
    Important You must repeat these steps for any Web site where Web projects will be created with Visual Studio .NET 2002.