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?
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...
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...
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...
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="Scripting.Dictionary">
</OBJECT>
I add elements to the 'User' object using the staticobjects collection of...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.