Domains Using ASP

I have a situation where we have a mirror server located outside of our domain. Using ASP, I need to have the web server on the different domain access files on a file server that is within another domain and be able to display the file from the web page. They are Word documents and PDFs and Excel files. But for security reasons, we can not use anonymous access. On our production server we just use mappings within IIS to perform this, because it is all within one domain. I hope someone has had a similar experience and can tell me how this can be done using ASP or some kind of component.

View Replies


ADVERTISEMENT

Cookies Across Domains

Is it possible to use cookies between different domains?

For my site I use 2 domains;

the first for my global site with ASP en HTML, the second is for my forum located on "hyperboards" a free forum domain. On de second domain i don't have any control and i can't put any new webpages on that site.

But I want to use the cookie of my forum on my global site.

View Replies View Related

Two Domains, One Site

I have a situation where I have a customer with one e-comm site and two domain names. Both domains currently point to the one site but they want different logos and purchase tracking for each domain name as visitors come through. I am not that well versed in using the HTML headers but somewhere I seem to recall a way of using the headers to identify the url/domain and then redirect or setup session variables for handling the rest.

If this is ringing a bell with anyone I could use a pointer to more info on this.

View Replies View Related

Converting IP Addresses To Domains

ive got a piece of software (perl) that i use to track visitors on my site.
this software displays both ip addresses and domains of visitors

e.g.

A visitor from 81-178-202-110.dsl.pipex.com (81.178.202.110)
arrived without a referring URL,
and visited www.newmediadesigns.co.uk/index.shtml
at 03:01:28 PM on Friday, March 26, 2004.
This visitor used Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1).

what code do i need to display this domain information in asp?

View Replies View Related

Domains/Hosting Cart

Has anyone got a script for a domains/hosting cart running off an Access db. There seems to be quite a few PHP/Perl versions around but very little ASP.

View Replies View Related

Copying A File Between Two Domains

On one of my client's website customer's are uploading a few files each week using SA-FileUp. My clients wants that each uploaded file to be copied on another website he has got.

Any hint on how to copy one file between domains ? I was thinking about using AspHTTP which is installed on the original server but not on the other end.

View Replies View Related

Expired/deleted Domains

how i can build a script to list deleted domains ? then obviously i can add more features on from there, ive looked everywhere and all of them seem to be php so i cant see how they do it.

View Replies View Related

Domains Override Cookies

I think I may have a problem with the user of cookies in my centralized logon and registration system that I hoped could be consumed by all the sub-domains on my remote host IP. I built the application in the root of the IP and redirect the user back to
his requested page after his Login. Just before this I set a permanent cookie.

But, it appears when the user gets back to the page its GONE. However, if I go to the same address via IP and correct folder path IT is. How can this be. I thought a cookie was written to the browser. what difference does the domain make. can I salvage this application without having to deploy it in mutliple sub-domains?

View Replies View Related

Virtual Domains And Asp Include Files

Basically use Plesk to manage websites on a server and in the process of migrating domains. However Plesk creates virtual domains and all my websites use the following syntax to reference asp include files:

<!--#INCLUDE VIRTUAL="/misc/includes.asp"-->

This doesn't work now as the websites were setup with websites and NOT virtual domains.

So how do I successfully reference these files now?

View Replies View Related

Database Backup Accross Domains

Is it possible to backup a Database from one domain to another using the File System Object? I want to save a DB from a folder on my1stsite.com to my2ndsite.com but obviously the server.mappath won't work and putting the URL of the folder to save to doesn't either i.e. http://www.my2ndsite.com/savefolder/myDB.mdb .

View Replies View Related

Sharing Data Among Pages On Different Domains Using ServerXMLHTTP

I'm including the output of an .asp page hosted on other domain using serverXMLHTTP.
Is it possible that I can share the values of some variables from external file.

Like session or others like (suppose..)

TablesBGColor = "#FFG445"
TableHieght = "600"
session("ImagesFolder") = "http://www.SiteABC/_images/"

If i include the settings.asp file on the top of my asp page then How can i use
the above mentioned variables/values down in my own ASP page.

View Replies View Related

Preventing Multiple Login Prompts When Using 2 Different Domains

We have 2 domains for internal purposes: one for users (have to login
and domain has SSL) and another for sponsors (have to login and domain
does NOT have SSL).

Now when a user logs in and there are pages that have info from the
sponsors domain, users are asked to login again with a warning message
saying if they want to see secure and nonsecure information. How can
I bypass the second login? Is there something I can do in active
directory, IIS, or ASP to not have the second login appear?

View Replies View Related

Server.Mappath() To Include Files For Other Domains On Same Server?

If I have multiple websites on the same server,can I use the #include directive to reference include files elsewhere on the server? I tried this -

<!--#include file="C:InetpubvhostsATRAMEMBER.COMhttpdocsheader.asp" -->

But no dice...

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved