I am working on a web application and have set my start up page to my website to be my user logon form frmLogon.aspx. I am using IIS and under the properties for my website I have set the start page to be frmLogon.aspx in my VS studio Project. I went to the document page of the properties page for my website and set the Enable Default content check mark to true and entered frmLogon.aspx as the first item in the list. When I tried to go to the URL for my site I was still getting the Default.htm which doesn’t exist on my site. I even removed all the other documents from the list (Default.htm, Default.Aspx…..) so that frmLogon.aspx was the only document in the list and still no luck. Does any body know what I’m doing wrong.
I’m using Visual Studio 2003, Window 2003 Server, small business edition, and I think IIS or whatever the default web server for 2003 is.

Thanks
GEM