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.
 

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