User Profile
Collapse
-
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... -
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.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.... -
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...
No activity results to display
Show More
Leave a comment: