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
Fix the build.
[castle.git]
/
Samples
/
MonoRail
/
GettingStartedSampleVS2005
/
GettingStartedSample.Tests
/
App.config
blob
4c2cac3249e6ac0399e80b6c272788047a4149ea
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
<appSettings>
4
<add
key
=
"web.physical.dir"
value
=
"E:\dev\castle\trunk\Samples\MonoRail\GettingStartedSampleVS2005\GettingStartedSample"
/>
5
<add
key
=
"web.virtual.dir"
value
=
"/"
/>
6
</appSettings>
7
</configuration>