Login | |
|
 |
RE: Remote IISRESET from website - 10/5/2007 3:01:13 AM
|
|
 |
|
| |
CondoPC
Posts: 118
Score: 0
Joined: 7/23/2007
Status: offline
|
If permissions are an issue, you should not be putting credentials in your code. You should be running the code as a service account that has credentials to make the chhanges. If in an ASP page, you should have an app pool configured and running as the service account. If justa website, and it is running on Server 2003 SP1 or higher, you will also need to configure the anonymous access credentials as the service account.
|
|
| |
|
|
|
|
|