Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-05-23 : 08:10:24
|
| Jim writes "I have 2 virtually identical Javascript scripts that access a sql server 2000 template file using the xmlhttp object. One script is client_side and it works perfectly. The other script is server_side and does not work - it receives an "access denied" response. Why the difference? - the scripts are identical except for the document.write/Response.Write difference.Thanks" |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2005-05-23 : 19:18:39
|
| The client-side script is likely running under your own permissions whereas the server-side script is likely running under the web server's user permissions which are likely much more limited.---------------------------EmeraldCityDomains.com |
 |
|
|
|
|
|