Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

.aspx Doesn't run on my pc (XP)

  Asked By: Gene    Date: Jun 19    Category: Asp.net    Views: 936
  

I have installed Visual Studio .NET with web options selected.
Installed and run the IIS 5.0 on my windows xp. The server is ok.

But when i designed a simple .aspx page under "web project"
from "visual basic" project, the "web form objects" ( such as
buttons, text fields..) are not visible at all. The web page when
browsed by http://localhost/...,aspx looks empty.

Whats the problem, can anybody help me?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Rachel Barnes     Answered On: Jun 19

Try this:

Start>Run>cmd
Cd %windir%\microsoft.net\framework\v1.0.3705
Aspnet_regiis -i

 
Answer #2    Answered By: Julio Morgan     Answered On: Jun 19

1. Go to WINDOWS/MICROSOFT.NET/FRAMEWORK/v1.0.3705
2. Run aspnet_regiis -r in the command prompt.
Thats it.

 
Answer #3    Answered By: Opal Alexander     Answered On: Jun 19

I think you're looking for the -I option.

 
Didn't find what you were looking for? Find more on .aspx Doesn't run on my pc (XP) Or get search suggestion and latest updates.




Tagged: