I’m setting up a DotNetNuke application on a shared hosting environment and I’m really new to the ASP.Net world. In a shared environment, do I have a web.config file? or does my host have to set up my connection string for me?
I have access to the IIS through my host’s control panel.
Any help is greatly appreciated.
I’ve visited the DotNetNuke Wiki and it’s given me guidance on the connection string itself, but I can’t seem to locate the web.config file.
DotNetNuke will setup the connection string for you during the install process.
When you select “SQL Server Database”, it will ask you for:
Before proceeding to the next step, the installer will make sure it can access the database given the information that you provided.
If it succeeds, and the next step proceeds, that means the connection string was already setup for you.
So where do you get your information for steps 1 – 4?
salogin credentials for Step 4 — but it’s best if you can create your own credentials and provide them access to only your DNN database for this step.