diff --git a/AchmeErrorSite/400.aspx b/AchmeErrorSite/400.aspx
new file mode 100644
index 0000000..747ba26
--- /dev/null
+++ b/AchmeErrorSite/400.aspx
@@ -0,0 +1,13 @@
+<%@ Page validateRequest="false" %>
+<% Response.StatusCode = 400;%>
+
+
+
+
+
+ 400 Server Error
+
+
+ AST.NET 400 Server Error
+
+
\ No newline at end of file
diff --git a/AchmeErrorSite/404.aspx b/AchmeErrorSite/404.aspx
new file mode 100644
index 0000000..cd9ba46
--- /dev/null
+++ b/AchmeErrorSite/404.aspx
@@ -0,0 +1,12 @@
+<% Response.StatusCode = 404; %>
+
+
+
+
+
+ 404 Server Error
+
+
+ AST.NET 404 Server Error
+
+
\ No newline at end of file
diff --git a/AchmeErrorSite/404.html b/AchmeErrorSite/404.html
new file mode 100644
index 0000000..8c10aaa
--- /dev/null
+++ b/AchmeErrorSite/404.html
@@ -0,0 +1,10 @@
+
+
+
+ Error
+
+
+
+IIS 404 Error ocurred. Nice message here.
+
+
diff --git a/AchmeErrorSite/500.aspx b/AchmeErrorSite/500.aspx
new file mode 100644
index 0000000..de3dc87
--- /dev/null
+++ b/AchmeErrorSite/500.aspx
@@ -0,0 +1,13 @@
+<% Response.StatusCode = 500;%>
+
+
+
+
+
+
+ 500 Server Error
+
+
+ AST.NET 500 Server Error
+
+
\ No newline at end of file
diff --git a/AchmeErrorSite/500.html b/AchmeErrorSite/500.html
index 1d48bc1..aa5f669 100644
--- a/AchmeErrorSite/500.html
+++ b/AchmeErrorSite/500.html
@@ -5,6 +5,6 @@
-Error ocurred. Nice message here.
+IIS 500 Error ocurred. Nice message here.