Help with a Web Page

  • Thread starter Thread starter Paul Smith
  • Start date Start date
P

Paul Smith

Hi I am new to this game and I have finally managed to create my first
ASP.Net application, where users from my company log IT related
problems over the local intranet\internet via IE.

I can get everything to work using my machine, but when I put it onto
a different machine (ISAServer), or even put it on my machine using
IIS, the page either does not show up at all, or the input and submit
box is not there at all.

Could somebody please point me in the right direction, or even let me
know what I have done wrong.

Thanks in advance,

Paul
 
1) does the server have the .NET framework installed?
2) are all the necessary files there?
 
Hi Curt,

Yes all the files were copied across, and the .Net Framework is
installed onto the server.

The .Net Framework, is also on my pc, and I am having problems hosting
the page outside of Visual Studio.

Thanks
 
what, specifically, do you get when you try to view it locally, not through
VS?
Also, do simple pages work?
 
Hi Curt,

When I run the app locally the page displays correctly.

When I run it from another pc, or after moving it to the webserver, the
input boxes and submit buttons are no longer displayed.
 
are these controls custom or using the standard <asp:...> controls?
Are you developing on .NET 1.1 and serving on .NET 1.0 ?
Does the VIEW-SOURCE have anything different (compare the two).
 
Hi Curt,

Thanks for your help I have managed to solve the problem.

I am running Win XP SP2 - the webserver was blocked out by my local
firewall - put a tick in the webserver element and all is now working
correctly.

Thanks for your time.
 
Back
Top