IIS 6.0 stopped unexpectedly - windows

I'm running those web sites on Windows Server 2003 Enterprise Edition SP2 .However,I'm having a IIS problem for a last 3 days.IIS stopped unexpectedly.
I can't find somehow a problem.Also,it doesn't appear any w3wp.exe process in the task manager.I'm running iisreset command.it's not working.But,I restarted web server,it's working.
System: Windows Server 2003 EnterPrise Editon SP2 / IIS 6 and Plesk Panel 8.2
What's the problem?
Thanks in advance.

Is IIS stay up and running or does it crash after few minutes? You should look at eventviewer event logs to get additional info. Could be a bad ISAPI filter or CGI that's causing it to crash on load. Evenviewer should give some details on when and what crashed it.

Related

Failed to start dotTrace profiling on Windows Server 2012 R2

We are trying to run dotTrace on production server but it's failing. We tried after reboot also but didn't work.
dotTrace: https://www.jetbrains.com/profiler/
OS: Windows Server 2012 R2
System type: 64 bit
This is IIS application and we are trying to attach w3wp.exe worker process to dotTrace.
We have NewRelic Status monitor on this machine.
Any suggestion?
I found the solutions in this article
https://dotnettools-support.jetbrains.com/hc/en-us/community/posts/360000115090-Failed-to-start-dot-trace-profiling-on-Windows-Server-2012-R2?page=1#community_comment_360000119684

IIS 8.0 integrated pipeline Session RequestAcquireState

We are trying to make a cut over from IIS 6.0 to IIS 8.0 Integrated pool on Windows Server 2012 Standard edition for an application built on ASP.Net Version 4.0. Our web application requests go into a RequestAcquireState ( ASP.Net Session gets locked for concurrent requests working with the same sessionid ) , in IIS 8.0 Integrated pool on the above Windows Server . However this behavior does not show up when we run the same app in Classic mode on IIS 8.0 .
Session is stored InProc.
We can rectify this situation on a Windows Server 2012 Data Center by modifying SessionStateLockedItemPollInterval in registry. However that solution does not work in Windows Server 2012 Standard edition.
This has left us perplexed -
why does an ASP.Net Run time Session issue surface in IIS 8.0 Integrated Pool for an application we have run successfully on previous versions of IIS and classic mode in IIS 8.0 ?
How do we rectify this problem now on Windows Server 2012 Standard edition ?
Thanks, will appreciate if some body can help
IIS 8 comes with .net framwork 4.5 so you may be running into missing the fix http://support.microsoft.com/kb/2828842
Issue 6
Symptoms
When you send many concurrent requests that have the same SessionId to an ASP.NET 4.5 web application, some requests may freeze at the RequestAcquireState stage unexpectedly.
Resolution
After you apply the hotfix, the hotfix makes sure that the EndRequest event will always trigger.
try installing this fix and see if that addressed the issue

Deploying a silverlight webapp from Visual Studio 2010 to Windows 7 IIS

Hope somebody can give me some info regarding this.
I have a silverlight web app (.NET 4). I would like to use msdeploy to deploy it to IIS 7 running on a Windows 7 64 bit machine.
I have read many pages and have tried a lot of the steps in them so far but am still struggling.
What I have done:
1. Installed Web Platform Installer.
2. Installed msdeploy
3. Started and set to automatically start: "Web Deployment Agent Service" and "Web Management Service"
4. Created a web site in IIS 7 and set permissions.
5. Tested the website "http://server/page and get a blank directory browsing because nothing is added yet.
So now I would like to deploy but am getting an error : "No connection could be made because the target machine actively refused it:10.224.201.117:8172
I have tested telnet'ing to the address on port 8172 which fails.
It is suggested that msdeploy is not configured correctly and I need to Enable Remote Connections. However it does not seem that Windows 7 IIS 7 has the icons in IIS to do this. (No "Management Service" option under add / remove features of IIS)
Does this mean i can not deploy to Windows 7 IIS 7?
Or is there another way to enable remote connections, perhaps using powershell?
Any help is greatly appreciated
Tx
Neill

IIS7: Internet explorer cannot display a web page

Hallo,
I am tryiing to migrate an application written with visual studio 2008 from windows XP IIs 6.0 To Windows 7 with IIS 7.5 and I have this problem:
Sometimes when I post the page, the server does not respond and after some minutes i receive e message "Internet explorer can not display a web page"
With IIS 6.0 the application works perfectly.
Please, can you help me ?
Mauro Servi
Try switching the AppPool to Classic .NET mode rather than integrated mode.
You can do this on the Application Pool's Basic Settings in IIS Manager

Can't get "IIS 6 Metabase and IIS 6 Configuration Compatibility" installed on Windows 7

I'm trying to get Visual Studio setup to be able to use my local IIS server for hosting projects-- it tells me I need to install "IIS 6 Metabase and IIS 6 Configuration Compatibility". So I have tried to do so via Add/Remove Windows Components. The installation process gets to the end and then states that an error has occurred and not all components could be installed (helpful, right?) Then asks me to reboot-- upon reboot, the feature is not installed.
Has anyone experienced this problem under Windows 7 before? I am running the 64-bit Ultimate edition if it matters.
I've also tried completely uninstalling IIS (that worked) then reinstalling with "IIS 6 Metabase and IIS 6 Configuration Compatibility" checked -- same failure at the end of the install.
There is a \Windows\IIS7.log file I can use for debugging but it's fairly large and random.. I don't see anything that screams "fatal error".
I've also had the same problem using Visual Studio 2010 on Vista, but I've got this answer back from Geoffrey, provided his address below...wonder if that would also work for Windows 7.
Im in the process of installing Windows 7 on my laptop and wonder if you are able to fix your error with the answer I received then I will follow the same procedure once I've installed Windows 7 to fix the error
heres the address... follow is thru...it fixed my error. hope it'll help fix your error...
http://blog.geoffreyemery.com/post/iis-6-metabase-and-iis-6-configuration-compatibility-error.aspx
Chers
Frances
I had a similar problem. Same symptom trying to install it fails and reboot rolls back install.
with Microsoft support the following resolved the issue.
Enabled Administrator Account on Windows 7 machine using following command net user administrator /active:yes
Logged in as administrator account on Windows 7 machine
Installed IS 6 Management Compatibility,IIS 6 Management Console,IIS 6 Management Scripts and Tools and IIS 6 Management Service components.
Even though my account was in the administrators group..that was not enough I had to be logged in as the administrator to resolve this issue.

Resources