+ @foreach(string image in Model)
+ {
+ string path = image + "?width=150";
+
+
+ }
+
diff --git a/src/TestWebsites/NET45/Views/Home/Collisions.cshtml b/src/TestWebsites/NET45/Views/Home/Collisions.cshtml
new file mode 100644
index 000000000..d2ca12a53
--- /dev/null
+++ b/src/TestWebsites/NET45/Views/Home/Collisions.cshtml
@@ -0,0 +1,20 @@
+@model TimeSpan
+@{
+ Layout = null;
+
+ double s = Model.TotalMilliseconds;
+}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/TestWebsites/NET45/Views/Web.config b/src/TestWebsites/NET45/Views/Web.config
new file mode 100644
index 000000000..a4def2a3d
--- /dev/null
+++ b/src/TestWebsites/NET45/Views/Web.config
@@ -0,0 +1,58 @@
+
+
+