473,657 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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:

---------------------------
Microsoft Visual Studio
---------------------------
You must choose a publish location that is not a sub-folder of the source
Web site.
---------------------------
OK
---------------------------
Oct 9 '06 #1
2 3448
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)

"genc_ymeri " <ge********@hot mail.comwrote in message
news:nL******** *************** *******@adelphi a.com...
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:

---------------------------
Microsoft Visual Studio
---------------------------
You must choose a publish location that is not a sub-folder of the source
Web site.
---------------------------
OK
---------------------------


Oct 9 '06 #2
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\VS2 005\xxxxxx

"bruce barker (sqlwork.com)" <b_************ *************@s qlwork.comwrote
in message news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
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)

"genc_ymeri " <ge********@hot mail.comwrote in message
news:nL******** *************** *******@adelphi a.com...
>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:

---------------------------
Microsoft Visual Studio
---------------------------
You must choose a publish location that is not a sub-folder of the source
Web site.
---------------------------
OK
---------------------------



Oct 9 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
10409
by: John A. | last post by:
I've received this error several times, and have only been able to get around it by deleting the offending form(s) and importing them from backup - Here's the sequence: 1. I'm editing a form or code in a form module in MSAccess2000 on Win2k Terminal Server. 2. When I try to save, I get the "Save As" dialog box instead of a regular save. I click Cancel. I never know when this will occur, it's happened 3 or 4 times in 6 months.
2
2335
by: Sukh | last post by:
Hi, I am working on a form page (asp.net + c#). form is too long and in some cases we are validating it server side, if there is some invalid data in text box then form return from server side and we are displying the form again. but it's not displaying the exact location where the error occur. user has to scroll it up or down to see the error. Can any body help me to set the focus on the same place where error occur. I want to do it at...
0
895
by: jay | last post by:
Need some help! Website originally designed in VS2003 and converted by wizard to VS2005. Get error Error "Could not load type myApp.Global' from assembly 'App_Code, Version=1.0.2284.18492, Culture=neutral, PublicKeyToken=null'." Will not publish. What am I doing wrong? Jay
1
1253
by: William Sullivan | last post by:
K, got a website, need to publish it to the test server. Publish the website, k. As its publishing, it creates a copy of my bin directory under my bin directory on my dev box. Now I've got ...\coolwebsite\bin\bin with everything in my \coolwebsite\bin directory. It then tries to publish these to the test server, but the test server chokes on this. Unfortunately for me, I have tons of coolness under my bin directory, so this whole...
2
6503
by: Tee | last post by:
Hi, I am trying to build my application into a single installation exe so that my client can start installing and test on their machine. My question can MS VS2005 publishing feature able to doing this? Many thanks in advances :)
4
1629
by: indhu | last post by:
Hi i am getting this kind of error while saving the records this error comes. runtime error: you cannot add or change a record because a related record is required in table scene Private Sub scenecbo_Click() myconnection
2
2191
nirmalsingh
by: nirmalsingh | last post by:
hai all, i have created a website in asp.net c#. when i created a virtual directory and try ti run it i get the following error, You are unauthorised to view this page. How to resolve this? Thanx in advance.
3
2114
jhardman
by: jhardman | last post by:
I was in the middle of troubleshooting a different problem when my web service stopped working with a very cryptic error message: "specified cast is not valid" The only location info is that the error came from the web method I called (which is pretty obvious) and this method is gigantic. Arghh. And the web service is running at a remote location - it has no developer tools installed. When I try to pull it up on my box it works - no error,...
2
1930
by: kkshansid | last post by:
my project is working properly but i can not make its exe file error sub or function not defined
1
9649
by: 2desperate2usedesperate | last post by:
ERROR: You do not have SELECT privileges on sys.V_$PARAMETER view. This process cannot proceed. Hello, I am using ORACLE 10g Standard Edition and I am trying to configure the Oracle Designer for which a repository must be installed. The following is the procedure I am following: START > PROGRAMS > ORACLE DEVELOPER SUITE –DevSuite1 >
0
8421
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8325
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8844
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8621
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7354
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1971
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.