Hi,
I have installed a new sql server and the "site" is okay - shows the default page, but the admin website does not work. I get the following error message.
Langauge.mdb does not exists?
Do anyone know what could be wrong?
Hi,
I have installed a new sql server and the "site" is okay - shows the default page, but the admin website does not work. I get the following error message.
Langauge.mdb does not exists?
Do anyone know what could be wrong?
Hi Stig
It looks like the website is missing /Admin in IIS. On a custom solution this folder is a virtual folder pointing to Admin folder of the servers Standard Dynamicweb Installation.
NP wrote:Hi Stig
It looks like the website is missing /Admin in IIS. On a custom solution this folder is a virtual folder pointing to Admin folder of the servers Standard Dynamicweb Installation.
Hi Nicolai,
That's not the case - Admin folder (and Files folder) are installed in IIS as requested
Running X64 bit Windows?
NP wrote:Running X64 bit Windows?
Not in general - we have Dynamicweb running on a x64 machine - and there it is not a problem.
But the error you receive has something to do with it. Dynamicweb is 32 Bit, and i guess you run IIS/aspnet_wp in 32 bit mode?
NP wrote:Not in general - we have Dynamicweb running on a x64 machine - and there it is not a problem.
But the error you receive has something to do with it. Dynamicweb is 32 Bit, and i guess you run IIS/aspnet_wp in 32 bit mode?
NP wrote:
sdi@forbrugerliv.dk wrote:NP wrote:
Sorry to say so, but it didn't help - do you have any more ideas?
Well... The solution to this problem is:
From the command prompt type:
sdi@forbrugerliv.dk wrote:The problem now is: We get a logged on user where we can navigate and see everything in the administration site- we do not get the logon page... Why is that?sdi@forbrugerliv.dk wrote:NP wrote:
Sorry to say so, but it didn't help - do you have any more ideas?
Well... The solution to this problem is:
From the command prompt type:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 [enter]and%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -iandiisresetnow. In the IIS administration tool, enable ASP.NET 2.0.*** (32-bit) and it then works(ref.: http://support.microsoft.com/kb/894435)
This can happen if you run on localhost.
Create a host like some.someother.dk in hosts file and use that.
Otherwise logoff and login again with a correct user.
It is an error in Dynamicweb's handling of admin cookies and autologin.
NP wrote:This can happen if you run on localhost.
Create a host like some.someother.dk in hosts file and use that.
Otherwise logoff and login again with a correct user.
It is an error in Dynamicweb's handling of admin cookies and autologin.
Hi Nicolai,
The error appears on every server we have - localhost as production. I have e-mailed you a senario where you can see this problem live
If you downloaded a custom solution from this site, please download the current version og that file and update global.asax.vb or global.asax.cs. We corrected an error that caused a similar problem on some solutions.
You must be logged in to post in the forum