The problem is most likely that .Net 1.1 was not registered thus .NET requests were not being sent to the aspnet_isapi.dll for processing (resulting in the text of the code being displayed rather than executed)
 
aspnet_regiis -s W3SVC/<web service number>/ROOT/<virtual app directory name>  As noted below, this command will register .NET for the virtual directory, and should fix the problem.
 
Installing .NET 2.0 will also register .NET, however some caution should be used. Web client was written in .NET 1.1. If .NET 1.1 is not installed, the web client will not function properly if it functions at all. .NET 2.0 can also be installed, but if only 2.0 is installed, web client will most likely not function.

Ted Nichols
Ipswitch QA
----- Original Message -----
From: Darin Cox
Sent: Wednesday, November 30, 2005 1:17 AM
Subject: Re: [IMail Forum] Imail 2006 Web Client

As I mentioned, you may have to reload .NET on the IMail virtual web.  If a website is stopped when you install .NET, or a new virtual web is added, .NET may not be installed on that virtual web. 
 
Install .NET on the virtual web by command line using
 
aspnet_regiis -s W3SVC/<web service number>/ROOT/<virtual app directory name>

Darin.
 
 
----- Original Message -----
Sent: Tuesday, November 29, 2005 11:37 PM
Subject: Re: [IMail Forum] Imail 2006 Web Client

Hi Kevin,

Yep already did that before the Install of Imail, I have even installed Sp1 for dotnet 1.1

Thanks

Gordon.


Kevin Bilbee wrote:
You need to instal the dotnet framework 1.1

http://msdn.microsoft.com/netframework/downloads/framework1_1redist/

What is happening is that the framework is not registered with the webclient
web site.


Kevin Bilbee

  
-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of 
Gordon Waters
Sent: Tuesday, November 29, 2005 8:17 PM
To: [email protected]
Subject: [IMail Forum] Imail 2006 Web Client


Hi All,

I have just installed Imail 2006 onto a test server (W2k Sp 4, IIS5), 
and when going the the WebClient URL all I get is,

<%@ Page language="c#" Codebehind="Default.aspx.cs" 
ValidateRequest="false" AutoEventWireup="false" 
Inherits="Ipswitch.Web.Client._Default" %>


Is this an IIS5 issue with mime types, or an Imail Issue.


Thanks

Gordon Waters
Server Administrator
The Canberra Times


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
---
[This E-mail scanned for viruses by Declude Virus]


    

---
[This E-mail scanned for viruses by Declude Virus]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
  

Reply via email to