diff --git a/aspclassiccompiler/AspWebApp/Properties/PublishProfiles/AspClassicCompiler.pubxml b/aspclassiccompiler/AspWebApp/Properties/PublishProfiles/AspClassicCompiler.pubxml new file mode 100644 index 0000000..3a0c488 --- /dev/null +++ b/aspclassiccompiler/AspWebApp/Properties/PublishProfiles/AspClassicCompiler.pubxml @@ -0,0 +1,24 @@ + + + + + MSDeploy + Debug + Any CPU + http://aspclassiccompiler.azurewebsites.net + True + False + aspclassiccompiler.scm.azurewebsites.net:443 + AspClassicCompiler + + True + WMSVC + True + $AspClassicCompiler + <_SavePWD>True + <_DestinationType>AzureWebSite + + \ No newline at end of file diff --git a/aspclassiccompiler/AspWebApp/test/datetest.asp b/aspclassiccompiler/AspWebApp/test/datetest.asp index 3af4e52..46c781b 100644 --- a/aspclassiccompiler/AspWebApp/test/datetest.asp +++ b/aspclassiccompiler/AspWebApp/test/datetest.asp @@ -1,25 +1,25 @@ - - - - - - -<%= WeekdayName(Weekday(DateSerial(1963, 11, 22))) %> -<%= WeekdayName(Weekday(DateSerial(1963, 10, 15))) %> -<%= WeekdayName(Weekday(DateSerial(1995, 6, 2))) %> -<%= WeekdayName(Weekday(DateSerial(1997, 5, 5))) %> -<% -setlocale(4100) -for i = 1 to 7 - Response.Write(weekdayname(i) & "
") -next - %> - <% - for i = 1 to 12 - Response.Write(monthname(i) & "
") -next - %> - <%=FormatDateTime(DateSerial(1997, 5, 5), 1) %> -<%=FormatCurrentcy(10000000) %> - - + + + + + + +<%= WeekdayName(Weekday(DateSerial(1963, 11, 22))) %> +<%= WeekdayName(Weekday(DateSerial(1963, 10, 15))) %> +<%= WeekdayName(Weekday(DateSerial(1995, 6, 2))) %> +<%= WeekdayName(Weekday(DateSerial(1997, 5, 5))) %> +<% +setlocale(4100) +for i = 1 to 7 + Response.Write(weekdayname(i) & "
") +next + %> + <% + for i = 1 to 12 + Response.Write(monthname(i) & "
") +next + %> + <%=FormatDateTime(DateSerial(1997, 5, 5), 1) %> +<%=FormatCurrency(10000000) %> + +