how do I deploy my c# asp.net app to 2000 server?

R

RichGK

I can't find any tool to send the working website (working on localhost) to
the intranet server, I've tried a copy and paste into the wwwroot directory
on the server but attempting to connect to the page produces the following
error.

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 'IT.WebForm1'.

Source Error:


Line 1: <%@ Page language="c#" Codebehind="itMenu.aspx.cs"
AutoEventWireup="false" Inherits="IT.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>


Source File: C:\inetpub\wwwroot\it\itMenu.aspx Line: 1

Thanks for any help!
Rich.
 
K

KavvY

RichGK said:
I can't find any tool to send the working website (working on localhost) to
the intranet server, I've tried a copy and paste into the wwwroot directory
on the server but attempting to connect to the page produces the following
error.

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 'IT.WebForm1'.

Source Error:


Line 1: <%@ Page language="c#" Codebehind="itMenu.aspx.cs"
AutoEventWireup="false" Inherits="IT.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>


Source File: C:\inetpub\wwwroot\it\itMenu.aspx Line: 1

Thanks for any help!
Rich.

Just for the record I fixed it by using IIS manager to change the site
directory into an app.
 

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