How do I add an aspx page generated with VWD 2005 to a remote server with Framework Ver1.1?

P

Paolo

I am experiemnting withVisual Web Developer 2005, and created a simple aspx
page (WhatWeOffer.aspx) with only a label. I then connected with a WebSite
on a remote server, and used the "add to list" control to add to the old
site the aspx and the aspx.vb files to the server. When I try to access the
page, I get the error,

Parser Error Message: Could not load type 'WhatWeOffer2'.

Line 1: <%@ Page Language="VB" AutoEventWireup="false"
CodeFile="WhatWeOffer2.aspx.vb" Inherits="WhatWeOffer2" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: D:\inetpub\wwwroot\SomeTestServer.com\html\whatWeOffer2.aspx
Line: 1



--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300

The ISP supposedly upgraded to ASP 2.0. (Naturally, my site seems not to
have been upgraded).

I would like to slowly upgrade the site as I get used to this new
technology, which seems quite cool, btw.

Any suggestions on how to do this? Can the remote user switch Framework
versions?
(RTFM, etc...sure, but even then where?)

TIA
 
M

Morgan

Going backwards is not an option, to my knowledge. Each website must run
under an explicit version of the Framework(this is an IIS thing, not a .Net
framework thing), so mixing & matching will not work. You'll need to upgrade
your app, put it in a new virtual directory for 2.0(locally) and deploy to a
new website/virtual directory on your host.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top