Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My first Web Page doesn't run properly, need your help..
Message
 
À
10/06/2002 02:21:29
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00666433
Message ID:
00677235
Vues:
18
Sorry for this late response. I just started patroling this form. Anyway, since no one posted a solution, Ill take a stab. This is copied from the asp.net forums. I had this same problem and this worked for me.




Try this:

1. Open the Internet Information Services applet.
2. Drill down to a site, virtual directory, or app root.
3. Right-click and select Properties.
4. Click the Home Directory (or Virtual Directory) tab, then click the Configuration button.
5. In the application mappings listbox, make sure there are mappings for .aspx, .asmx, etc.

If no mappings appear for the ASP.NET file types, then that's what's causing your problem. The solution is to run aspnet_regiis.exe from a command line with the -i command line argument:

C:\>aspnet_regiis -i

This will install the current version of ASP.NET to all IIS sites, and should clear up the problem. This problem can occur for a variety of reasons, including if Visual Studio or the Framework are installed before IIS. If you have trouble running aspnet_regiis.exe from the root, you can navigate to the %windir%\Microsoft .NET\Framework\v1.0.3705 directory, where this utility resides, and run it there.

G. Andrew Duthie





HTH

Eric Stephani


>I create an asp project. After dragging all controls that I want, I tried running it but the controls are not appearing, only the page. What's happening here?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform