HTTP service only working as local host

Hi,

I have an ASP.net Framework 4 website which uses a web service with simple HTTP Post & Get.

This works fine locally using localhost, but i cannot connect to it from another machine, which has lead me to belive that this is a permissions issue.

What do i need to do to allow remote machines to use the webservice?

web.config attached.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
Web.config






  
    
  

  
    

    
      
    

    
      
        
        
      
    

    
      
        
        
      
    

    
      
        
        
        
      
    
    
    
      
        
        
      
    
  

  
     
  

Solution: HTTP service only working as local host

Refer : http://support.microsoft.com/kb/822319

Read the cause first and try the second work around .. point the application pool to the Frame work 4 in your case ...

I think this will solve your problem ...