 |
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

June 22nd, 2004, 12:53 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Take a look here: http://www.microsoft.com/sql/
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 1st, 2004, 04:20 PM
|
Registered User
|
|
Join Date: Jul 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

July 12th, 2004, 11:04 AM
|
Registered User
|
|
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have run into problems on IIS 6.0 running classic ASP. I read one article which talks about domain names with (_) and all the file names in my application have an (_) character. I am not sure if this has an impact. I read the server logs and found that IIS has restarted almost at the same time when the worker process was recycled. I have a global.asa not in my application folder but a different one under the root. I am not sure if the virus scan on this .asa file has an impact on IIS restarts. Also, I have a databases folder under the root\subfolder that contains some .mdb files...and I am pretty sure there are .lck files being created temporarily on the server. So, I have 3 possibilities for session variables getting dumped and there might be more if I get to read the posts in many forums!
If anyone can help me narrow it down, it would be great!!
Thanks
|

July 12th, 2004, 11:33 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
pratcp -
I'd look into the anti-virus software possibility first. That is probably most likely the culprit. I just checked my AV settings, and I can add an extension filter to avoid ASA/ASAX files. That may be what you need to do.
|

July 12th, 2004, 11:39 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
|
|
No special characters in any values referenced - all alphanumeric only. The A/V issue will be the first thing I'll check if I ever write another ASP application.
|

July 12th, 2004, 04:06 PM
|
Registered User
|
|
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
planoie & Ron,
Thanx for your quick reply. I have sent request to my server admin team to check the A/V settings on the web servers. I tried simulating the worker process recycle event on my development box. The default is set to 1740 min and I changed it to 30 min. I test run my app and found out that on one occasion the session variables got dumped when the worker process recycle event was triggered (after 30 min). The second time I ran my app, I did not lose my session variables. Strange!!!
Does anybody know if the underscore character in filenames causes this problem? If not, I will wait for the server admins to get back on the A/V settings and redo a test run on the dev. box...
|

August 18th, 2004, 10:16 PM
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hey
my session also gone when I ran my app. on the remote server. Does anybody solve this?
|

August 18th, 2004, 10:54 PM
|
Registered User
|
|
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by X-Ken
hey
my session also gone when I ran my app. on the remote server. Does anybody solve this?
|
I turned off IIS recycling feature and stopped the trend scans (A/V check) on the web app folders. That helped me get rid of the session variable problems. However, I am now tackling with an intermitten "Action Cancelled" message when my screensaver-type application keep running for a week or so. Hope this helps x-ken.
|

August 19th, 2004, 06:16 AM
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
uh
it sounds complicated. I will talk with my server. why does the 'action cancelled' message appear?
|

August 19th, 2004, 01:54 PM
|
Registered User
|
|
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The Action Cancelled error is nothing to do with the session variables problem. I guess this is due to some ads being knocked off by the HOSTS file setting..I still need to spend more time on this one...However...
Turning off IIS recycling and A/V scan on your web app folders got rid of my session variables issue. The server guyz should be able to help.
|
|
 |