PDA

Click to See Complete Forum and Search --> : .net web controls will not render


venerable bede
Oct 8th, 2003, 04:14 AM
I have just completed a web app in VB/ASP.net which works great on my development machine.

However when I move it over to the server the pages display without rendering the .net textboxes and dropdowns e.t.c.

The machine has the .net framework installed.

Any Ideas ?
Its a weird 1.

Fishcake
Oct 8th, 2003, 04:43 AM
That does sound a bit weird, but just as a quickie have you checked that the server has the same version of the .net framework installed? although i'm not actually what would happen anyway if you tried to run .net 1.1 stuff on a 1.0 server.

Have you tried just creating a very simple asp.net page to check if the server will host .net pages at all?

venerable bede
Oct 8th, 2003, 04:45 AM
1.0 and 1.1 are installed.