<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem deploying published asp.net website project on hosting server</title><link>http://forums.asp.net/thread/3272856.aspx</link><pubDate>Fri, 03 Jul 2009 06:53:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272856</guid><dc:creator>Thomas Sun – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272856.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3272856</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;It seems that you are using Isolated Storage (&lt;a href="http://msdn.microsoft.com/en-us/library/bdts8hk0(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/bdts8hk0(VS.80).aspx&lt;/a&gt;) in MyDLL.Classes.DB.get_ConnectionString method.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The error relates to the permission of ASP.NET process identity. On server, ASP.NET process identity is IIS account.&lt;/p&gt;
&lt;p&gt;You can use impersonation to run it with another account which has more permission, or create custom application pool with the account.&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a href="http://msdn.microsoft.com/en-us/library/3ak841sy(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/3ak841sy(VS.80).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I look forward to receiving your test results.&lt;/p&gt;</description></item><item><title>Re: Problem deploying published asp.net website project on hosting server</title><link>http://forums.asp.net/thread/3265681.aspx</link><pubDate>Tue, 30 Jun 2009 06:00:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265681</guid><dc:creator>metalmadgear</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265681.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3265681</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Thanks for reply&lt;br /&gt;&lt;/p&gt;&lt;p&gt; server is windows 2003 r2 64 bit,&lt;/p&gt;&lt;p&gt;framework is 3.5&lt;/p&gt;&lt;p&gt;and iis 6&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks again,&lt;/p&gt;&lt;p&gt;hope someone could help me&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Problem deploying published asp.net website project on hosting server</title><link>http://forums.asp.net/thread/3264187.aspx</link><pubDate>Mon, 29 Jun 2009 12:34:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264187</guid><dc:creator>HostingASPNet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264187.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3264187</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What are you Windows, IIS and .NET Framework versions?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Problem deploying published asp.net website project on hosting server</title><link>http://forums.asp.net/thread/3263655.aspx</link><pubDate>Mon, 29 Jun 2009 08:51:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3263655</guid><dc:creator>metalmadgear</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3263655.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3263655</wfw:commentRss><description>&lt;p&gt;Hello everyone,&lt;/p&gt;&lt;p&gt;I hope someone could help me....&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I published my project using the build &amp;gt;&amp;gt; publish myproject on the visual studio 2008 menu....&lt;/p&gt;&lt;p&gt;If i run the published project on my local computer... it works perfectly... &lt;/p&gt;&lt;p&gt;but when i upload it to the hosting server... i get these error&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))&lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;br /&gt;&lt;br /&gt;Exception Details: System.ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))&lt;br /&gt;&lt;br /&gt;Source Error:&lt;br /&gt;&lt;br /&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;br /&gt;&lt;br /&gt;Stack Trace:&lt;br /&gt;&lt;br /&gt;[ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope) +0&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(IsolatedStorageScope scope) +97&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) +137&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) +213&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) +56&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) +59&lt;br /&gt;&amp;nbsp;&amp;nbsp; MyDLL.Classes.DB.get_ConnectionString() in C:\Inetpub\wwwroot\Classes\Config.cs:2065&lt;br /&gt;&amp;nbsp;&amp;nbsp; mydll.Classes.DB.Open() in C:\Inetpub\wwwroot\WOBPS\Classes\Config.cs:2302&lt;br /&gt;&amp;nbsp;&amp;nbsp; mydll.Classes.DBSettings.Get(String Key) in C:\Inetpub\wwwroot\Classes\DBSettings.cs:193&lt;br /&gt;&amp;nbsp;&amp;nbsp; mydll.Classes.DBSettings.Get(String Key, Boolean Default) in C:\Inetpub\wwwroot\Classes\DBSettings.cs:38&lt;br /&gt;&amp;nbsp;&amp;nbsp; mydll.Classes.UrlRewriting() in C:\Inetpub\wwwroot\Classes\Config.cs:2929&lt;br /&gt;&amp;nbsp;&amp;nbsp; mydll.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Global.asax.cs:102&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +75&lt;/p&gt;&lt;p&gt;and the cs filepath are still my localservers path&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;what do i need to do here...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>