error when I load aspx

giggi

New member
Joined
May 19, 2003
Messages
1
hi,
Ive installed IIS on windows 2000 but when I try to open a page .aspx
I get this error:
Errore server nellapplicazione /.
Impossibile trovare la risorsa.
Descrizione: HTTP 404. La risorsa che si sta cercando (o una delle sue dipendenze) potrebbe
Informazioni di versione: Versione di Microsoft .NET Framework:1.0.3705.0; Versione di ASP.NET:1.0.3705.0

Could you help me??
Thanks
Giggi
 
Disclaimer: I am guessing this is Italian and I dont speak Italian, but I think I can figure out what the error message is.

What have you set your default Web directory to be? Is that where you are saving your Web App files? Most likely you saved those files before you installed IIS and your files are not in the default web directory. You can either move them or set their directory as the default web.

I hope that helps.... No promises....
 
You do not mention at all that you installed the .NET framework. You cannot just install IIS and expect it to be able to handle ASP.NET. The framework must be installed as well.

If you have the framework installed, then it is likely you installed the framework and IIS in the wrong order. If not installed correctly, ASP.NET will not be registered correctly for IIS to be able to handle. You must install IIS first, and then the Framework in order for IIS to be able to handle .ASPX pages.

Hope this helps. If not, please post more information including the error message in English.

--Sean
 
Back
Top