Hello
I have been following step by step guide within EpiServer CMS SDK Documentation "Setting Up a New EPiServer Site with Visual Studio".
All steps pass correctly until "Viewing the Results, 3.". When I compile the project I get the following error: Parser Error Message: Section or group name 'episerver' is already defined. Updates to this may only occur at the configuration level where it is defined.
The web.config file is marked as place where parse error occurred. There is only one episerver section group registered overthere (and it is untempered config file as created automatically).
I guess it is related to framework 3.0 and IIS 6. Do you have any tips for me?
Thanx
On a closer look, it seems that such behaviour is caused by installing EPiServer in a virtual folder under an existing EPiServer installation.
Regards,
Tibi
Thanx for your effort. I have been rechecking all things one by one. Starting from machine.config, IIS metadata, and finally managed to rack everything down and had to reinstall IIS, reregister framework 2.0, and run repair on visual studio I finally got it running.
Beats me what was the problem. Maybe it was some Epi 4.6.1. config as you suspect.