AI OnAI Off
Valdis,
Changing to integrated mode gives me error 500 there is a problem with the resource you are looking for.
Regards
Ismail
Right I have managed to fix this. Possibly one of two things that fixed it. First I changed back to classic and added wildcard mapping in iis7.5. Second I generated a demo license and copied that over. I now have working site well almost when i try to login i get Unknown server tag 'EPiServerUI:Login'.
Regards
Ismail
You can try to compare web.config file with some sample site. Sounds like some page using directives are not included. For instance:
<location path="cms">
<system.web>
<pages enableEventValidation="true">
<controls>
<add tagPrefix="EPiServerUI" namespace="EPiServer.UI.WebControls" assembly="EPiServer.UI" />
<add tagPrefix="EPiServerScript" namespace="EPiServer.ClientScript.WebControls" assembly="EPiServer" />
<add tagPrefix="EPiServerScript" namespace="EPiServer.UI.ClientScript.WebControls" assembly="EPiServer.UI" />
</controls>
</pages>
</system.web>
</location>
Hello,
I am running episerver on win2k3 iis6 all runs fine. I am trying to run locally on my windows7 laptop but i am getting issues with missing resources when logging in e.g
/app_themes/
/util/
The above folders report 404. I can login but everything looks wrong due to missing js and stylesheets.
all my physical path settings in episerver.config file for virtual path are correct.
The site is running in classic asp.net 2 app pool with network service as the account. This account has full permissions to all the folders setup for virtual paths. Am I missing something? Also when attempting to hit the home page localhost/en-GB/ I get 404 however site works fine on dev server and also if I run the site using visual studio and cassini everything works.
Regards
Ismail