473,406 Members | 2,867 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,406 software developers and data experts.

Big problems running on Remote server with virtual domains

I'm setup with a new ISP where we were given an account which we could setup
multiple domains. To do this we were given a root directory where we setup
a folder for each domain. then we mapped the folders to virtual domains.
Then I copied a VS 2003 project (an old front page website that was turned
into a VS project for this process) by using the Copy Project menu to its
new location in one of these virtual domains. When I surf to the site the
home page pops up OK, but it but the images don't show. So figure I would
open the remote project VS and take a look. When I open it with VS and look
at the home page (default.aspx) in design view I can see the images just
right (including a flash control). If I right click on the page and select
view in browser it looks ok and the flash is running ok. but when I surf to
it, the images don't show and the flash control doesn't run. I even rebuilt
the project and tried it again to no avail. When I hit F5 I get an error
saying I cant debug (since its on a commercial iis I suppose).

If the images map ok in design view (when viewing the project on the remote
server from my local dev machine), and even look ok when I run it from VS,
how can I trouble shoot this when it doesn't look OK when browsing to it?

--
mo*******@nospam.com
Nov 18 '05 #1
5 1220
are you using full or relative pathing to the images? They may not match.
Verify what path the images are in, then do a properties on the "bad" image
holder and see if they are the same....

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"moondaddy" <mo*******@nospam.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I'm setup with a new ISP where we were given an account which we could setup multiple domains. To do this we were given a root directory where we setup a folder for each domain. then we mapped the folders to virtual domains.
Then I copied a VS 2003 project (an old front page website that was turned
into a VS project for this process) by using the Copy Project menu to its
new location in one of these virtual domains. When I surf to the site the
home page pops up OK, but it but the images don't show. So figure I would
open the remote project VS and take a look. When I open it with VS and look at the home page (default.aspx) in design view I can see the images just
right (including a flash control). If I right click on the page and select view in browser it looks ok and the flash is running ok. but when I surf to it, the images don't show and the flash control doesn't run. I even rebuilt the project and tried it again to no avail. When I hit F5 I get an error
saying I cant debug (since its on a commercial iis I suppose).

If the images map ok in design view (when viewing the project on the remote server from my local dev machine), and even look ok when I run it from VS,
how can I trouble shoot this when it doesn't look OK when browsing to it?

--
mo*******@nospam.com

Nov 18 '05 #2
I thought about that. the path for the image is "images/nwis_formal1.jpg"
where images is a folder under the application's root folder which is a
virtual domain folder under my account's root folder. But the part that
gets me is the image element is able to see the image when running from vs,
while in the same location it can't when browsing to it.

--
mo*******@nospam.com
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OI**************@TK2MSFTNGP09.phx.gbl...
are you using full or relative pathing to the images? They may not match.
Verify what path the images are in, then do a properties on the "bad" image holder and see if they are the same....

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"moondaddy" <mo*******@nospam.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I'm setup with a new ISP where we were given an account which we could setup
multiple domains. To do this we were given a root directory where we

setup
a folder for each domain. then we mapped the folders to virtual domains. Then I copied a VS 2003 project (an old front page website that was turned into a VS project for this process) by using the Copy Project menu to its new location in one of these virtual domains. When I surf to the site the home page pops up OK, but it but the images don't show. So figure I would open the remote project VS and take a look. When I open it with VS and

look
at the home page (default.aspx) in design view I can see the images just
right (including a flash control). If I right click on the page and

select
view in browser it looks ok and the flash is running ok. but when I surf to
it, the images don't show and the flash control doesn't run. I even

rebuilt
the project and tried it again to no avail. When I hit F5 I get an

error saying I cant debug (since its on a commercial iis I suppose).

If the images map ok in design view (when viewing the project on the

remote
server from my local dev machine), and even look ok when I run it from VS, how can I trouble shoot this when it doesn't look OK when browsing to it?
--
mo*******@nospam.com


Nov 18 '05 #3
Hi Moondaddy,

Thanks for posting in the community!
As for the problem that the images displayed correctly when using VS.NET in
the design view and incorrectly surfing via the remote url, does the "can't
display" means the images become a cross "X" ? If so, I think you may try
move the mouse onto the cross or right click mouse and select the "property
menu to see the certain path of the image. And compare it with the acutal
one it should be according to your app's folder structure on the remote
server. Thus, we can get whether the image is refered to the correct path.

Also, would you provide us some more detailed info of the images' path you
set in a certain page or the folder strucutres in the remote server? For
example, you can provide use a certain page onwhich images not display
correctly 's location in the folder structure and the content of the page(
image tags and their url path). Thus ,we can help analize on them to see
whether the problem is actually caused by the path.

Please check out the above suggestions. If you have anything unclear,
please feel free to post here.
Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #4
We found the problem and solution. Yes the images did have the "X" on them
and yes we did check the images url and it was correct. the problem was
that the virtual domains had been set up incorrectly where the domain was
accidentally mapped to the default page instead of the root folder of the
domain. This total messed up all url references with in the site

--
mo*******@nospam.com
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:57**************@cpmsftngxa06.phx.gbl...
Hi Moondaddy,

Thanks for posting in the community!
As for the problem that the images displayed correctly when using VS.NET in the design view and incorrectly surfing via the remote url, does the "can't display" means the images become a cross "X" ? If so, I think you may try
move the mouse onto the cross or right click mouse and select the "property menu to see the certain path of the image. And compare it with the acutal
one it should be according to your app's folder structure on the remote
server. Thus, we can get whether the image is refered to the correct path.

Also, would you provide us some more detailed info of the images' path you
set in a certain page or the folder strucutres in the remote server? For
example, you can provide use a certain page onwhich images not display
correctly 's location in the folder structure and the content of the page(
image tags and their url path). Thus ,we can help analize on them to see
whether the problem is actually caused by the path.

Please check out the above suggestions. If you have anything unclear,
please feel free to post here.
Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #5
Hi Moondaddy,

Thanks very much for your followup. Very glad that you've figured out this
problem. And Hope we can soon visit your published site. :)
Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #6

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

Similar topics

2
by: John | last post by:
Hello I have created login pages but am having problems when I test them for my site. When I type all the registration info in it accepts it no problem. When I try and sign in though and then...
2
by: John Murtari | last post by:
Folks, We are running PHP 4 right now on our servers and would like to give people the option of experimenting/using PHP 5 if they desire. Our system are RedHat Linux running Apache 1.3.x --...
8
by: Marc Hoeve | last post by:
Hi everybody I'm setting up 2 websites for a friend of mine, en I'm have problems with one of the sites. The situation: I have 2 different domains (both in the .NL domain). Both domains...
9
by: tshad | last post by:
This is a problem that we saw before on our asp site, but don't know how to fix it. We are seeing it on our .net site also. We have our email sending from our Windows 2003 server with exchange...
1
by: Chris Kennedy | last post by:
I am having problems uploading web apps to our local server. Can anyone shed any light on the explanation I have been given by one of our techies. You have recreate the virtual and add server...
0
by: John Fleming | last post by:
Hello, I am building a web application with the following components: 2 Web Servers - Windows Server 2003 - IIS 6 - .Net Framework version 2.0 - Reside in Domain A 2 Clustered Database...
3
by: Hrvoje Vrbanc | last post by:
Hello all! Scenario: - web server at one location (domain) with VS 2003 - SQL server at a remote location (domain) - VPN connection on port 1433 between the two domains I have no troubles...
10
by: TS | last post by:
i just noticed the website i created in VS 2005 is running on a different port than the default. I see that it is running on the local web server, and also that the website i created isn't in IIS....
3
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I...
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
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
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...
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.