User Profile

Collapse

Profile Sidebar

Collapse
lmeyers
lmeyers
Last Activity: Dec 17 '09, 05:59 AM
Joined: Mar 28 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks that is helpful info. Situation is that I have multiple sites each of which requires dynamic subdomains. I am using the Intelligencia URL rewriter which worked fine with single site subdomains. I had the rewrite configuration contained within the web.config file and the site was setup with no undefined host header record (e.g. default IIS site). Now with a second site also supporting dynamic subdomains all those requests go back to default...
    See more | Go to post

    Leave a comment:


  • Yes i had looked at that when setting up the URL rewriting. Unfortunately it does not address rewriting URL for subdomains of site other than default.
    See more | Go to post

    Leave a comment:


  • Iis 6

    Using IIS v6

    Thanks in advance for your help,
    Lauren
    See more | Go to post

    Leave a comment:


  • Programmatically create subdomains (host header records)

    I implemented a URL rewriter which worked reasonably well, but now I am creating other sites on the same server (single IP). Because IIS will not accept subdomain wildcards (*.subdomain.co m), it resolves the subdomain traffic back to the default site (e.g. the site with empty host header). From there it is possible to rewrite and pass the traffic back to correct web app and use the referring agent to get original url, but this gets messy in practice....
    See more | Go to post

  • lmeyers
    started a topic Binding User Controls

    Binding User Controls

    On parent page user selects template from drop list. Based upon selected template multiple user controls are dynamically populated beneath. Each user control will contain different data elements. The data from each of the user controls is to be saved within row of sql table ((i.e. ID int, TemplateID int, UserData nText). Because data for each control is variable, I expect that I will need to concatenate serialized data from each user control and...
    See more | Go to post
No activity results to display
Show More
Working...