Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Page1.aspx
  2. Page2.aspx
  3. images/MyAppLogo.png
  4. static/file1.png <-- IIS virtual folder "static" points to D:someOtherPath
  5. static/file2.png
  6.  
  7. Global.asax
  8. Page1.aspx
  9. Page2.aspx
  10. Web.config
  11. binMyAppAssembly.dll
  12. binImageResizer.dll
  13. imagesMyAppLogo.png
  14.  
  15. file1.png
  16. file2.png
  17.  
  18. <add name="VirtualFolder" virtualPath="~/static/" physicalPath="D:someOtherPath" vpp="false "/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement