Easy asp.net 2.0 question ?

W

wl

Hi,

I'm just migrating to Asp.net 2.0 using Visual Web Developer 2005 Express.
I have a simple project (to test), containing

default.aspx
default.aspx.cs
\App_Code\MyClass.cs

When I run the website in the environment all goes well, but then I upload
the project to my asp.net 2.0 hosting company and I get the error that
MyClass could not be found.

I also noticed VWD does not seem to create any assembly anywhere ? (this is
why I could also upload the source files to my hosting company).

I then tried to modify the VWD settings to compile for "release" rather
then "debug" but this option is not shown.

Help: what am I doing wrong ?

Thanks,

wim
 
D

Daniel Fisher\(lennybacon\)

DevelopmentMachine.Version != HostingServer.Version

Beta 2 vs. RC1/Final
 
W

wl

Hi Daniel,

Both development machine and hostingserver are running on asp.net 2.0
(final)

Wim
 

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