dinger2121
Programmer
Hello,
I am building a web application (ASP.net) which is working with a textreader to get some data from a local text file.
I run the application from ide (locally) and everything works fine. When I publish the file to my server (server 2008 64-bit running iis7) and then run the application, I get a "Could not find a part of the path..." error.
I understand that this is some kind of permission issue, I just can't figure out how to solve it. I have tried adding mydomain\myserver$ as a read user in the application root, but to no avail. The application pool is running under the network service account which also has access to the application root.
Anyone have any thoughts about what I a missing?
Thanks
carl
MCSD, MCTS:MOSS
I am building a web application (ASP.net) which is working with a textreader to get some data from a local text file.
I run the application from ide (locally) and everything works fine. When I publish the file to my server (server 2008 64-bit running iis7) and then run the application, I get a "Could not find a part of the path..." error.
I understand that this is some kind of permission issue, I just can't figure out how to solve it. I have tried adding mydomain\myserver$ as a read user in the application root, but to no avail. The application pool is running under the network service account which also has access to the application root.
Anyone have any thoughts about what I a missing?
Thanks
carl
MCSD, MCTS:MOSS