javascript - asp.net webpage web service only working on local machine -



javascript - asp.net webpage web service only working on local machine -

i have asp.net webpage couple divs on it. of work done through javascript, json, , webservice running on same page.

my webservice has 3 different functions use. functions perform select statement same database, database beingness queried located on same machine website on.

i started working on webpage on local machine , run webservice functions correctly , response. however, trying move page server having no luck.

when on server page loads correctly, requires phone call first function (this works fine). on click of button sec phone call function made timeout error.

i tried running functions straight server, , first function works fine, other 2 not, give me page error code 500. ideas causing this?

i figured out issue. had code on 2 functions trying hostname ip address webpage beingness hosted on computer in network outside of domain. getting exception when trying convert ip hostname. resolved issue hosting webpage on computer on same domain resolve ip addresses hostname. help.

javascript jquery asp.net iis

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -