Server Side Code Not Executing

Discussion in 'ASP.NET / ASP.NET Core' started by Greg-VB.net, Jan 29, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have desined a very simple function on my web page "www.medinfotechnology.com/webform1.aspx" to test if the server side ASP.net functionality is working.On the page you are supposed to type text in the top box and the middle box. When you click the button, the text from the two boxes is supposed to combine and be displayed in the third (lowest) box.This functions perfectly using the IIS installed on my development machine. I don't understand why it does not work on the site.

    The site is developed in VB.Net.

    Any suggestions?

    Thanks.
     
  2. Did you upload the compiled dll into the ~/bin directory? Is it the main webapplication? or is it something like domain.com/testapp? if it is not the main application you must place the dll into the /testapp/in directory and make "testapp" a web application.


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page