I've started to work with episerver 12 and I'm wondering if it's possible to move the appdata-folder to the root-folder by code? My guess is that you do it in appsettings.json! The appdata-folder is in the front-folder now.
Kind regards,
Matilda
Related
Sorry I have not too much experience coding, I have developed an application currently working in a server, the topic is, each time that I need to upgrade or edit something in the app I have to change the locations from the server to my local PC locations to test, I donĀ“t know how to configure them in order to avoid changing them manually. I have read about web.configbut is not very clear for me or if this is the correct way to achieve it. could you please tell me which is the best or correct way? as I have to be swithcing 6 locations. langage is C# .net in Visual Studio
part of my code is something simple like this with my local path:
var watcher = new FileSystemWatcher(#"C:\Users\sds.admin\Documents\Customer_Automation\Inputs\knime Customers\eSTORE in-out,") //C:\Users\fernando\Documents\Local in-out
I have not tried anything to solve it
Hi I'm sure i am doing something dumb! Fairly new to django and pycharm. I am learning by writing two projects: the tango with django one and another to test ideas and learning (about old girlfriends!).
I am working on the rango project. I've scheme-migrated, syncdb, migrate, debugged and no errors. But when i run server, the admin page shows the other project only. I have not worked on it today.
As far as I can tell I have all the right code including registering the models and admin.autodiscover plus i have cleared the cache.
SO the question is: which projects does it show on the admin page - all? How does it know?
Final odd point the windows circle on the site admin tab is still going round as though its looking for something else.
Many thanks for help. I haven't pasted any code as not sure what would be helpful.
I eventually realized that the admin server was still running. As laptops don't have a ctrl break key (and i couldn't find my Samsung mapping) i killed the server using task manager and all was fine.
I use the GSite Crawler v1.23 and had been working OK till a week ago but not now. I used to execute the programme at the office and now I'm trying to run it at home but it doesn't start crawling. I didn't change any setting besides ISP. Anyone can help me how to fix this issue??
Thanks
I had this issue a bunch. You have to right click -> run as administrator. Fixed it for me.
I am trying to suppress all modal dialogs in Firefox through an extension, either brought up by content or chrome, for my automated testing. Is there a way to do that? Someone recommended that overlaying CommonDialog.xul might get me some ways there. Any suggestions on how to go about doing that? Any examples will be highly appreciated.
Thanks, Sunil
I found a notification fired by Firefox called 'common-dialog-loaded' and 'tabmodal-dialog-loaded' that can be used for this purpose.
I've been using pixel perfect for quite a long time, and grown to love it (despite it's annoyances). Now, when pp is no longer compatibile with fx 6, I'm looking for a tool to replace it.
I found x-precise and am one step from buying it, but I don't quite like the necessity to include something in source page.
I know that I can do it myself, maybe not as good as xprecise or pp, but I just don't have time right now.
I'm curious to know what do you use? Or do you stick to old fx, just to use pixel-prefect?
I have been working for 3 years as a developer and created my own script for pixel perfect mode. http://jek-fdrv.16mb.com/pixp/
In Chrome, try PerfectPixel
https://chrome.google.com/webstore/detail/dkaagdgjmgdmbnecmcefdhjekcoceebi
I haven't managed to add a layer in PixelPerfect under any of last Firefox ..27.x.x builds - checkbox is locked. I tried PP versions older than 1.8 it didn't help. I tried to find a decent alternative and failed. Eventually I simply wrote a bookmarklet that provides a similar service http://dsheiko.github.io/pixel-perfect-bookmarklet/.
Pixel Perfect 2 for Firefox native developer tools is available:
https://github.com/firebug/pixel-perfect/wiki
Honza
Using the "Compatibility Reporter" seems to work for me so far. The only issue I recognized is a needed reload of the page, to see recently added overlays in the pixel-perfect list.
Just change line 15 in install.rfd file to
<em:maxVersion>10.0.*</em:maxVersion>
Also there are little issue with left position. To fix it change file panelAction.js at line 108 to
this.setPrefValue("pixelPerfect.lastXPos", this.findPixelPerfectXPos(overlayDivId) + 1);
at line 355 to
xPos += 1;this.updatePanelDisplayOfXAndY(xPos, yPos);
After adding new overlay just refresh page or reopen firebug