edit-task
Home
Up
Delete
Task Name:
Task Description:
process of upgrading developer tools to ...VISUAL STUDIO 2013
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">visual studio</h1> <h2>[previously]</h2> <ol> <li><strong>x] VS </strong></li> <ol> <li>x] installed</li> </ol> <li><strong>x] new web site</strong></li> <ol> <li>x] web site 3 - includes templates, launchs</li> </ol> <li><strong>x] rename .sln (aka project)</strong></li> <ol> <li>x] sospep.sln - done</li> </ol> <li><strong>x] rename website3 as sospep</strong></li> <ol> <li>] no easy way to do this, SEE <a href="http://stackoverflow.com/questions/211241/how-do-i-rename-a-project-folder-from-within-visual-studio" target="_blank">here</a> ] for some workarounds that may get you there</li> <li>] i removed the website and then recreated as it is just all the template/scaffolding files at this time</li> </ol> <li><strong>x] PUBLISH to sospep.net </strong></li> <ol> <li>x] re - download publish profile from server, OK</li> <li>x] publish - PRB - fail</li> <li>x] RESET Pw to ie</li> <li>x] publish - OK </li> </ol></ol> <h2>[currently]</h2> <ol> <li>] <strong>x] NEW task IN MGMT</strong><ol> <li>x] # # -</li> </ol></li> </ol> <h2>[next]</h2> <ol> <li>] NEW task IN PRB</li> <ol> <li>] # # ERROR - "Access is Denied"</li> <li>] <a href="http://forum.arvixe.com/smf/general/access-denied-exception-using-mvc3-with-sqlce4/msg27636/#msg27636">http://forum.arvixe.com/smf/general/access-denied-exception-using-mvc3-with-sqlce4/msg27636/#msg27636</a> - not having sqlce 40 installed on server</li> </ol> <li>] VS migration to sospep.net</li> <ol> <li>]http://stackoverflow.com/questions/211241/how-do-i-rename-a-project-folder-from-within-visual-studio</li> </ol></ol> <p> </p> <p> </p> <p><identity impersonate="true" /></p> <p><a href="http://msdn.microsoft.com/en-us/library/134ec8tc(v=vs.100).aspx">http://msdn.microsoft.com/en-us/library/134ec8tc(v=vs.100).aspx</a></p> <p><br /><configuration><br /> <system.web><br /> <identity impersonate="true" /><br /> </system.web><br /></configuration></p> <p> </p> <p>Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) <br /> 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.</p> <p> Exception Details: System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))</p> <p>ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.</p> <p>To grant ASP.NET access to a file, right-click the file in File Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.</p> <p>Stack Trace:</p> <p>[UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]<br /> System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0<br /> System.Data.SqlServerCe.UnmanagedLibraryHelper..ctor(String fileName) +53<br /> System.Data.SqlServerCe.NativeMethodsHelper..ctor(String modulePath) +42<br /><br /></p>