Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Branding a site

Reply
Thread Tools

Branding a site

 
 
=?Utf-8?B?Q2hhcmxpZSBEaXNvbg==?=
Guest
Posts: n/a
 
      04-20-2004
Hi There
I want to create an asp.net application that other companies can brand. So for example a customer would put a link to my site on their web page, my site would then have to know where the user came from and then brand the site so that it looks like my site is actually an extension of my customers own site. How can I do this? If each of my customers registered their own domain name that pointed to my server could I tell what domain name a user used to get to my site? Thanks in advance.
 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-20-2004
You could use the Request.RawURL method.
Here's more info:
http://msdn.microsoft.com/library/de...awurltopic.asp


--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



"Charlie Dison" <> wrote in message
news448BB62-D62E-46EC-8FA4-...
> Hi There,
> I want to create an asp.net application that other companies can

brand. So for example a customer would put a link to my site on their web
page, my site would then have to know where the user came from and then
brand the site so that it looks like my site is actually an extension of my
customers own site. How can I do this? If each of my customers registered
their own domain name that pointed to my server could I tell what domain
name a user used to get to my site? Thanks in advance.


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      04-20-2004
have them pass their site id in the link.

<a href=http://yoursite.com?mysiteid=sqlwork>go to branded site<a>

-- bruce (sqlwork.com)



"Charlie Dison" <> wrote in message
news448BB62-D62E-46EC-8FA4-...
> Hi There,
> I want to create an asp.net application that other companies can

brand. So for example a customer would put a link to my site on their web
page, my site would then have to know where the user came from and then
brand the site so that it looks like my site is actually an extension of my
customers own site. How can I do this? If each of my customers registered
their own domain name that pointed to my server could I tell what domain
name a user used to get to my site? Thanks in advance.


 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxpZSBEaXNvbg==?=
Guest
Posts: n/a
 
      04-20-2004
Thanks for the response Bruce

I'm sure this approach would be fool prof. What if the user later keys in the url without the parameter.
 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxpZSBEaXNvbg==?=
Guest
Posts: n/a
 
      04-20-2004
Thanks for the link. Is there a way to specify a customer id when registering a domain name on the internet? I assume that when I register a domain I specify what ip address the domain resolves to. Can I specify a customer Id in there as well

For example: I setup my domain registration www.greatsite.com to resolve to x.x.x.x/customer
and www.anothersite.com to x.x.x.x/customer

In this way regardless of how the site gets bookmarked I will always have the customer id when a user returns to that domain.
 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      04-20-2004
Hi Charlie,

In addition to Steve's suggestion on "RawUrl", I think the UrlReWrite
feature of the ASP.NET is also helpful.
Here are some tech articles and reference on it:

#URL Rewriting in ASP.NET
http://msdn.microsoft.com/library/en...ng.asp?frame=t
rue#urlrewriting_topic2

#URL Rewriting with ASP.NET
http://www.codeproject.com/aspnet/URLRewriter.asp

#Personal .NET Portal
http://www.codeproject.com/aspnet/As...talArticle.asp

Also, I think you can search in the newsgroup for some former threads which
discussing on the similar problem. Thanks.

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

 
Reply With Quote
 
=?Utf-8?B?Q2hhcmxpZSBEaXNvbg==?=
Guest
Posts: n/a
 
      04-20-2004
Thank You. This will be helpful.
 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      04-20-2004
Yes you can set up your registration that way.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


"Charlie Dison" <> wrote in message
news:F9AF0427-AB4A-49F3-B9D1-...
> Thanks for the link. Is there a way to specify a customer id when

registering a domain name on the internet? I assume that when I register a
domain I specify what ip address the domain resolves to. Can I specify a
customer Id in there as well?
>
> For example: I setup my domain registration www.greatsite.com to resolve

to x.x.x.x/customer1
> and www.anothersite.com to x.x.x.x/customer2
>
> In this way regardless of how the site gets bookmarked I will always have

the customer id when a user returns to that domain.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove branding DJ spider DVD Video 3 11-23-2006 06:30 PM
ASP.NET 2.0 - Site branding for different layouts Knoxy ASP .Net 1 06-30-2006 11:29 AM
Internet Explorer Branding Rosco Computer Support 7 04-23-2004 07:04 PM
Purple IE branding by Packard Bell Mike Computer Support 5 01-30-2004 03:29 PM
Remove OEM Branding E E 'Doc' Smith Computer Support 14 09-05-2003 01:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57