1
Answer

Web controls are not displaying

Ady4Net

Ady4Net

19y
1.7k
1
Hi, I'm a beginner to ASP.Net I'm not able to browse my asp.net application in the browser by using http://localhost/myapp/default.aspx. It gives an error HTTP 404 - File not found. But the same runs when I give my IP Address instead of 'localhost'. The other problem is this that any web control on my form doesn't displayed when I browse it only html controls are displayed. I'll be highly obliged if someone can help me out !!! Thanx
Answers (1)
0
mibuyt

mibuyt

NA 512 0 19y
Hi, It should be be that case. If you can build a project and debug it properly in vs.net 2003, it should work. try this: http://127.0.0.1/myapp/default.aspx Are you sure your IIS can run ASP.NET? If cannot, load up your vs.net 2003 command prompt and type aspnet_regiis -i Hope it helps you somehow :) Cheers.