I have a .aspx page that runs fine when launching from design mode from localhost. I do have the .NETSetup installed properly on my machine.
However, after I move my entire project to a different server and put all the files under a directory in Intepub I then try to load the .aspx page in a browser.
What happens is that I see the html part of the page load without any controls such as checkboxes, buttons, etc. It appears as if the .vb portion does not load properly. The .NETSetup was installed on the server as well.
I'm guessing something is not set up correctly on the server in IIS or something to run .aspx pages properly. Any ideas?
Thanks,
However, after I move my entire project to a different server and put all the files under a directory in Intepub I then try to load the .aspx page in a browser.
What happens is that I see the html part of the page load without any controls such as checkboxes, buttons, etc. It appears as if the .vb portion does not load properly. The .NETSetup was installed on the server as well.
I'm guessing something is not set up correctly on the server in IIS or something to run .aspx pages properly. Any ideas?
Thanks,