Hi Nelson,
This sounds like it might be a user identity issue. When running in the IDE,
your database access is probably using your interactive user credentials.
However, when running from IIS, depending on your security settings on the
virtual directory, the aspx script may be running under the credentials of
the generic user which is used to serve anonymous requests. If this user
doesn't have access to the database, then you're going to have problems.
I'm not familiar with your environment of course, so this is just an
educated guess. But this would be the first thing I'd be looking at.
Hope this helps,
- Joseph Geretz -
> Dear friends,
> I'm a Web Services newbie and I have created a simple Web Service that
[quoted text clipped - 17 lines]
> Thanks in advance,
> Nelson