473,548 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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*******@nospa m.com
Nov 18 '05 #1
5 1225
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*******@nosp am.com> wrote in message
news:uh******** ******@tk2msftn gp13.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*******@nospa m.com

Nov 18 '05 #2
I thought about that. the path for the image is "images/nwis_formal1.jp g"
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*******@nospa m.com
"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:OI******** ******@TK2MSFTN GP09.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*******@nosp am.com> wrote in message
news:uh******** ******@tk2msftn gp13.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*******@nospa m.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*******@nospa m.com
"Steven Cheng[MSFT]" <v-******@online.m icrosoft.com> wrote in message
news:57******** ******@cpmsftng xa06.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
1719
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 try and access the restricted pages it takes me back to the login page. The local root folder for the site is:
2
2020
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 -- would have really like to run both PHP 4 and PHP 5 together as modules, but that seems to be impossible due to name conflicts. The only other...
8
1749
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 provides the possibility for users to log in. The loginscript and the databases are hosted at server 1. The site at server 2 contains a link to the...
9
2696
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 fine, unless we send to an alias. It never gets there. I can send directly and it works fine and the CDOSYS works fine to a non-alias account.
1
1230
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 extensions and make sure the underlying physical name is no longer than 8 characters?!!!? I smacks of some kind of hare-brained workaround. Does anyone...
0
1821
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 Servers
3
2563
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 reaching the remote SQL server either from SQL Enterprise manager or in VS 2003 design-time (using the SQL authentication in both cases) - all the...
10
3366
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. My crystal report looks weird because it is trying to show images from the crystalreportviewers10 virtual directory based on the current website...
3
6612
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 installed on the server I want to debug, the remote debugger tools from the VS 2005 CD. I just install the windows application. I tried from there...
0
7438
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...
0
7951
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7803
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...
0
6036
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...
1
5362
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5082
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3475
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
751
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...

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.