Hello everyone,
I hope someone could help me....
I published my project using the build >> publish myproject on the visual studio 2008 menu....
If i run the published project on my local computer... it works perfectly...
but when i upload it to the hosting server... i get these error
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
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.
Exception Details: System.ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Source Error:
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.
Stack Trace:
[ApplicationException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope) +0
System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(IsolatedStorageScope scope) +97
System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) +137
System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) +213
System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) +56
System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) +59
MyDLL.Classes.DB.get_ConnectionString() in C:\Inetpub\wwwroot\Classes\Config.cs:2065
mydll.Classes.DB.Open() in C:\Inetpub\wwwroot\WOBPS\Classes\Config.cs:2302
mydll.Classes.DBSettings.Get(String Key) in C:\Inetpub\wwwroot\Classes\DBSettings.cs:193
mydll.Classes.DBSettings.Get(String Key, Boolean Default) in C:\Inetpub\wwwroot\Classes\DBSettings.cs:38
mydll.Classes.UrlRewriting() in C:\Inetpub\wwwroot\Classes\Config.cs:2929
mydll.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Global.asax.cs:102
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
and the cs filepath are still my localservers path
what do i need to do here...