Web Application does not work

  • Thread starter Thread starter Wilton Yuan
  • Start date Start date
W

Wilton Yuan

Hi,
I am new of ASP.NET. I developed a small test web application, it works fine
in the computer that Visual Studia 2002 installed. However, I copied all
files to another computer, it cannot be openned. Where is the problem?

Thanks in advance

Wilton
 
Hello
There are two resaone for this:
1. Is .Net framwork installed?
2. did you configure the folder as application in IIS?
Regards
 
Saeid,
Thank you very much.

First of all, the Net framwork has been installed.

Second, I have an ASP web application running on this computer. The ASP
web application works fine. Do I have to configure the folder that in
cludes ASPX file as application in IIS? and how?

Wilton
 
Yes you have to do:
1. go to control panel >> Administrative Tools >> Internet Information service
2. Right click on the folder that include your aspx files and select
propeties.
3. on the directory tab >> Application setting section click "Create" button.
That all
 
Hi Wilton ,

In order to use an existing web project in another computer, in addition to
copy project files to the computer, you also need to create Virtual Directory
using Internet Services Manager. Then you can open it using VS.

HTH

Elton Wang
(e-mail address removed)
 
Back
Top