ESB管理门户配置 [英] ESB management portal configuration

查看:139
本文介绍了ESB管理门户配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我已经在所有安装的软件中成功配置了ESB管理门户(VS 2012,BTS 2013和Sql) 2008R2)在一台机器上,

I have configured ESB management portal successfully in All software's installed(VS 2012,BTS 2013 and Sql 2008R2) in one machine ,

现在我想配置ESB管理门户,其中 Sql服务已安装在其他机器上,(Vs 2012和Bts 2013 in one machine ,Sql server在其他机器上。)

Now i want configure ESB Management portal where Sql server has installed in other machine,(Vs 2012 and Bts 2013 in One machine ,Sql server is in other machine) .

我按照他们在文档中提到的步骤进行了操作。

I have followed steps what they mentioned in document .

当我打开 http://localhost/ESB.Portal ,收到以下附加错误。

when i open http://localhost/ESB.Portal ,getting below attached error .

是否需要在web.config中进行任何更改(ESB.portal)或者在Management_Install.ps1

is it required to made any changes in web.config(ESB.portal) or in Management_Install.ps1

推荐答案

您好Vittal,

Hi Vittal,

当您尝试浏览ESB异常时,您在事件日志中获得的异常是什么门户页面(default.aspx)。

What is the exception you are getting in event Log when you tried to browse the ESB Exception Portal page(default.aspx).

我认为你不需要做任何修改Management_Install.ps1。从Command Promt运行Management_Install.ps1作为Admin 并且看到它创建了ESB AdminDB。

I dont think you need to do any modification in Management_Install.ps1 .Just run Management_Install.ps1 from Command Promt as Admin  and see wether it creates you ESB AdminDB .

您需要从ESB Portal Web.config文件中评论脚本组

You need to comment scripting group from ESB Portal Web.config file

		<!--	<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">				<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>				<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">					<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>					<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>					<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>					<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>				</sectionGroup>			</sectionGroup>-->

谢谢

Abhishek


这篇关于ESB管理门户配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆