Instances

I am trying to create a database instance where you can login and make changes to the database information such as add entries and edit entries, but I want those changes to be viewable in that current session and after the session is closed the changes are not saved.

View Replies


ADVERTISEMENT

Running Multiple Instances Of Web App.

I'm trying to deploy my VB.NET application onto one of our servers for in house testing. I'm running into a problem where I can only run the program one time, future times the session data appears to be getting messed up.

I've noticed that I can run the application once from any computer on our intranet. If I go to the web server and end the aspnet_wp.exe process, then I can run it again somewhere else. Otherwise I seem to be getting steming from session data not being correct (null when it shouldn't be, I think).

Do I need to do anything special on the webserver to allow multiple session instances at once? Any ideas where I can start looking?

Webserver is Win2k running IIS 5, .NET Framework installed

Any ideas?

View Replies View Related

MS Word Not Closing Its Instances On Server

I tried this code below and there is a problem in the code which is not closing the word instances in the server you can see that from Task Manager

STEP 1:
Code in test.asp.

<%
Set word = Server.CreateObject("Word.Application")
word.Documents.Add
word.Documents.Open(Server.MapPath("test.html"))
word.Documents(1).Close
word.Quit
Set word = Nothing
%>

STEP2:
Create a test.html in the same folder.

Execute the code in the server
http://localhost/test/test.asp

Is creating the 2 files WINWORD.EXE instances in TASK Manage every time we browser the test.asp page. This is creating the load on the server and making our application DOWN. I am a coldfusion developer working on ASP.

View Replies View Related

How Do I Find How Many Instances Of A Certain Letter - VBScript

I need to figure out how many instances of a certain letter appears in a string or array. The result should appear in a message box, looking something like this:

- The letter a appeard 2 times
- The letter b appeard 5 times
and so forth.

Any ideas on how to acomplish this?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved