aspx-page does not run ?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

I can't make my Wep-app to run on the webspace of my service provider.

Here's what I did :
I copied mywebapp.aspx and mywebapp.dll to the bin-subdirectoy.
(I have 1 html-button control and 1 asp-button control on the page)

then typing the url to my webpage only shows the html-button control.

How can I solve this ?

Christian
 
The .aspx page belongs in the main directory. The main directory must be set
as an Application in IIS. Also, you need the .resx file in the main
directory.
 
Back
Top