2
Answers

Error acces svc

none

none

14y
2k
1
I've done a service to get all file from one folder from the server.
It`s working fine... 

So... I need that service online..
On my web server ( www.*****.com ) there`s no folder App_Code. 
I've created it and my service don`t want to work.

there`s another options for the folder "App_Code"?  or all file from there are automaticaly compiled at runtime?

or... why in my computer that service work... and when i put it online not....?

Answers (2)
0
none

none

NA 110 0 14y

it`s there some special settings for enable tcp bindining?
Another question... If I create a new class into a new file code... all site it`s broked up :|
what settings i missed?
0
Ronald Suharta

Ronald Suharta

NA 14 0 14y

Is the svc file pointing to the App_Code? version of your IIS? type of binding you are using? please make sure you enable tcp binding on IIS if you are using net.tcp binidng. Please give us more details on the error message.