Seems you are correct. The Handler class that communicates with the UI and DatAccess layer has more than 1 instance which I think should not happen if Remoteserver is Singleton. What do you say?
Daredeviljpr
Posts
-
Remoter Server Size grows -
Remoter Server Size growsSince it is Singleton the objects are created when there is a call and all future calls are served by the same object. I have used memory profiler and it shows only 1 instance of each object so that is not the issue.
-
Remoter Server Size growsHi, I have an intranet application that uses remoteserver to access the Business and Data Access layer. The remoteserver is singleton. The application is working fine but with time the remoteserver size in memory increase and then closes down throwing OUT OF MEMORY exception. The size when it is started is 30 MB but within hours it grows to 1 GB. Can any one help me solve this problem?
-
ADSI in Windows 2003I have implemented ADSI authentication in my ASP.Net application. The code works fine when running in Windows 2000 server but the same code fails on Windows 2003 Server. The NativeObject is not created in Windows 2003 directory. the LDAP string is LDAP:\\mpcsdev3.com:389\DC=mpcsdev3, DC=com Can nayone help me resolve this issue. thanks in advance
-
Extra Spaces when Generating a text file using OSQLI am using varchar as the datatype. I also tried using ltrim, rtrim but of no use. when we run the query in Query Analyzer no spaces are shown but when the text file is generated spaces are padded to the right. I am concatenating the field values to make one column and then generate a text file. Is there any way to remove those extra spaces...
-
Extra Spaces when Generating a text file using OSQLI am using OSQL to generate a text file. The query used to fetch records for the text file returns a variable length record. The text file generated contains extra spaces at the end of the record. The total length of the record including spaces is equal to the databse table field length. Executing the query in Query Analyzer does not give any extra space. Is there any way where I get the record without any extra space in the text file?
-
ChannelSecure SiteMinder- We have the ChannelSecure SiteMinder agent that provides login authentication to external users of the application 2) After user logs in, an HTTP request is generated for the Redirect application that sits on the DMZ. This is a web application that implements the IHttpHandler interface. It performs URL rewriting and generates request to the AES application. It also routes the response from the AES application back to the client. 3) Now after the session times out, and the page is posted, we get a HTTP 404 Page not found error. We have a mechanism to redirect the user to an error or login page if the session times out. But in this case, it does not seem to work. 4) HOWEVER, after you get the 404 error, if you simply refresh the page, it redirects to the logout page. 5) There are exceptions being thrown and caught when the session times out.
-
HotKeys for HREF linkshi folks, is it possible to define hotkeys for href-links in the html, so the user may select them by simply pressing this keys ? (w/o having to scroll through the whole page)
-
te data in just one columnBulk Insert from text FileThanks for ths reply, but none of them worked. It works when downloaded through command prompt ftp command, but not when downloaded using our ftp code written in VB.net.
-
te data in just one columnBulk Insert from text FileI am trying to bulk insert data from a text file to a temp table. The bulk insert is unable to recognise the linefedd character and tries to insert complete data in one column. Can anyone help me solve this problem.
-
XSLTSorry, it was my mistake in the Code, I was writing the dataset also in the output file. It is resolved now.
-
XSLTThanks Christian Graus and Stuart Dootson for your support. I was able to get the line feed in my text file. Now there is another problem, the XML gets written in my text file after the transformed data. The xsl being used is given below. Function ReturnCharacter return VbCrlf End Function The OutPut is: In the output you can see the xml appended at the last. I do not want thi sXML in my text document. What should I do. TRAIHTrail's Head Gourmet ProvisionersHelvetius NagyUSA(206) 555-8257 VAFFEVaffeljernetPalle IbsenDenmark86 21 32 43 VICTEVictuailles en stockMary SaveleyFrance78.32.54.86 VINETVins et alcools ChevalierPaul HenriotFrance26.47.15.10 WANDKDie Wandernde KuhRita MüllerGermany0711-020361 WARTHWartian HerkkuPirkko KoskitaloFinland981-443655 WELLIWellington ImportadoraPaula ParenteBrazil(14) 555-8122 WHITCWhite Clover MarketsKarl JablonskiUSA(206) 555-4112 WILMKWilman KalaMatti KarttunenFinland90-224 8858 WOLZAWolski ZajazdZbyszek PiestrzeniewiczPoland(26) 642-7012 ALFKIAlfreds FutterkisteMaria AndersGermany030-0074321
ANATRAna Trujillo Emparedados y heladosAna TrujilloMexico(5) 555-4729
ANTONAntonio Moreno TaqueríaAntonio MorenoMexico(5) 555-3932
AROUTAround the HornThomas HardyUK(171) 555-7788
BERGS
-
XSLTI have lacs of records and it will take lot of time to iterate through each record. What does "return" mean in the statement "You can also just put a return in your XSLT though, that should work." If I write "return" in XSLT it will simply write return in the text file.
-
XSLT:confused:I want to transform dataset data to a text file. I am doing it using XSLT. It is getting transformed but rows are displayed one after the other not on a new line. How do I insert a New line character after each row in the text file. Is there any other way to export data from a dataset to a text file. The text file will be a fixed length test file. Please help me as soon as possible