|
In my application I save some data related to the users sessions in the database. When the user logoff I cleanup all his session data from the database. So far, so good.
But, when IIS is restarted, all the active sessions are invalidated without the chance...
Started by Daniel Silveira on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Www.codetoad.com/asp.net%5Fglobalasax.asp
Your app has restarted for some reason, and according to your description it'll have to clean all the sessions out of the db regardless if it is from IIS restarting, or the app pool getting....
|
|
I have this ASP.net app running on IIS 6 on win 2003. I get this issue of iis crash very often in the range of every few minutes..
The application is often restarted and loses all the session information.
Event viewer shows below information:
EventType...
Started by Satya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That may be of help:
w3wp.exe is crashing frequently IIS 6.0 Application Pool Crash IIS Hand Troubleshooting Getting IIS Worker Process Crash Dumps.
|
|
We have a web application that is not completely bulletproof, and on occasion the application pool will die off and not restart without user input. Once it is restarted, it will run just fine for days or even months. Is there a way to have it restart ...
Started by Zimmy-DUB-Zongy-Zong-DUBBY on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You know that out of the box, IIS that you can trigger off of? You can also tell IIS to restart a given app pool after a certain amount it's been up too long....
Check/restart the pool as needed and run it as a scheduled task.
|
Ask your Facebook Friends
|
Hey gang, I need to know if i need to restart my computer to get .net 3.5 to work with my web applications after i install it. My server machine is using IIS. On my local machine the web app works fine. When i browse to it on the server, i'm seeing errors...
Started by Irwin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Now restart web servicesThis may help (loading the latest version into IIS):
With a command window, get to the latest; i think it defaults to 1.1 or....
Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
From IIS.
|
|
A single server shares our main website (hosted by Apache) and Exchange OWA site (hosted by IIS).
There are 2 different public IPs for the sites, and they have 2 different URLs. However, IIS insists on grabbing all static IPs assigned to the server.
I...
Answer Snippets (Read the full thread at serverfault):
Did you make sure to select only the IP address for the IIS server in the website properties in IIS.
|
|
Any ideas how to enable Clean URLs on drupal when the server is IIS?
Started by elcuco on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Is this helpful IIS configuration, but works well ....
Restarted IIS CreatedA quick google search returned this guide, Drupal Clean URL's on IIS .
We used the IirfGlobal.ini file quoted at the end of this post .
IirfGuide.chm.
|
|
Hello, I need to reinstall IIS 7.0 on Vista due to some unsolved configuration issues.
I thought it was easy: I uninstalled all IIS-related stuff in Programs/Features, restarted system, installed all IIS modules again (installation cd wasn't needed) and...
Started by tomo on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I uninstalled....
OK, now it's even worse.
All DEFAULT settings, to look like after fresh installaion of IIS on fresh OS.
Default settings for handlers, mapping, modules, security.
No exisiting websites, only default.
Is how to get CLEAN IIS.
|
|
I am pinging a computer that should be running IIS and the name we have attached it to responds to pings but when I go to a browsers it says no page found.
How can I verify that IIS is running and properly configured on this server?
Started by David on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Any other ....
If there is no response, make sure the site is set up in IIS and running and that there are no firewall but still no luck.
Would not restart so I restarted the server and now when I go to it via a browser it just sits.
|
|
I will start by saying I am not a system admin. I work as an intern at a construction company doing mostly hardware/software support.
I also publish changes to their website with Dreamweaver. I was alarmed to see that how I was told to configure Dreamweaver...
Started by CT on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I did this by going to TCP/IP configuration > Advanced .
An additional IP address to the server running IIS.
|
|
Hello,
We have a web application that needs to process a large amount of data and push messages to a series of MSMQueues. This operation is likely to take upwards of 10 minutes but we want a response back (consisting of an ID) quickly. Therefore, we have...
Started by Steve_ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
IISRESET has no knowledge in Steve's comment: "How do you recommend... .
We have very not to forcefully reset IIS if the service doesn't respond within one minute.
IIS isn't really the place you should be executing long running tasks such as this.
|