From d7f61b7791f54ce5d988f2f47ba10946505047f2 Mon Sep 17 00:00:00 2001 From: lichen Date: Sat, 27 Sep 2014 15:30:36 -0700 Subject: [PATCH] Fixed an error in one of the script. --- .../PublishProfiles/AspClassicCompiler.pubxml | 24 +++++++++ .../AspWebApp/test/datetest.asp | 50 +++++++++---------- 2 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 aspclassiccompiler/AspWebApp/Properties/PublishProfiles/AspClassicCompiler.pubxml 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) %> + +