logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Dinusha De Silva  
#1 Posted : Wednesday, March 27, 2019 7:07:10 AM(UTC)
Dinusha De Silva

Rank: Newbie

Groups: Registered
Joined: 2/28/2019(UTC)
Posts: 4
Sri Lanka

Thanks: 2 times
I am planning to use different repository folders for different websites hosted on the same server. Is it possible to give a different location to the repository folder when using the Web Interface API?

Thank You.
epf  
#2 Posted : Monday, April 1, 2019 10:42:06 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
There is no parameter to do that dynamically...
However the repository location is defined your web.config
<Seal.Properties.Settings>
<setting name="RepositoryPath" serializeAs="String">
<value></value>
</setting>
</Seal.Properties.Settings>

So if you have several web sites, you the repository location will be given by what you have set in the web.config....
Right ?
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.