Click here to Skip to main content
15,894,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: performance tune a 2010 web app Pin
jkirkerx3-Aug-12 10:52
professionaljkirkerx3-Aug-12 10:52 
GeneralCreating Composite Controls ASP.NET 4.0 Pin
RookieCoder_NG1-Aug-12 19:12
RookieCoder_NG1-Aug-12 19:12 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
David Mujica2-Aug-12 8:05
David Mujica2-Aug-12 8:05 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
RookieCoder_NG2-Aug-12 18:08
RookieCoder_NG2-Aug-12 18:08 
GeneralRe: Creating Composite Controls ASP.NET 4.0 Pin
Ahmed Abdulrahman4-Aug-12 4:44
Ahmed Abdulrahman4-Aug-12 4:44 
GeneralWebmethods in ASP.Net page are taking too long Pin
indian1431-Aug-12 10:13
indian1431-Aug-12 10:13 
GeneralRe: Webmethods in ASP.Net page are taking too long Pin
jkirkerx1-Aug-12 11:25
professionaljkirkerx1-Aug-12 11:25 
GeneralI am getting lot of doubts on this issue Pin
indian1431-Aug-12 13:01
indian1431-Aug-12 13:01 
No its not asmx page its aspx page in which its methods are added with <webmethod> prefix by adding Imports statement for the "System.Web.Services". These webmethods are calling the WCF Operation Contracts.

Some how may be because of the WebMethods or WCF service methods, its taking long long time for finishing the execution.

I am getting lot of doubts regaring this issue
1. Is the WCF service is timing out, because it is reading the xml files using XMLDocument object
2. Are the webmethods are timing out because this is first I am putting webmethods in the aspx page, I did it earlier with asmx files
3. I am creating the WCF service client using ChannelFactory class, using createchannel method, is it creating lot of channels and WCF service is not able to process and just breaking because when I try to restart the iis also it is taking hell lot of time.
4. Do I have to close this channel factory class object and dispose it, it is how should I do that it is giving object reference null exception and saying that trying to retrieve using disposed object.
5. Then I created a method to clone the clientproxy class (or channel class) to return the cloned object and then dispose the channel factory class. Still the cloned object is coming as nothing, I am using VB.Net.
6. Is there any problem in my architecture or in WCF services, where am I missing.

Please help me in finishing it, its very urgent. Please help me please
Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA

GeneralRe: I am getting lot of doubts on this issue Pin
jkirkerx1-Aug-12 16:33
professionaljkirkerx1-Aug-12 16:33 
GeneralRe: I am getting lot of doubts on this issue Pin
indian1431-Aug-12 18:19
indian1431-Aug-12 18:19 
GeneralRe: Webmethods in ASP.Net page are taking too long Pin
indian1431-Aug-12 13:16
indian1431-Aug-12 13:16 
QuestionError while sending mail--The remote certificate is invalid according to the validation procedure Pin
arunkumaratp1-Aug-12 5:10
arunkumaratp1-Aug-12 5:10 
Questionusing root web.config for application folder Pin
Jassim Rahma31-Jul-12 3:11
Jassim Rahma31-Jul-12 3:11 
AnswerRe: using root web.config for application folder Pin
Rahul Rajat Singh2-Aug-12 17:52
professionalRahul Rajat Singh2-Aug-12 17:52 
Questionto get the selected column index in a datagrid in a web app Pin
Sh@Sh!K!r@n31-Jul-12 0:08
Sh@Sh!K!r@n31-Jul-12 0:08 
AnswerRe: to get the selected column index in a datagrid in a web app Pin
_Amy31-Jul-12 1:30
professional_Amy31-Jul-12 1:30 
AnswerRe: to get the selected column index in a datagrid in a web app Pin
vvashishta1-Aug-12 3:35
vvashishta1-Aug-12 3:35 
Questionasp.net session not always timing out within iFrame Pin
djmurphy30-Jul-12 7:38
djmurphy30-Jul-12 7:38 
AnswerRe: asp.net session not always timing out within iFrame Pin
Vijay Selvaraj27-Aug-12 0:22
Vijay Selvaraj27-Aug-12 0:22 
QuestionSql Query Inner Join Pin
Samii4929-Jul-12 23:10
Samii4929-Jul-12 23:10 
AnswerRe: Sql Query Inner Join Pin
Karthik Harve30-Jul-12 1:04
professionalKarthik Harve30-Jul-12 1:04 
AnswerRe: Sql Query Inner Join Pin
vvashishta1-Aug-12 3:37
vvashishta1-Aug-12 3:37 
GeneralRe: Sql Query Inner Join Pin
Samii492-Aug-12 18:55
Samii492-Aug-12 18:55 
QuestionClassic ASP Pin
rock_monu28-Jul-12 0:17
rock_monu28-Jul-12 0:17 
AnswerRe: Classic ASP Pin
Sandeep Mewara29-Jul-12 8:56
mveSandeep Mewara29-Jul-12 8:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.