| re: Problem with asp.net over SSL
Hi Fabio,
I also have the same prob. Have you found a soln?
Dean
Sydney.
"Fabio Negri Cicotti [MCP]" wrote:
[color=blue]
> Hi All
>
> I'm getting a problem when I put an application over SSL domain. I've
> created a very basic asp.net page containing a single button to test if a DB
> connection can be opened. When I navigate through http it works as must be,
> but when I call from httpS I get the following error message:
>
>
> -*-
>
> Parser Error
>
> Description: An error occurred during the parsing of a resource required to
> service this request. Please review the following specific parse error
> details and modify your source file appropriately.
>
> Parser Error Message: Could not load type 'TestNet.Test'.
>
> Source Error:
>
> Line 1: <%@ Page Language="c#" Codebehind="TestNet.aspx.cs"
> AutoEventWireup="false" Inherits="TestNet.Test"%>
> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> Line 3: <HTML>
>
> Source File: \www\TestNet.aspx Line: 1
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
> Version:1.1.4322.573
>
>
> -*-
>
> Any ideas what's going on?
>
>
> Kind regards,
>
> Fabio Negri Cicotti
> Software Engineer
>
>
>[/color] |