Ask a Question related to ASP.NET Web Services, Design and Development.
-
Arjen #1
Webservice and global.asax
Hi,
I have a webapplication with webservices.
For the webapplication I'm using the global.asax file.
Not for the webservices.
When a user or other application access the webservice are then the methods
inside the global.asax file also loaded?
Thanks!
Arjen Guest
-
global.asax
Hi all! I've created a simple aspx application and when I run it locally on my pc all works fine. If I move it on the web server I get the... -
Find method name and parameters of a WebService call in Global.asax using httpContext
Dear All, Is it possible to find the method name and parameters of a WebService call in Global.asax using httpContext? Please help... Thanks... -
Global Error handling in Applicatio_Error() of Global.asax
Hi all, For a web application if we are using web farm, and if i want to do Global Error handling can i use Applicatio_Error() method in... -
What is Global.asax?
It's the class file definition code for the Session and Application events - if you have anything that should be done when a user first connects or... -
Global ASAX error
Sounds like references have been removed from your web.config file. Look in your web.config file under... -
Scott M. #2
Re: Webservice and global.asax
No.
"Arjen" <boah123@hotmail.com> wrote in message
news:dc892t$1qe$1@news6.zwoll1.ov.home.nl...> Hi,
>
> I have a webapplication with webservices.
>
> For the webapplication I'm using the global.asax file.
> Not for the webservices.
>
> When a user or other application access the webservice are then the
> methods inside the global.asax file also loaded?
>
> Thanks!
>
Scott M. Guest



Reply With Quote

