Sink on IIS SMTP Windows Server 2008 / 2008R2 - iis

I need help. I wrote simple sink by sample in http://msdn.microsoft.com/en-us/library/ms998610.aspx. On IIS Smtp Windows server 2003 it work fine. But on IIS Smtp Windows Server 2008 or 2008R2 it don't work. I try other sample from Internet. None of them don't work on IIS Smtp Windows Server 2008 / 2008R2. Any idea?

Windows Server 2008 has a newer version of IIS that has full integration with ASP.NET. This is the default mode. You can switch back to the older (ASAPI ASP.NET) by changing the application pool in IIS from "default" to "classic". That should make your app run like it does in Server 2003.
Without seeing more code and details, that's the only thing I can suggest.

Related

IIS FTP 8.5 DataChannel timeout with a linux client

I've got a strange situation. Hope someone can help. I've got two independent IIS FTP servers.
IIS 7.5 runs as standalone VM
IIS 8.5 runs on a windows server 2012 R2 VM
When I connect to these ftp servers using FileZilla client (or the pftp client on ubuntu), both work as expected, really well. Passive mode, no problem.
When one of my customer's linux client is connecting, it works great on the IIS 7.5, but it does not work on the IIS 8.5
It stops after the PASV command with a timeout. The linux client is running a custom app on fedora which has FTP functionality embedded in it.
For authentication i'm using IIS Manager Users.
Does anyone have an idea of what this could be? Or how to troubleshoot this?? I can test, and see everything working, except when the clients processes are entering the scene!

SignalR - works on Cassini an IIS Express but not on Windows 2008 with IIS 7.0

We've got SignalR running on a Silverlight 5 client.
It is working on our local machines under both cassini and IIS Express, but it isn't when we deploy the app to our dev server, which runs Windows 2008 Server and IIS 7.0
We don't see any errors on the logs, just the notifications not coming through to the client.
Any ideas? We have rerun the aspnet_regiis tool and also added thr web.config settings recommended in another posts with no success.
Thanks.

Can I install IIS7 express on Windows XP

I installed IIS7 beta 3 through Web Platfrom Installer, when I try to connect to it from Internet Information Services (IIS) 7 Manager, I get the following error message:
could not load file or assembly microsoft.web.administration...
Edit: I am running XP SP3 and I do not have IIS 5.
From your question it appears that you are looking for ways to configure IIS Express. As Kat implies, IIS Express doesn't ship IIS Manager like tool (unfortunately).
One way to configure IIS Express short of editing configuration file directly is to use command line tool appcmd.exe that can be found in installation directory of IIS Express.(http://stackoverflow.com/questions/4690358/iisexpress-user-interface)
According to their official documentation on this it can be installed on XP SP3
Q: What OS and SKUs are supported?
A: IIS Express is supported on the
following operating systems: Windows
XP SP3+ Windows Vista SP1+ Windows 7
Windows Server 2008 Windows Server
2008 R2 Windows Server 2003 SP2+
If you try connecting to your IIS Express instance using IIS Remote Manager or "proper" IIS, then it is not supported.
In addition to this, remote access to IIS Express is not enabled by default. Refer to this blog post to enable remote access to IIS Express/WebMatrix.

What IIS version does Windows Server 2008 Web Edition come with

Also, if an application works on IIS 7, would it be cool on the new version (if there is any)?
Err...even Microsoft's marketing material(dead link) is confusing! (says both IIS 7.0 and 7.5). However, I believe that Windows Server 2008 Web comes with IIS 7.0 and Windows Server 2008 R2 Web comes with IIS 7.5 FYI.
And yes, if you have an app working on IIS 7, it will work fine on IIS 7.5.
Edit: Appears Microsoft has update their site since this was posted, leaving link up for anyone looking for information on Server and Server R2.
http://www.microsoft.com/windowsserver2008/en/us/product-information.aspx
IIS version 7.5.
My guess is if Microsoft doesn't suck, an app working in 7.0 should be fine on a newer subversion, there should be no core changes. Then again, it is Microsoft, so I can't say that for certain.

SQL ReportServer 2005 on Win Server 2008 & IIS7 gets "unable to load client print control"

I have SQL Reporting Services 2005 running on a Win 2008 server with IIS7. SQL and RS have all of the latest patches applied (as of 11/19/2009). When I access a report through Report Manager on the same server or ReportViewer on a different IIS server I can not print. I get the "unable to load client print control".
This occurs with IE6, 7 and 8. All clients are running with administrative rights. I do get prompted to download the component which seems to occur but then I get the above message.
This same configuration works fine in a test environment, the only difference is the SQL and IIS servers are running Win 2003.
TIA
John
The issue has been resolved through applying the latest service packs and any hotfix rollups that were available on 11/21/2009 (SQL server 2005 running on Win 2008)

Resources