Deploying databases
I have noticed as I have worked through the book (Beginning ASP.NET 2.0) that there are no details or examples of deploying a website with a database to a host server. Any example either in the book or associated videos only show websites without databases being deployed. I have now written a website which contains both a ASPNETDB.MDF database with roles etc and a database with tables. I have uploaded these to my host domain, but need to know what to do next as any pages accessing this data are not displayable and give a 404 error. The folders have NETWORK SERVICE write protect set and I have confirmed this with the host support. What do I have to do to get my website to access the databases?
Andy M
|