K
Ken Fine
Please help me think through this one.
1) I have DNS and IIS set up on my server.
2) I've written ASP and ASP.NET webpages that behave in certain ways when a
variable is set via querystring or in code. They render as
"mobile-optimized" pages when they receive the right params via QS.
3) I've configured subdomains on my server, e.g: mobile.mydomain.org
4) What I want is for requests that come in on mobile.mydomain.org to render
themselves as mobile pages.
My choices:
1) Best: Can I test programmatically in classic ASP/ASP.NET whether the
requests are coming from my mobile.mydomain.org? Could you tell me how?
2) Alternate: What would be the smartest way to do this in IIS -- maybe by
configuring a new website and inspecting host headers? Any liabilities for
existing sites?
Any other tactics? Thanks for any guidance you can offer.
-KF
1) I have DNS and IIS set up on my server.
2) I've written ASP and ASP.NET webpages that behave in certain ways when a
variable is set via querystring or in code. They render as
"mobile-optimized" pages when they receive the right params via QS.
3) I've configured subdomains on my server, e.g: mobile.mydomain.org
4) What I want is for requests that come in on mobile.mydomain.org to render
themselves as mobile pages.
My choices:
1) Best: Can I test programmatically in classic ASP/ASP.NET whether the
requests are coming from my mobile.mydomain.org? Could you tell me how?
2) Alternate: What would be the smartest way to do this in IIS -- maybe by
configuring a new website and inspecting host headers? Any liabilities for
existing sites?
Any other tactics? Thanks for any guidance you can offer.
-KF