Sha256: 3494feffe47bab572532f682c5e1ab786f3c176fc816598d21052c23a1fd7b15

Contents?: true

Size: 339 Bytes

Versions: 10

Compression:

Stored size: 339 Bytes

Contents

echo off
rem IIS applicationhost.config doesn't seem to process enviroment variables, so we cant use one
rem for our service path. A hack, but bust out ruby and manually replace the %SAMPLE_SERVICE_DIR%
rem marker in the virtual directory path. 
ruby setpath.rb
"%ProgramFiles%\iis express\iisexpress" /config:".\applicationhost.config" 

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 test/iisExpress x86.bat
ruby_odata-0.1.6 test/iisExpress x86.bat
ruby_odata-0.1.5 test/iisExpress x86.bat
ruby_odata-0.1.4 test/iisExpress x86.bat
ruby_odata-0.1.3 test/iisExpress x86.bat
ruby_odata-0.1.2 test/iisExpress x86.bat
ruby_odata-0.1.1 test/iisExpress x86.bat
ruby_odata-0.1.0 test/iisExpress x86.bat
ruby_odata-0.0.10 test/iisExpress x86.bat
ruby_odata-0.0.9 test/iisExpress x86.bat