Site does not run/browse properly nor upgrade properly using Program Manager
I created the site on a difference computer that had version 4.3 installed. This computer just has 4.4. I added the site to Program Manager. When I browse the site from Program Manager most of the images and styles are missing. The problem is the URL looks like this:
localhost:39014/MyWebsite
When I browse from Visual Studio the URL looks like:
http://localhost:75256 (notice the port is also different)
Question
When I attempt to upgrade from 4.3 to 4.4 using Project Manager none of the configuration files are being updated. Could this problem be related? I'm wondering if Project Manager is not able to get the correct path to my configuration files.
@David
<
add
version
=
"4.4.2117.0"
name
=
"News"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Blogs"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Events"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Libraries"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Forms"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Lists"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Analytics"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Publishing"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Scheduling"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Newsletters"
/>
<
add
version
=
"4.4.2117.0"
name
=
"GenericContent"
/>
<
add
version
=
"4.4.2117.0"
name
=
"ControlTemplates"
/>
<
add
version
=
"4.4.2117.0"
name
=
"Migration"
/>
<
add
version
=
"4.2.1650.0"
name
=
"Catalog"
/>
<
add
version
=
"4.2.1650.0"
name
=
"Orders"
/>
<
add
version
=
"4.2.1650.0"
name
=
"Shipping"
/>
<
add
version
=
"4.4.2117.0"
name
=
"ModuleBuilder"
/>
<
add
version
=
"4.4.2117.0"
name
=
"DynamicModule"
/>
Hi,
Markus you are absolutely correct, thanks for sharing your knowledge with other community members. The config files will be updated once the application's been starded and all the modules ahve been initialized with the new version, and the database has been updated. It is normal for the eCommerce config files to remain at 1650 - the version when the module was intialized for the first time, but since you do not use it (do not have the licese for it) it will remain at that version since it's not being installed anymore.
David - have you started the project after upgrading it, because as we mentioned earlier, that's when the actual upgrade occurs, and please let us know if the SystemConfig.config still contains the old versions of the modules even after the upgrade and starting the application for the first time. Concerning the port difference, it's normal for them to run on different ports, as Visual Studio and Sitefinity project manager use their own integrated webservers.
Kind regards,
Boyan Barnev
the Telerik team