相关疑难解决方法(0)

如何在IIS 7,Windows 7上添加ASP.NET 4.0作为应用程序池

无论如何,配置服务器并不是我的强项.我正在尝试将开发项目移动到Windows 7.运行该应用程序所需的一件事是选择ASP.NET v4.0作为IIS中的应用程序池.

我浏览了以下链接中的说明,以确保选择了正确的应用程序开发选项:

http://www.gotknowhow.com/articles/how-to-install-iis7-and-enable-aspnet

IIS管理器中,我选择了应用程序池,只能看到
- Classic .NET AppPool
- DefaultAppPool

我还需要能够选择
- ASP.NET v4.0
- ASP.NET v4.0 Classic

如何将这些添加到可用应用程序池列表中?

asp.net iis

194
推荐指数
3
解决办法
42万
查看次数

无法读取配置节'system.serviceModel',因为它缺少节声明

我们已经使用.Net 4.5在Visual Studio 2013中创建了一个Web服务.这个webservice在同一台计算机上运行良好.

现在我们要将此Web服务导出到带有IIS的Windows Server 2008.我们已经在端口8080上运行了一个web服务.

但是,当我们将导出的文件复制到此Web服务器的根目录时,会发生以下错误:

Error Summary 
HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.


Detailed Error Information 


Module
IIS Web Core 

Notification
Unknown 

Handler
Not yet determined 

Error Code
0x80070032 

Config Error
The configuration section 'system.serviceModel' cannot be read because it is missing a section declaration  

Config File
\\?\C:\inetpub\wwwroot\YOR24Websevices\web.config 

Requested URL
http://localhost:8080/ 

Physical Path


Logon Method
Not yet determined 

Logon User …
Run Code Online (Sandbox Code Playgroud)

c# iis soap web-services web-config

2
推荐指数
1
解决办法
2万
查看次数

标签 统计

iis ×2

asp.net ×1

c# ×1

soap ×1

web-config ×1

web-services ×1