The existing site is EPiServer running .Net 3.5, and the Umbraco site is set up as a Application in IIS and running .Net 4.
Error when I try to browse the site:
Compilation Error
Description:An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message:CS1519: Invalid token ',' in class, struct, or interface member declaration
Source Error:
[No relevant source lines]
Source File:c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\somebody\212f5851\7d05be11\App_Code.yjtwzqjq.0.cs Line:28
When I make Umbraco run on 3.5 also, I still get the same error.
Only difference: Source File: c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\somebody\212f5851\7d05be11\App_Code.i-m_hvlh.0.cs
Run Umbraco 4.5.2 as application in IIS on existing site
I'm trying to run a Umbraco site on an allready existing site. http://www.domain.com/umbracosite
The existing site is EPiServer running .Net 3.5, and the Umbraco site is set up as a Application in IIS and running .Net 4.
Error when I try to browse the site:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1519: Invalid token ',' in class, struct, or interface member declaration
Source Error:
Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\somebody\212f5851\7d05be11\App_Code.yjtwzqjq.0.cs Line: 28
Hi Stig,
Since the existing site and umbraco use different version of .NET you must use different Application Pool, therefore they cannot exist as one site.
Hope this helps.
Cheers,
Ferry Meidianto
When I make Umbraco run on 3.5 also, I still get the same error.
Only difference:
Source File: c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\somebody\212f5851\7d05be11\App_Code.i-m_hvlh.0.cs
is working on a reply...