I have an ASP.NET application on my site. The site uses a database to control the content, so when the user access the pages, they don't really exist... a service takes the call, loads the content from the database and displays it.
The problem is, if they don't put in a page name (for example:
www.mysite.com) it doesn't go to default.aspx. It was working before, but suddenly is not working now. It's giving me a 403 (forbidden) (which is what it would give if the file doesn't exist... and it doesn't!). Is there some setting that I can change to have it default to that?
Was that even clear to anyone? LOL!
Thanks.