Click here to Skip to main content
15,911,315 members

Comments by forccyy (Top 10 by date)

forccyy 11-Feb-15 0:12am View    
I dont have app_Code folder, but my code behind file directly reside on a same level.

See my .svc file has a lines of code as below.
<%@ ServiceHost Language="C#" Debug="true"
Service="WCF35app.LinkuService"
CodeBehind="~/LinkuService.cs"
%>

And also i have compiled dll under bin folder.

I am doubting is anything wrong with my web.config? I mean service related configuration??
forccyy 10-Feb-15 14:02pm View    
Thank you but file is already present there(verified). Else it would have thrown 404 not found or some other error related to page not found.
U share any link which can be helpful than also it will great.
forccyy 3-Feb-15 8:14am View    
Thank u all for ur comments .. but it would be great if u guys would have helped me instead of comments. By the way I solved the problem and got results also before posting question but I wanted to improve performance that is why I asked question here. Currently I am using 3 loops which is taking 47 sec to return results. I Wanted to opt till 3 sec.

I wnated fresh and different algorithm thatz why I did not post my algo logic here.
forccyy 29-Jan-15 6:27am View    
Noo.. Its a challenge in a competition.. where i can use google/internet..:)
Plz reply fast if you have any idea..
forccyy 9-Dec-14 5:00am View    
Actually I have not created backup file. But thanks for info. It got resolved :)