I'm trying to install DNN4.0.1 and having no success. Here's the basics:
Fresh install on a formerly empty website.
asp.net2.0 has been configured for the site. (per the webhost, and I have no reason to doubt)
The DNN source files were added via the webhost company interface app installer. Looking at it via ftp, it looks complete.
I modified the web.config to call for an objectqualifier of "MY_"
TargetDB is sql2000, with a dnn application currently hosted in it without an object qualifier.
The sql logon/pwd have been verified; logon has dbo permissions.
I have verified that there is no installdate in the web.config, so it should be doing a fresh install.
When I look at the sqldb via enterprise manager, nothing I have done has installed any objects. No tables, sprocs etc. have a "MY_" qualifier.
Generally, my most common error has been
The stored procedure 'dbo.MY_GetPortalAliasByPortalID' doesn't exist.
I have tried changing the web.config from "dbo" to the user id in case the install is trying to install under the account signature. No difference. Doesn't install.
What's up?
-Sam