Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS doesn't recognize .aspx file

Status
Not open for further replies.

nidifice

Programmer
Oct 9, 2003
47
0
0
US
I have a test.aspx file that displays a couple .net controls. This file works fine on my local pc.
When I move this file onto my live site it comes up with a 404 not found error.

I've ran 'aspnet_iisreg.exe -i' and the file type exists in my IIS configuration.

Obviously I'm missing something and any help would be appreciated.

~dustin
 
Under IIS Manger make sure that .apsx is enabled under Web Service Extentions. or as a test allow all unrecognized extentions and see if it is working.

Please visit for Computer help and other wondeful things. Also register and you could win monthly prizes.
 
I actually figured this out a little bit ago.

It was a combination of what you said: The .aspx extension was denied in the Web Service Extensions and I had to give read/execute/dirlist access to the account 'servername'\ASPNET. This access had to be on the web root and the virtual directories.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top