![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Permissions - the Web Service (worker process) will be running under the ASPNET account which probably doesn't have permissions to access your SQL server. You'll either need to use impersonation (search on google for more info) or allow the ASPNET account (probably a bad idea) permissions to access your db. Josh http://www.thejoyofcode.com/ |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Firstly, If they're on different boxes - are you sure it's the same Network Service account? Secondly, running ASP.NET under an admin enabled goes against all security advice. Think carefully about this. Let me know how you get on. Josh http://www.thejoyofcode.com/ |
#6
| |||
| |||
|
|
thanks, this is one machine. also, this a dev environment and i am just attempting to troubleshoot. thanks for taking time out. doug "Josh Twist" <josh.twist (AT) gmail (DOT) com> wrote in message news:1146732089.217427.221600 (AT) i39g2000cwa (DOT) googlegroups.com... Firstly, If they're on different boxes - are you sure it's the same Network Service account? Secondly, running ASP.NET under an admin enabled goes against all security advice. Think carefully about this. Let me know how you get on. Josh http://www.thejoyofcode.com/ |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |