Testing new ASP application

  • Thread starter Thread starter starbuck
  • Start date Start date
S

starbuck

Hi All

We are developing a ASP.NET web site which all works (so far) very well when
testing within the IDE.
However when we load up the start page outside the IDE all the html is there
but nothing (buttons etc) work,
what are we missing please?

Thanks in advance
 
starbuck said:
Hi All

We are developing a ASP.NET web site which all works (so far) very well when
testing within the IDE.
However when we load up the start page outside the IDE all the html is there
but nothing (buttons etc) work,
what are we missing please?

Thanks in advance

Are you "opening it up" using a filesystemn path, or through IIS
(http://localhost/...)?
You *need* to do it through IIS.

Hans Kesting
 
Back
Top