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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asp cannot be found..?

Status
Not open for further replies.

kenjoswe

Technical User
Sep 19, 2000
327
SE
Hi all,

When I try to browse a asp file directly from IIS with the extension .asp (example: asptest.asp) then I get: 'The page cannot be found'. If I change the same file to suffix .aspx then there is no problem.

I have checked the application extension and seen that .asp is present in the list.

So what can I do about it?

/Kent J.
 
DotNetGnat,

What was the final solution?
DNG: '..post..exact error message..'
testare: 'I would like to thank..'

It very similar to what I got.

/Kent J.
 
DotNetGnat,

I solved it!
By default, when you initially install IIS 6.0, IIS serves only static content to make sure that the server is secure. The Web Service Extensions node of the ISM is used to permit or to not allow programs that extend this functionality.

So you need to allow ASP. To do this follow this KB Article, section "Enable a Pre-existing Web Service Extension in IIS 6.0"


/Kent J.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top