Click to See Complete Forum and Search --> : ASP.NET startup question (plz help)


ukemike
10-03-2003, 11:19 AM
Hi i just got my web site up and when i upload asp projects up but when i access them i get all kinds of errors. A couple of questions i have:

1) In microsoft visual studio, i just go to new -> project -> then i pic asp.net c# -> put location and click Ok.
then i build my project and save it to http://localhost/myproject.
Then i take the whole myproject folder and upload it to the server, but when i run WebForm1.aspx from the project is gives me weird errors. For example, it will display only the text from my form. It wont display any of the web form controls.. i know my server has asp.net enabled.
Any idea why this is happeneing.


Thank
Mike

rdoekes
10-03-2003, 12:47 PM
Is there a .dll in the bin directory, did you do a build of the project?

If this does not work, package the project and deploy it on your webserver. That should work for sure.

PeOfEo
10-03-2003, 06:18 PM
Well when I try to open an aspx file with ie on this computer it does the same thing because I am not running my computer as a server. However if I were running w2k3 server or had my comp configured to be an nt server it would work. Check to make sure asp.net is installed properly on your box.