R
rdufour
Downloaded a sample that is supposed to show how to localize a web site and
started playing with the code, its in Vs2003, so I figure I would take code
and put it in Vs 2005 and doing so use it a bit as a walkthrough on how
things are done in VS2005 for this type of stuff. BUT just as I looked into
it deeper I noticed the sample is a vb solution and it has 2 projects, each
one is a class project. First project is a dll that makes sense to me it's
like an enhanced resource manager,that's fine.
Second project has aspx files in it and a webconfig file, so I'm wondering
why this is a class project instead of a web site? I look at the new
projects in both 2003 and 2005 and there's no way to add aspx files to a
class project, there's no evident way to add a web.config file to a class
project. I must be missing something here. I'm not used to doing web site
development, been doing just windows apps, had a bit of free time and
looking into making localized web apps without having to duplicate each page
for each language.
Can someone explain how you can create a web site like this in a dll and
why?
Any help would be greatly appreciated.
Bob
started playing with the code, its in Vs2003, so I figure I would take code
and put it in Vs 2005 and doing so use it a bit as a walkthrough on how
things are done in VS2005 for this type of stuff. BUT just as I looked into
it deeper I noticed the sample is a vb solution and it has 2 projects, each
one is a class project. First project is a dll that makes sense to me it's
like an enhanced resource manager,that's fine.
Second project has aspx files in it and a webconfig file, so I'm wondering
why this is a class project instead of a web site? I look at the new
projects in both 2003 and 2005 and there's no way to add aspx files to a
class project, there's no evident way to add a web.config file to a class
project. I must be missing something here. I'm not used to doing web site
development, been doing just windows apps, had a bit of free time and
looking into making localized web apps without having to duplicate each page
for each language.
Can someone explain how you can create a web site like this in a dll and
why?
Any help would be greatly appreciated.
Bob