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

ASP Pages not working

Status
Not open for further replies.

mdr227

Programmer
Nov 17, 2000
114
US
I am trying to run PWS on my local computer (Windows XP) to test some sites I am working on. All the htm and html pages appear properly, but I get the following error message when trying to access anything with an .asp extension. Does anyone know what I need to set in IIS/PWS to get ASP pages to display?

Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
 
I didn't even know PWS ran on XP.

However, I know that in IIS 6, I've had to specifically allow ASP pages (they were denied by default). I can't tell you exactly how to do that in PWS, but it should give you somewhere to look.

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook
zen.gif

 
Hi, try to modify the level isolation for your web site: default is "pooled". If this works, open component services console and change the identity of your com+ package "pooled applications" from "system" to interactive user.

This should do it.

Hope this helps. Please let know if this resolve your issue

Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top