简体   繁体   中英

Web Page Not Found - HTTP 404, ASP.NET page isn't working with IIS7.5

I am trying to create a new Web page on our IIS7.5 server. I am using the same settings as an existing and working site, but the new one isn't working. If it's runing or not, I get the same error, as if it's not even there:

Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /HomePage.aspx

What am I missing?

Thanks GZ


It now works on Firefox, Chrome, Opera, but NOT on IE.

It uses Windows authentification. On IE9, I get asked my credentials a few times before getting the 401-Not authorised page.

Why does it work on the other 3 broswers and not this one?

Thanks

确保IIS和WebSite都已启动。

Try to turn your WebSite in a application, on IIS. You'll find it in properties of website, Home Directory tab, Applications settings. If you find a Create button (click on it).

Also verify execution permission. Set it to Scripts Only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM