I have created URL like sub domain. but URL which i have rewrite like sub-domain in that page This webpage is not available error showing.

Is that any one Help me, here,
 i have created URL like aarti.domain.com using a particular code which i have add here,
sub-domain URL is creating but This webpage is not available i am getting this error in sub-domain URL page.
This is a code by which i have created a URL like sub-domain. its creating URL but page is not showing with data. 
Any one can tell me whats Wrong here. 
and how i can show data in my sub-domain url.
Your solution will help me To solve This Big Issue.
<rewrite>
<rules>
<rule name="Redirect to Subdomains" stopProcessing="true">
<match url="^xyzPage.aspx$" />
<conditions>
<add input="{QUERY_STRING}" pattern="^barvalue=(.+)$" />
</conditions>
<action type="Redirect" url="http://{C:1}.{HTTP_HOST}" appendQueryString="false" />
</rule>
</rules>
</rewrite>

Please post questions related to ASP.NET and web development in the ASP.NET forums (http://forums.asp.net ).

Similar Messages

Maybe you are looking for