Developer forum

Forum » Development » Language.mdb?

Reply

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?


 


Replies

 
Nicolai Høeg Pedersen
Reply

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.

 
Reply
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

 
Nicolai Høeg Pedersen
Reply

Running X64 bit Windows?

 
Reply
NP wrote:


Running X64 bit Windows?




Yep - is that a problem?
 
Nicolai Høeg Pedersen
Reply

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?


 

 
Reply
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?




 




No, I suspect it is running x64 as I haven't done anything to tell it to do otherwise :-( Can you perhaps tell me how to accomplice this?
   
Reply
NP wrote:



http://technet2.microsoft.com/windowsserver/en/library/ee52acd2-84e0-417c-92b3-80b1cb3848281033.mspx?mfr=true




 






Sorry to say so, but it didn't help - do you have any more ideas?
 
Reply
sdi@forbrugerliv.dk wrote:

NP wrote:







http://technet2.microsoft.com/windowsserver/en/library/ee52acd2-84e0-417c-92b3-80b1cb3848281033.mspx?mfr=true








 












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 -i


and


iisreset


now. In the IIS administration tool, enable ASP.NET 2.0.*** (32-bit) and it then works


(ref.: http://support.microsoft.com/kb/894435)
 
Reply
sdi@forbrugerliv.dk wrote:

sdi@forbrugerliv.dk wrote:



NP wrote:















http://technet2.microsoft.com/windowsserver/en/library/ee52acd2-84e0-417c-92b3-80b1cb3848281033.mspx?mfr=true
















 
























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 -i





and





iisreset





now. In the IIS administration tool, enable ASP.NET 2.0.*** (32-bit) and it then works





(ref.: http://support.microsoft.com/kb/894435)







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?
 
Nicolai Høeg Pedersen
Reply

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.

 
Reply
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

 
Reply

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