X
xfile
Hello,
I am very new to donet and wondering how to solve the following scenario:
(1) Our current hosted site has .Net 1.1 and can be upgraded to 2.0 if
needed. Some downtime are expected and may have unexpected problems though.
(2) Local environment installed both 1.1 and 2.0 framework and 2.0 SDK.
(3) Currently, all our ASP and HTML pages are working fine but we are
planning to gradually moving to DOTNET
Questions:
(1) In terms of "technical platform", our audience is the general public,
and we have no way of knowing if they are installed with 1.1 or 2.0
framework. In this case, should we just go for using 2.0 or 1.1 based on
the maximum degree of compatibility, and the fact that we're just learning
it?
(2) Setting 1.1 runtime environment as the default: Is there a way that we
could set the local environment (IIS 5.0 in Win XP Pro) to use 1.1 as the
default testing mood? In this case, do we have to remove 2.0 framework and
SDK and only use 1.1
(2) Multi-language issue: In classic ASP and/or HTML pages, we incorporated
double-byte fonts by using "CodePage" and "Charset" and English fonts are
automatically included. However, is it true that we need to use "utf-8"
instead of "Big5" or "950" in ASPX pages?
(3) Recommended books for converting ASP pages to ASPX pages: Many of our
ASP pages are developed by a 3rd party vendors using VBscript, and we wish
to gradually move them to ASPX pages. Are there any good books that we
could use for "real life" and "practical" examples.
Many thanks in advance.
I am very new to donet and wondering how to solve the following scenario:
(1) Our current hosted site has .Net 1.1 and can be upgraded to 2.0 if
needed. Some downtime are expected and may have unexpected problems though.
(2) Local environment installed both 1.1 and 2.0 framework and 2.0 SDK.
(3) Currently, all our ASP and HTML pages are working fine but we are
planning to gradually moving to DOTNET
Questions:
(1) In terms of "technical platform", our audience is the general public,
and we have no way of knowing if they are installed with 1.1 or 2.0
framework. In this case, should we just go for using 2.0 or 1.1 based on
the maximum degree of compatibility, and the fact that we're just learning
it?
(2) Setting 1.1 runtime environment as the default: Is there a way that we
could set the local environment (IIS 5.0 in Win XP Pro) to use 1.1 as the
default testing mood? In this case, do we have to remove 2.0 framework and
SDK and only use 1.1
(2) Multi-language issue: In classic ASP and/or HTML pages, we incorporated
double-byte fonts by using "CodePage" and "Charset" and English fonts are
automatically included. However, is it true that we need to use "utf-8"
instead of "Big5" or "950" in ASPX pages?
(3) Recommended books for converting ASP pages to ASPX pages: Many of our
ASP pages are developed by a 3rd party vendors using VBscript, and we wish
to gradually move them to ASPX pages. Are there any good books that we
could use for "real life" and "practical" examples.
Many thanks in advance.