First, did you enable ASP.NET 2.0 on the 2003 server ?
Open the IIS Manager, scroll down on the left to the "Web Service Extensions" folder,
then highlight the ASP.NET version or versions that you want to enable on the
right-hand panel and click the "Allow" button.
That will allow the execution of ASP.NET pages.
Second, did you create a virtual directory for your "SubWeb" ?
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"Mark Sandfox" <(E-Mail Removed)> wrote in message
news:VV7yh.16707$(E-Mail Removed)...
> How do i get my ASP.NET Web Application to work on my MS Server 2003 on the internet? Step by
> step please.
>
> I have created and built a simple calendar app that works locally, but not when i publish it to
> the website. All files are in the website's SubWeb, including the Bin folder with the dll.
>
> I know i am missing something simple but i cannot find any documentation telling me to do anything
> mroe that i have not already done.
>
> Thanks in advance for your help.
>
>