ashhadvv - Monday, April 7, 2014 6:32 PM:
Installed Innovator 10.0, getting the following error in all the popups,
Platform specifications
OS: Windows 7 Ultimate 64 Bit
.NET: .NET 4 Extended
DB: SQL Server 2008 Express
Browser: IE9, Firefox 27.0.1
How resolve this issue, any help would be greatly appreciated
Thanks in advance..!
vasant - Tuesday, April 8, 2014 9:47 AM:
Hi,
Add below lines of script into Aras Installation @C:Program Files(x86)ArasInnovatorInnovatorweb.config
<modules runAllManagedModulesForAllRequests="true" >
<remove name="UrlRoutingModule"/>
</modules>
Thanks - Vasant
ashhadvv - Tuesday, April 8, 2014 4:38 PM:
Vasant,
Thank you very much it worked.
What this script will actually do..?