I'm using dnn 4.9.2 and sql 2000.
My connection string is:
connectionString="Data Source=.;Initial Catalog=TestDNN;Integrated Security=True;"
I unchecked the anonymous access in directory security of my virtual directory.
I also add below lines to web.config under section:
identity impersonate="true"
authentication mode="Windows"
customErrors mode="RemoteOnly"
After these settings, Install wizard run and the all database scripts installed but in next state I faced below error:
Login failed for user 'Localhost\ASPNET'
So I’ve add this user to related sql databse with db owner access.
With doing all mentioned work, dnn installed and I saw the congratulation message on page. But I can not run it after installation. I didn’t get any error message.
I’m sure I’m doing something wrong. Actually I couldn’t find any suitable document for this type of installation.
Could anyone guide me?
Regards
Nafiseh