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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top