Hi Everyone,
This should be a simple thing, but I am stumpped (I even searched the Forums). I have a web application on my development machine. I am now trying to move/publish/copy/whatever it to my ISP. What I don't want to do is copy the whole project up (source code and all).
I compiled the project as release. I at first only moved my aspx and dll files. Well I got the message that:
Parser Error Message: Could not load type 'Temp.WebForm1'.
my dll is Temp.dll.
I made sure my dll was in the bin directory, then began copying every other file in my project to my ISP. Still no luck. Any clues/ideas?
Is there a formal way of publishing a site? A list of files I need to make sure I have?
Thanks
Andrew
This should be a simple thing, but I am stumpped (I even searched the Forums). I have a web application on my development machine. I am now trying to move/publish/copy/whatever it to my ISP. What I don't want to do is copy the whole project up (source code and all).
I compiled the project as release. I at first only moved my aspx and dll files. Well I got the message that:
Parser Error Message: Could not load type 'Temp.WebForm1'.
Code:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Calendar.aspx.vb" Inherits="Temp.WebForm1"%>
I made sure my dll was in the bin directory, then began copying every other file in my project to my ISP. Still no luck. Any clues/ideas?
Is there a formal way of publishing a site? A list of files I need to make sure I have?
Thanks
Andrew