repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Relaxed the need for Types that represent database boundaries to extend from ActiveRe...
[castle.git]
/
Samples
/
Castle
/
PetStore.Web
/
properties.config
blob
d776ba723c54131d18ef5869c0f0e10d0353baea
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
4
<properties>
5
<connectionString>
Data Source=.;Initial Catalog=petstore;Integrated Security=True;Pooling=False
</connectionString>
6
<productimagesdir>
./content/productpics
</productimagesdir>
7
</properties>
8
9
</configuration>