N
nak
Hi there,
I know this is an extremely generic error to be asking about but my web
service is throwing it at me left right and center at the moment and I still
don't seem to be able to narrow it down.
Basically I have a main website and 2 services setup as follows,
Site Root\
WebService1\
WebService2\
Now I'm presuming this is something to do with the damn nasty web config
files, but I can't see how. According to IIS, both Web Services are
inheriting the same providers, setttings, connection strings etc.
Everything looks fine there, but the problem is coming when WebService2
attempts to get a user via Membership.GetUser
It seems to just die there with an internal server error, *even though*
the entire call is in a try catch block, what it should actually do is
return the actual error, that's how it normally works, but for some reason
at current it's not wanting to do that.
Any idea how I can narrow this down a little further? BTW, I have even
tried using the same Web.Config file as WebService1 and just adding the
extra app setting required by the service but I get the same problems.
WebService1 doesn't seem to want to work on inherited settings, which is
quite odd. I've actually got duplicate settings in there. Web.config files
are so damn nasty when they have a bit of information in.
Any help would be fantastic.
Nick.
I know this is an extremely generic error to be asking about but my web
service is throwing it at me left right and center at the moment and I still
don't seem to be able to narrow it down.
Basically I have a main website and 2 services setup as follows,
Site Root\
WebService1\
WebService2\
Now I'm presuming this is something to do with the damn nasty web config
files, but I can't see how. According to IIS, both Web Services are
inheriting the same providers, setttings, connection strings etc.
Everything looks fine there, but the problem is coming when WebService2
attempts to get a user via Membership.GetUser
It seems to just die there with an internal server error, *even though*
the entire call is in a try catch block, what it should actually do is
return the actual error, that's how it normally works, but for some reason
at current it's not wanting to do that.
Any idea how I can narrow this down a little further? BTW, I have even
tried using the same Web.Config file as WebService1 and just adding the
extra app setting required by the service but I get the same problems.
WebService1 doesn't seem to want to work on inherited settings, which is
quite odd. I've actually got duplicate settings in there. Web.config files
are so damn nasty when they have a bit of information in.
Any help would be fantastic.
Nick.