Привет всем...
Нашел фриварный ASP.NET хостинг (домен 3 уровня), там план обслуживания Free есть.
Естественно с подводными камнями

Я залил главную страницу на сервер. При открытие в браузере
сверху добавляеться банер и линк(рекламные) автоматически. Вопрос: как сделать так, чтоб не было их баннера и линка?
Вот что вставляется в страницу(View Source в браузере):
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="33%"> </td>
<td width="33%">
<script type="text/javascript"><!--
google_ad_client = "pub-0192293171628900";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<td width="34%"> </td>
</tr>
<tr>
<td width="33%"> </td>
<td width="33%" align="center" bordercolor="#FFFFFF" bgcolor="#1F5E7C">
<font face="Verdana" style="font-size: 11">
<font color="#CCCCCC">Web hosting by </font> <a href="
http://somee.com" target = "_blank">
<font color="#CCCCCC">Somee International</font></a></font></td>
<td width="34%"> </td>
</tr>
</table>
Далее код моей страницы...
Заранее благодарен...