Try our conversational search powered by Generative AI!

Error: Access to path denied - after deployment

Vote:
 

Hi,

We are getting the following error after publishing and accessing the site.

An error occurred loading a configuration file: Access to the path 'C:\Publish\MULTIL\9_bijvhz.tmp' is denied.

Source File: C:\Publish\MULTIL\EPiServerFramework.config

Please advice on this issue.

 

Thanks and regards,
Sharath


#42149
Aug 10, 2010 12:18
Vote:
 

IIS user (user running app pool) need create/write acces rights to the root of the website (on disk).

#51940
Jun 29, 2011 13:42
Vote:
 

Try this from the command prompt(cmd.exe)

icacls C:\Publish\MULTIL /grant:r "IIS APPPOOL\mywebsitepool":(OI)(CI)(RX)

 

Substitute "mywebsitepool" with the name of your application pool.  Once you'd done this you'll see the application pool user show up on your security settings for the folder (that you view by right clicking on the folder and clicking the security tab).

#51947
Edited, Jun 29, 2011 17:49
Vote:
 

Nice little command there Seth!

#51949
Jun 29, 2011 20:33
Vote:
 

How about transfering a just created EPiServer project to web server in order to make it go live?

How should I modify the web.config file after I upload the whole project folder to the web server via FTP?

Any idea?  

#70374
Apr 18, 2013 8:44
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.