[quoted text, click to view] "Matthias" <postamt_SPAMTRAP_@kieferfrost_DOT_de> wrote in message
news:OFz6LQoYIHA.4160@TK2MSFTNGP03.phx.gbl...
> hi there,
>
> I've got a bunch of questions and I hope, that I succeeded in formulating
> them sufficiently:
>
> i've written a pretty functional webservice using vs 2003 and .net 1.1.
> now I'm moving the whole thing to 2.0 and I don't understand a couple of
> the new concepts: Code-Behind files are now moved to a directory called
> App_Code? What is the App_Data directory for?
Matthias,
Do yourself a favor. Never, ever, use File->New->Web Site. Ever. It was a
bad idea from Microsoft and there's no need for you to suffer for their
mistake.
Instead, upgrade to Visual Studio 2005 SP1 (or to Visual Studio 2008 if you
can), and then try to upgrade your projects. Hopefully, they'll upgrade
correctly.
My company had to do their upgrades before SP1 was available, and it was a
horrible mess, costing us about six weeks to fix (and we never knew what we
had changed to make things work). If your upgrade gives you the App_Code and
whatnot, I suggest that you create new projects using File->New->Project,
then copy your code into the new project directories and include it into the
new projects.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer