> Ok I copied a VS 2005 web site to another folder.
>
[quoted text clipped - 20 lines]
> Thanks
> Lloyd Sheen
> You must configured fresh folder you created as an application in IIS
> management console..
[quoted text clipped - 25 lines]
>> Thanks
>> Lloyd Sheen
I created a new folder (file system). I copied the contents of my VS 2005
web site (file system) to the new folder. At this point I cannot see what
relationship this has to IIS. If I "Publish" the site then I would use the
virtual folder which is configure as an application.
Until I get a working version in VS 2008 I see no relationship between my
(file system) web site and ISS.
If so what do I get rid of or change or ....????
Thanks
Lloyd Sheen
George Ter-Saakov - 02 Apr 2008 20:53 GMT
Are you saying that you using Filesystem type of project for your ASP.NET
application?
Cause the error points that you are using IIS. And with IIS virtual (or not
virtual) folder must be configured as an application if you planning to have
web.config there...
George.
>> You must configured fresh folder you created as an application in IIS
>> management console..
[quoted text clipped - 38 lines]
> Thanks
> Lloyd Sheen
Lloyd Sheen - 02 Apr 2008 21:18 GMT
> Are you saying that you using Filesystem type of project for your ASP.NET
> application?
[quoted text clipped - 46 lines]
>> Thanks
>> Lloyd Sheen
Yes I am using filesystem not IIS. The project (2005) is filesystem but has
a publish which sends it to IIS.
LS
Lloyd Sheen - 02 Apr 2008 22:05 GMT
>> Are you saying that you using Filesystem type of project for your ASP.NET
>> application?
[quoted text clipped - 51 lines]
>
> LS
Ok now it seems that somehow I managed to convince VS 2008 that my folder
structure required that the top level folder was the solution. Now the
original solution contained the web site and a project with the DAL. Simply
creating a new folder with the web site folder and the DAL folder did not
work and all the references were totally out of wack.
What I had to do was delete all this so that VS 2008 told me it could not
find it and then recopy the two folders under a general folder I have
created for VS projects.
I could then open the web site and add an existing project (DAL). This
brings things back to "normal"
LS