Page not loading correctly

  • Thread starter Thread starter Dave Dunn
  • Start date Start date
D

Dave Dunn

I have a new project that works fine on my development
machine that Visual Studio .Net is loaded on. But when
I moved everything over to the production machine the pages won't load
correctly. The images on the main page
display fine but the controls don't load.

I've run aspnet_regiis -i and checked IIS configuration and everything looks
alright. What I'm I missing? Any
help would be appreciated.

Thanks in advance
Dave Dunn
 
Hi Dave,

Just checking that you created the Web as an Application on the production
machine and set up the permissions for the ASPNET account

Do you get any error messages? Is there anything in the Event Log that might
help?
 
Hard to say...

Is this production machine running version 1.0 of the framework, and you
used 1.1 by any chance? As far as I know you can have a server with 1.1,
and have backwards capability, by running 1.0, but not vice versa.

Also make sure that the .dll for the project is in the bin folder, within
the root directory of your site.

If either of these isn't the problem, I suggest you try to post more details
about this.

-mike
 
Back
Top