born2program
Technical User
I have an asp.net application that I am trying to push data into an excel spreadsheet in my vb codeBehind. When I add the Microsoft Excel Object Library 11.0 reference and then save or run the application I get the following error.
Anyone know what causes this? I have also add the following line in my webconfig file b/c I read that excel sometimes has permission issues with asp.net.
Code:
An error occured saving the project file 'PrintChecks.vbproj'. Access is denied.
Code:
<identity impersonate="true"/>