Could you provide some more information about what Umbraco version you're using and how you did deploy your website from your local machine to the server? Is it a dedicated server or are you using shared hosting? Perhaps you need to get in touch with the hosting provider if you're using shared hosting.
Ok, but there must be something in the setup of the one server where it does not work that you need to fix. Have you checked that the app pool is using the correct account and that it's running NET 4 in integrated mode? You could try comparing the server that does not work with the server that does work for instance.
Ok, but then try checking the /app_data/Logs file to see if it reveals anything useful marked with either ERROR or WARNING.
Also try seeing if there are any 404's listed when using the browser console browsing the backoffice when it's stalling. If so some files might be missing from the deploy for some reason.
If not of the above reveals anything then please try comparing the server setups to see if there are any differences.
There is no diffrence between the files, when we are creating a virtual directory inside default site and add the same website it working fine, and without create the virtual directory we can access the site in the system http://localhost/umbraco.
Umbraco page is not working
www.mysite.com/Umbraco after entering the username and password the dashboad is not aligned and most of the jquery is not taking
While using fiddler web debugger we got the following error
GET /umbraco/webservices/legacyAjaxCalls.asmx/js HTTP/1.1
GET /umbraco/webservices/nodeSorter.asmx/js HTTP/1.1
The same code works in the same system http://localhost/umbraco without any errors.
please help me to fix it
Advance thanks.
Hi Babin and welcome to our :)
Could you provide some more information about what Umbraco version you're using and how you did deploy your website from your local machine to the server? Is it a dedicated server or are you using shared hosting? Perhaps you need to get in touch with the hosting provider if you're using shared hosting.
Make sure to check that permissions have been granted correctly for the network service and iusr accounts. https://our.umbraco.org/documentation/Installation/permissions
Also make sure to double check that the server meets these requirements https://our.umbraco.org/documentation/Installation/system-requirements
Hope this helps.
/Jan
version umbraco 6.0.6
its a dedicated server and we have already deployed in another server http://ebttikarportal.com:9002 here its working without any error.
the same files trasfered to the new dedicated server and only change the connection string
Hi Babin
Ok, but there must be something in the setup of the one server where it does not work that you need to fix. Have you checked that the app pool is using the correct account and that it's running NET 4 in integrated mode? You could try comparing the server that does not work with the server that does work for instance.
/Jan
Hi Jan Skovgaard
Its already in NET 4 in integrated mode.
Hi Babin
Ok, but then try checking the /app_data/Logs file to see if it reveals anything useful marked with either ERROR or WARNING.
Also try seeing if there are any 404's listed when using the browser console browsing the backoffice when it's stalling. If so some files might be missing from the deploy for some reason.
If not of the above reveals anything then please try comparing the server setups to see if there are any differences.
/Jan
Hi jan,
There is no diffrence between the files, when we are creating a virtual directory inside default site and add the same website it working fine, and without create the virtual directory we can access the site in the system http://localhost/umbraco.
When the iis redirect work with www.aufgc.com/umbraco then it doesnt work.
is there any issue with ClientDependency handler
Please reply
Hi Babin
I don't know if there are any issues - But something you can always try is to do the following
1: Go to the /App_Data/TEMP/ folder and delete the clientdependency folder 2: Recycle the app pool
Does that help any?
If not then I'm out of ideas of what to try out...
/Jan
is working on a reply...