VS2005/C#/ASP.NEt 2.0 error : "You must choose a publish location that is not a sub-folder of the so

  • Thread starter Thread starter genc_ymeri
  • Start date Start date
G

genc_ymeri

Hi over there,
I suddenly started to get the below error when I try to publish my websites,
in any of them !

I tried to google it but not much info.

Any help very much appreciated,

thanks in advance,

Genc Ymeri.
PS:
OS: 2003 server

PS:
 
as the message say, the dir you publish your site to must not be a subfolder
of the development site. under projet propeties, msbuild options, pick a new
directory.

-- bruce (sqlwork.com)
 
as the message say, the dir you publish your site to must not be a subfolder
of the development site....>


It's not ! I publish the projects in C:\Intepub\www\XXXX while the dev
directory is C:\Projects\VS2005\xxxxxx



bruce barker (sqlwork.com) said:
as the message say, the dir you publish your site to must not be a
subfolder of the development site. under projet propeties, msbuild
options, pick a new directory.

-- bruce (sqlwork.com)
 
Back
Top