Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sweta
  • Content: Threads
  • Order by date
  1. sweta

    Can I clear client's history from my program?

    After signing out from the web site, I want to clear client's browser history so pressing back button doesn't take it to the previous page. Is it possible doing this from my asp page?
  2. sweta

    Class Not Registered

    Hi there, I've made an application for sending mails. It references msado15.dll and cdoex.dll. This Application needs to be installed on a 98 box. My problem is the application works fine with XP and 2000 boxes. But it doesn't work on SOME 98 PCS.On some 98 machines cdoex.dll and msado15.dll...
  3. sweta

    CDO Problem...

    I've made a dll in VB which is used for sending mail. Delivery of the message is initiated by transferring the message to a designated SMTP server.I am using CDO object and I use a proxy server to connect to the internet. I am giving The dll code snippet where I initialize the Configuration...
  4. sweta

    Chat application putting too much load on the web server

    Hi there, I've made a chat application in ASP which uses Application scope Dictionary objects. The application works fine with 4-5 users (CPU usage= 11%). But if it subjected to stress testing with 20 simultaneous users typing too fast the CPU Usage was exponentially increased (100%). Now its...
  5. sweta

    Accessing Application Object from a VB Dll...

    Hi there, I've written a Dll using VB, which accesses an application object created in global.asa with <OBJECT> tag. <OBJECT RUNAT=Server SCOPE=Application ID=Users PROGID=&quot;Scripting.Dictionary&quot;> </OBJECT> I add elements to the 'User' object using the staticobjects collection of...
  6. sweta

    Inconsistent behavior of global.asa

    Hi there, My global.asa opens a connection in Session_OnStart() and accesses a table in SQL Server. Sometimes the application runs properly but sometimes it gives an error that SQL server database doesn't exist or access denied.But after sometime my application starts working. For past two days...
  7. sweta

    Uploading COM component on a web server

    Hi all, I have to upload a COM component on a web server. It's a Dll created using Visual BAsic. Can anybody tell me what exactly needs to be done to upload it on the web server. I think I got to ftp the dll on the web server and then register it on the server using COM+. Is there anything else...
  8. sweta

    Help..IIS got screwed

    Hi there, I used the commands net stop iisadmin/y and net stop w3svc to stop IIS. But after stopping it IIS isn't starting no matter whatever I do. I used net start iisadmin/y and net start w3svc. But to no avail and iis isn't working even after I rebooted my machine. Can anybody tell me what...
  9. sweta

    Changing the threading model of a com component

    Hi there, I made a dll in VB and later registered it with COM+ as a server application. After registering the component I found that the threading model for the component was set to be Single threaded apartment.Same was the threading model for Library application as well. I want to change the...
  10. sweta

    name of config file that IIS uses for Domain name resolution

    Hi there, Can you tell me the name of configuration file that IIS uses for Domain Name Resolution. Thanks, Sweta
  11. sweta

    Can I use Outlook express for internal mailing

    Can I use Outlook Express for internal mailing. I tried to configure it from a client machine after creating a virtual SMTP server on Windows 2000 server.But Outlook gives a wizard for internet mail and it doesn't list SMTP as incoming mail protocol which is the case with my SMTP virtual server...
  12. sweta

    How does IIS resolve domains

    Hi there, I want to know the manner in which IIS does Domain resolution.If somebdy knows..please answer. Thanx, Sweta
  13. sweta

    History.back doesn't work with IE 6.0

    Hi there, The follwing piece of code works well with IE 5.0 or 4.0..but it doesn't work with IE 6.0. <a href='' onclick=history.go(-1)>Back to the previous page</a> none of the follwing either works.. window.history.back history.back or any equivalent code. Please try out with IE 5.0 and...
  14. sweta

    IIS not properly installed,problem saving records.

    I am having problems in saving and deleting records in access database from my ASP page.Also saving to an XML file from the ASP page is giving errors.But my script can read an XML file and databases.There is problem only in saving and deleting.It says 'General access denied' while saving and...
  15. sweta

    When should I prefer XML files for data manipulation over a database

    Hi there, When should I use an XML file for Data manipulation instead of a database. Can I expect a better performance when I use an XML file as my backend.Does that make my application more scalable. How many connection objects can I have in the memory at a time.Is the XMLDOM object less...
  16. sweta

    Accessing History list with IE 6.0

    Internet explorer 6.0 seems to have stopped any access to the history list. The functions windows.history.back and windows.history.forward, which work well with IE5, do not work with IE6. Now how can we access the history list.Suggest some methods for the same.
  17. sweta

    How to send an email automatically from an application.

    I've designed an application in which a customer fills an order form.Upon the completion of the order,it is saved in a database.I want to send an email automatically to the customer as his entry is made into the database. Please give the name of some reference books also.
  18. sweta

    windows 2000 server problem

    My PC was formatted and windows 2000 server installed on that after which I started having problem in saving an XML file which is created from scratch at the runtime and saved using the DOM object.Before the reinstallation there was no problem saving the file.Says,'General access denied'.What...

Part and Inventory Search

Back
Top