kevinq Posted October 15, 2003 Posted October 15, 2003 Hi, I have a small web application on my own machine and I am trying to copy it to our web server. I am doing this by copying all the files if the project from my machine to a folder on the web server. The application runs fine on my machine but when I try to access it on the web server I get a 'Could not load type Poll.Main'. I built the project before copying it across and the appropriate dll is present in the bin folder. Does anyone have any idea what may be causing this. Any help woul be greatfully appreciated. Thanks, Kevin. Quote
Moderators Robby Posted October 15, 2003 Moderators Posted October 15, 2003 The directory containing your aspx files should be created as "Virtual". Also, if this is a shared hosting environment, you (they) need to grant ASPNET as a user of that new directory. Quote Visit...Bassic Software
kevinq Posted October 15, 2003 Author Posted October 15, 2003 Thanks for the reply, That has taken away the problem I had but I am now getting the following message: Could not load type 'Poll.Global'. Any idea what's happening here? Thanks again. Kevin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.