473,399 Members | 3,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

path "Not a valid virtual Path" in Visual Web Dev Ex 2005

I've read about this error in this group and others from early 2006 but
without any resolution, so I thought I'd bump it up to see if there's a
solution.

Trying to build a website on

http://oursite:8080/

and it returns

/oursite:8080/ not a valid virtual path

Any help is appreciated.

Dec 6 '06 #1
9 3996
You have to create an *IIS Application* on port 8080
( in the IIS Manager, right click the "Default Web Site"
and select "New Website" ), making sure you point the new Web Site
to the physical directory where your files are located, and making sure
you assign port 8080 to the new site's properties.

Then create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11*********************@16g2000cwy.googlegrou ps.com...
I've read about this error in this group and others from early 2006 but
without any resolution, so I thought I'd bump it up to see if there's a
solution.

Trying to build a website on

http://oursite:8080/

and it returns

/oursite:8080/ not a valid virtual path

Any help is appreciated.

Dec 6 '06 #2

Juan T. Llibre wrote:
You have to create an *IIS Application* on port 8080
( in the IIS Manager, right click the "Default Web Site"
and select "New Website" ), making sure you point the new Web Site
to the physical directory where your files are located, and making sure
you assign port 8080 to the new site's properties.

Then create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.
Thanks, but there already is an IIS application set up on port 8080.

Dec 6 '06 #3
If you already have an application on port 8080,
just create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.

Btw, are you talking about the *same* application or 2 different applications ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...
>
Juan T. Llibre wrote:
>You have to create an *IIS Application* on port 8080
( in the IIS Manager, right click the "Default Web Site"
and select "New Website" ), making sure you point the new Web Site
to the physical directory where your files are located, and making sure
you assign port 8080 to the new site's properties.

Then create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.

Thanks, but there already is an IIS application set up on port 8080.

Dec 6 '06 #4
>

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...

Juan T. Llibre wrote:
You have to create an *IIS Application* on port 8080
( in the IIS Manager, right click the "Default Web Site"
and select "New Website" ), making sure you point the new Web Site
to the physical directory where your files are located, and making sure
you assign port 8080 to the new site's properties.

Then create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.
Thanks, but there already is an IIS application set up on port 8080.

Juan T. Llibre wrote:
If you already have an application on port 8080,
just create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.
I did all that Juan, but VWD 2005 doesn't like anything but port 80.
VWD opens the site just fine, I can create new pages, etc, but you
begin to get build errors as I displayed above. Try it, you'll see.

Btw, are you talking about the *same* application or 2 different applications ?
I'm talking about ONE application on port 8080.

Dec 6 '06 #5
re:
I did all that Juan, but VWD 2005 doesn't like anything but port 80.
Try it, you'll see.
Your problem intrigued me so much that I burned the VWD iso to a CD,
and installed it on a spare machine I have.

Then, I created an *IIS Application* on port 8080 by opening the IIS Manager,
right-clicking the "Default Web Site" and selecting "New Web Site", making sure
I pointed the new Web Site to the physical directory where my files are located,
and making sure that I assigned port 8080 to the new site's properties.

Then, I opened VWD and created a new VWD 2005 Web Site, using the "File",
"Open Web Site" menu in VWD 2005, and selecting the application which I just
created on port 8080 (make sure you select "Local IIS" on the left-hand side).

Everything worked just fine.

Recheck the procedure I've outlined twice, now.
It should work perfectly, as it just did for me.

You owe me for a CD blank, btw... (Not!)

;-)

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...
<la**********@yahoo.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...

Juan T. Llibre wrote:
You have to create an *IIS Application* on port 8080
( in the IIS Manager, right click the "Default Web Site"
and select "New Website" ), making sure you point the new Web Site
to the physical directory where your files are located, and making sure
you assign port 8080 to the new site's properties.

Then create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.
Thanks, but there already is an IIS application set up on port 8080.

Juan T. Llibre wrote:
If you already have an application on port 8080,
just create your VWD 2005 Project from that site,
using the "File", "Open Web Site" menu in VWD 2005.
I did all that Juan, but VWD 2005 doesn't like anything but port 80.
VWD opens the site just fine, I can create new pages, etc, but you
begin to get build errors as I displayed above. Try it, you'll see.

Btw, are you talking about the *same* application or 2 different applications ?
I'm talking about ONE application on port 8080.
Dec 6 '06 #6

Juan T. Llibre wrote:
re:
I did all that Juan, but VWD 2005 doesn't like anything but port 80.
Try it, you'll see.

Your problem intrigued me so much that I burned the VWD iso to a CD,
and installed it on a spare machine I have.

Then, I created an *IIS Application* on port 8080 by opening the IIS Manager,
right-clicking the "Default Web Site" and selecting "New Web Site", making sure
I pointed the new Web Site to the physical directory where my files are located,
and making sure that I assigned port 8080 to the new site's properties.

Then, I opened VWD and created a new VWD 2005 Web Site, using the "File",
"Open Web Site" menu in VWD 2005, and selecting the application which I just
created on port 8080 (make sure you select "Local IIS" on the left-hand side).

Everything worked just fine.

Recheck the procedure I've outlined twice, now.
It should work perfectly, as it just did for me.
Thanks for your time in doing this, but it's NOT a local IIS, it's a
remote server. Could be a different result. Our server is a remote
server (which I have complete access) from my client.

Here's a couple of references that others had, which is why I'm posting
this because they never got a resolution (or at least, never posted a
resolution)

http://groups.google.com/group/micro...b1a281bb202dbc

And here

http://groups.google.com/group/micro...97735027dfd9fc

Dec 6 '06 #7
re:
Thanks for your time in doing this, but it's NOT a local IIS, it's a
remote server. Could be a different result.
Our server is a remote server (which I have complete access) from my client.
If you have complete access, why don't you copy the files on the remote server
to your box with VWD on it, and then, after you've completed the process I've
described, upload the modified files to your remote server ?

i.e., you don't need to have remote, live development, access to the project.

I'm not even sure that VWD *can* develop on remote servers.
I'm about 99.99% sure VWD can only develop local websites, not remote ones.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11**********************@n67g2000cwd.googlegr oups.com...
>
Juan T. Llibre wrote:
>re:
I did all that Juan, but VWD 2005 doesn't like anything but port 80.
Try it, you'll see.

Your problem intrigued me so much that I burned the VWD iso to a CD,
and installed it on a spare machine I have.

Then, I created an *IIS Application* on port 8080 by opening the IIS Manager,
right-clicking the "Default Web Site" and selecting "New Web Site", making sure
I pointed the new Web Site to the physical directory where my files are located,
and making sure that I assigned port 8080 to the new site's properties.

Then, I opened VWD and created a new VWD 2005 Web Site, using the "File",
"Open Web Site" menu in VWD 2005, and selecting the application which I just
created on port 8080 (make sure you select "Local IIS" on the left-hand side).

Everything worked just fine.

Recheck the procedure I've outlined twice, now.
It should work perfectly, as it just did for me.

Thanks for your time in doing this, but it's NOT a local IIS, it's a
remote server. Could be a different result. Our server is a remote
server (which I have complete access) from my client.

Here's a couple of references that others had, which is why I'm posting
this because they never got a resolution (or at least, never posted a
resolution)

http://groups.google.com/group/micro...b1a281bb202dbc

And here

http://groups.google.com/group/micro...97735027dfd9fc

Dec 6 '06 #8

Juan T. Llibre wrote:
re:
Thanks for your time in doing this, but it's NOT a local IIS, it's a
remote server. Could be a different result.
Our server is a remote server (which I have complete access) from my client.

If you have complete access, why don't you copy the files on the remote server
to your box with VWD on it, and then, after you've completed the process I've
described, upload the modified files to your remote server ?

i.e., you don't need to have remote, live development, access to the project.
You do if you have more than 1 developer.
I'm not even sure that VWD *can* develop on remote servers.
I'm about 99.99% sure VWD can only develop local websites, not remote ones.
You can develop on remote servers with VWD, you just can't debug. Like
I said, it works on Port 80, just not an alternate port.

The only other thing I could do is to get another IP address on this
box, and point it to the development directory, using port 80.

Dec 6 '06 #9
re:
You do if you have more than 1 developer.
You should consider purchasing VS 2005 if you have more than one developer.
VWD was designed for standalone development.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<la**********@yahoo.comwrote in message
news:11*********************@n67g2000cwd.googlegro ups.com...
>
Juan T. Llibre wrote:
>re:
Thanks for your time in doing this, but it's NOT a local IIS, it's a
remote server. Could be a different result.
Our server is a remote server (which I have complete access) from my client.

If you have complete access, why don't you copy the files on the remote server
to your box with VWD on it, and then, after you've completed the process I've
described, upload the modified files to your remote server ?

i.e., you don't need to have remote, live development, access to the project.

You do if you have more than 1 developer.
>I'm not even sure that VWD *can* develop on remote servers.
I'm about 99.99% sure VWD can only develop local websites, not remote ones.

You can develop on remote servers with VWD, you just can't debug. Like
I said, it works on Port 80, just not an alternate port.

The only other thing I could do is to get another IP address on this
box, and point it to the development directory, using port 80.

Dec 7 '06 #10

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

Similar topics

1
by: Eric Goforth | last post by:
Hello, I'm getting a: "SQLSTATE" is not valid in the context where it is used. This is in a stored procedure when I try to a: FETCH FROM customerids_cursor INTO v_MYVAR1,v_MYVAR2,...
72
by: Paminu | last post by:
In math this expression: (a < b) && (b < c) would be described as: a < b < c But why is it that in C these two expressions evaluate to something different for the same values of a, b and...
0
by: Tom | last post by:
I can't debug my asp.net projects. for some reason i'm getting an error saying that i don't have permission and i should be added to the debuggers group. I added my domain user, my aspnet user and...
0
by: itzel | last post by:
Hello!! In using tarfile to group thousands of small files from a directory and then compress it. I already compress a group of files in my pc, but I need do it in a server and I'm testing the...
1
by: Larry Bud | last post by:
....error when trying to build a project on a port other than 80 (on a remote server). Happens with VS 2005. I've google the hell out of this and I find people with the same issue, but never...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.