changes in web.conf...
 
Notifications
Clear all

changes in web.config between 1.01 and 1.12

2 Posts
2 Users
0 Reactions
6,475 Views
Posts: 20
Topic starter
(@jdroger2)
Eminent Member
Joined: 8 years ago

I've manually updated my deployment and when I updated the portal i had an issue where i needed to add

<add tagPrefix=”CPCC” namespace=”CPCC” assembly=”CPCC” />

 

to the web config.  I fixed it and everything seems to be working fine but in the post where I learned this fix ( https://solidcp.com/forum/question/parser-error-after-1-1-0-update/) Marco mentions there are other changes to the web.config that are made by the auto upgrade script.  Having done it manually, where can I find a list of the other things i need to change ?

 

Thanks!

1 Reply
Posts: 1987
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

Hello,

Most easy way is to pull the current web.config from the .zip packages:

Portal:

http://installer.solidcp.com/Files/stable/SolidCP-Portal.zip

Portal web.config can be overwritten, just make sure you re-apply things like disabling Windows Authentication / generate machine key if you done that before.

Server:

http://installer.solidcp.com/Files/stable/SolidCP-Server.zip

It only has one value you need to make sure is equal to your existing one:  "password value="

Enterprise:

http://installer.solidcp.com/Files/stable/SolidCP-EnterpriseServer.zip

Do note in general the enterprise web.config never changes, so there shouldn't be any need to make custom changes to this, If you do want to copy + replace the enterprise web.config make sure you got the Connection value AND the cipher encryption key equal to your old web.config.

 

For all web.config replacements counts that you should make sure you re-apply the IIS settings like Machine key, and Disable Windows authentication as you done with your original setup, but in general it's pretty easy.

Another method would be to simply use a file compare between your current and those new web.configs added in the full zip download

Regards,

Marco

Reply
Share: