This article explains nicely how to achieve the desired functionality in IIS:
http://weblogs.asp.net/pwilson/archive/2004/12/23/331455.aspx
Hope it helps!
An application pool permits you to separate the worker processes in which your web sites run.
To view the application pool that your web site uses, open IIS, right-click your web site and select properties, then click the tab Home Directory. At the bottom, you will see a pick list Application...
I've never done it before. You might have to use a third-party component to do that. Or maybe Silverlight provides this functionality.
Anybody has a better idea?
I agree with Sorwen. In my first post, I put in the line of code:
RR.ID = DsSpatcher.Railroad.rows(0).ID
this gets the first row in the table. You just need to get the appropriate row.
A typed dataset would be a physical file in your project. To replicate, add new item, and then select "Dataset". It will create a file. Then, if you have a connection to a database displayed in your Server Explorer, within Visual Studio, you can drag-drop tables directly in your dataset file...
We had this problem with Sharepoint, and it only occured for some users who had changed their network account password. Our fix was to ask the user to go to Control Panel - User Accounts - tab Advanced, click "Manage Passwords" and clear the saved passwords.
Hope this helps!
Is this a typed dataset? If so, if your class members and your table columns have the same datatype, you should not have to convert or use .toString...
RR.ID = DsSpatcher.Railroad.rows(0).ID
mmaz
...Here's the code as is.
Good luck!
<script language = "javascript" event = "BeforeContextmenu(x, y, Menu, Cancel)" for = "PivotTable1">
{
/*
This script captures and handles the event that occurs before the Context Menu is shown, after
the user right-clicks.
We had to rebuild the...
Not sure if this will help, but you could put your code in a try catch, and on finally, close your connection. Maybe an error is sometimes occuring and you have connections that are never closed.
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.