No announcements
Found 1476898 threads
-
0 Votes
Random logout Issue , IIS 6
Concerning the IIS and setting idle timout, i've done that as well.Answered | 11 Replies | 327 Views | Created by Anonymous - Thursday, December 15, 2011 12:47 AM | Last reply by Anonymous - Tuesday, March 20, 2012 8:46 AM -
2 Votes
How to Generate 6 random numbers
i just want to be able to generate 6 randum numbers, (between 0 and ()Answered | 10 Replies | 1052 Views | Created by Diepriye - Tuesday, March 11, 2014 5:28 PM | Last reply by Solitaire - Thursday, March 13, 2014 2:08 PM -
1 Votes
ASP.NET MVC4, logout issue
You have a MVC issue and you can get help at the MVC section.Answered | 1 Replies | 1474 Views | Created by Ashkan Taravati - Sunday, July 27, 2014 6:35 AM | Last reply by darnold924 - Sunday, July 27, 2014 10:24 AM -
1 Votes
random number generation returns 6 integers with the same value
) { Random r2 = new Random(Guid.NewGuid().GetHashCode()); int h1, h2, h3, h4, stat; int x, y, lowest; ...Answered | 10 Replies | 2428 Views | Created by GarCat - Wednesday, January 8, 2014 3:21 AM | Last reply by tetitu - Wednesday, January 8, 2014 6:29 AM -
0 Votes
IIS 6 hangs and needs to be restarted.
This is not the forum for IIS issues.Answered | 2 Replies | 3869 Views | Created by mages - Friday, May 23, 2008 10:19 PM | Last reply by John Saunders - Wednesday, June 4, 2008 2:28 AM -
0 Votes
IIS-6 Question?
I would suggest posting your question in one of the IIS Discussions Forums located here: http://forums.iis.net/ Have a great ...Answered | 1 Replies | 10257 Views | Created by BlueMarker - Friday, October 17, 2008 9:58 PM | Last reply by Kiran Polimetla - Monday, October 20, 2008 5:26 AM -
0 Votes
Hosting WCF Services in IIS 6
The UI that is showing up in the video is IIS 7, for IIS 6, the UI looks a little different.Answered | 1 Replies | 4287 Views | Created by DMACUK - Sunday, September 12, 2010 9:19 AM | Last reply by Andrew Au - MSFT - Wednesday, September 15, 2010 5:52 AM -
0 Votes
What is the forum for RPC issues in migrating IIS 6 to IIS 7.5 using WebDeploy 3.6?
For IIS issues I'd ask in Microsoft official forums here.Answered | 2 Replies | 854 Views | Created by Allen Alper - Saturday, May 14, 2016 8:07 PM | Last reply by Dave Patrick - Saturday, May 14, 2016 8:55 PM -
0 Votes
Enable/Disable IIS 6 Logging
You are more likely to get more efficient responses to IIS issues at http://forums.iis.net/ where you can contact IIS experts.Answered | 3 Replies | 4298 Views | Created by jack0987 - Thursday, September 13, 2012 12:46 AM | Last reply by Jason Dot Wang - Friday, September 14, 2012 5:39 AM -
2 Votes
Workflow Service Hosted in IIS 6
We will be deploying a WF service using IIS 6 on Windows Server 2003 so it's my understanding AppFabric will not be available to manage workflow instances.Answered | 1 Replies | 4588 Views | Created by CindyWoodVA - Tuesday, December 14, 2010 5:38 PM | Last reply by Alan Smith MVP - Tuesday, December 14, 2010 6:05 PM -
0 Votes
creating unique 6 digit random number on form load
If all you need is a 6 digit random number then its probably better to do it this way:Random random = new Random(100000);random.Next(999999);The ...Answered | 1 Replies | 11800 Views | Created by Srikanth_A - Wednesday, October 7, 2009 1:17 PM | Last reply by Christian Resma Helle - Wednesday, October 7, 2009 1:40 PM -
4 Votes
Declaring a one dimensional array of 6 and showing a random value between 1-6 in a textbox in vb
Now you want to select a random number between 1 and 6.Answered | 14 Replies | 531 Views | Created by nyc1211 - Monday, April 27, 2015 11:49 PM | Last reply by Jeffrey Shane Saunders - Tuesday, April 28, 2015 4:14 AM -
0 Votes
Please help us with IIS 6 / PAE memory issue
I would suggest posting your question in one of the IIS Discussions Forums located here: http://forums.iis.net/ Have a great ...Answered | 1 Replies | 11597 Views | Created by Feng26 - Monday, September 29, 2008 3:53 AM | Last reply by Kiran Polimetla - Monday, October 20, 2008 6:18 AM -
1 Votes
generate 6 digit random number which will expire after 5 second
First, there is nothing random about the number you're generating.Answered | 2 Replies | 3322 Views | Created by Mou_kolkata - Wednesday, April 25, 2012 1:54 PM | Last reply by Evan Machusak - Wednesday, April 25, 2012 3:07 PM -
0 Votes
IIS 6 configuration comptability - where to set this?
Firstly, would like to know if you configuring the IIS for the VM by remote into it?Answered | 1 Replies | 1549 Views | Created by wavemaster00 - Saturday, March 30, 2013 1:34 PM | Last reply by Shirisha Paderu - Monday, July 28, 2014 2:25 PM -
3 Votes
logout
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it My ...Answered | 3 Replies | 1148 Views | Created by Anna1313 - Thursday, November 27, 2014 12:10 PM | Last reply by Ismaiel AKKA - Thursday, November 27, 2014 2:23 PM -
1 Votes
After logout browser back button issue??
hello all, I have a website i add a login page for user to login and perform their action but on logout ...Answered | 2 Replies | 2677 Views | Created by starnitin - Saturday, August 25, 2012 5:15 AM | Last reply by MasaSam - Saturday, August 25, 2012 5:49 PM -
8 Votes
Issue deploying WCF service to IIS 6 in non-updateable mode
I had an WCF 3.5 service, hosted in IIS 6 on Windows Server 2003 Std.Answered | 11 Replies | 47882 Views | Created by Tom Fuller - Tuesday, June 3, 2008 1:39 PM | Last reply by The Dag - Monday, February 20, 2012 2:04 PM -
0 Votes
Random numbers aren't being random...
Add this field to your GameCard class : private static Random random = new Random(); Now your method will look like : public void ...Answered | 5 Replies | 3038 Views | Created by kevinslemons - Thursday, August 20, 2009 9:28 PM | Last reply by Nishant Sivakumar - Thursday, August 20, 2009 9:43 PM -
5 Votes
random problem....
YiChun I don't think you use Randomize() with the random class do you ?Answered | 11 Replies | 3517 Views | Created by mipakteh - Sunday, June 28, 2009 11:29 AM | Last reply by YiChun Chen - Monday, July 6, 2009 6:49 AM - Items 1 to 20 of 1476898 Next ›
No announcements