web service deployment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saumin

    #1

    web service deployment

    hi,
    i have a web service which does xyz stuff...i have a reference of it in my
    asp.net web application. i call the web service asynchronously and it all
    works fine on my local computer. i have the url behaviour property set to
    dynamic. Now my asp.net web application is part of a bigger application from
    which it inherits styles, session variables, etc., but i dont haave it
    (bigger app) setup on my local computer so when i move my web service to
    Production environment, nothing happens when the page that calls the
    webservice is invoked. i do not even get an error message. although if i hit
    the webservice directly by hitting .asmx page, and invoke the method
    manually, it s fine. i dotn know what i m missing. i also tried to copy the
    "web references" folder but that didnt do anything. I have changed the url in
    web.config to point to proper app/server name.
    Can somebody please help me quickly on this?

    Thanks!
Working...