This is usually due to one of three things. First possibility is that you're accessing the asp page through file:// etc, but you've said you're not, so that discounts that one.
Second is that you don't have an application set up within IIS. To check this go into IIS, right click on your website and select Properties. Click on the Home Directory tab, and at the bottom ensure there is an application entered in the Application Name area, and that it's not all greyed out. If it's greyed out you need to click the Create button (I think that's what it's called, don't want to kill one of our sites to find out! Lol) Third is that ASP.DLL isn't registered properly. Easiest solution to this on a non-production machine is to re-install IIS. Dan www.diado.com -----Original Message----- From: bk_sen88 [mailto:[EMAIL PROTECTED] Sent: 08 October 2004 16:37 To: [EMAIL PROTECTED] Subject: [ASP] ASP PROBLEM ON WIN XP PRO Hi all! I am facing problem running ASP Pages on local intranet (localhost). I've Win XP- Pro installed in my computer. When I call ASP page from IE6. It show all the ASP coding in text format. (http://localhost/iisstart.asp) IIS Start Page is also showing ASP coding like below. Not proper ASP page even though IIS is installed. Can anybody in this group help me to solve this problem. Thanking you. Sen <%@ Language = "VBScript" %> <% Response.Buffer = true %> <!-- WARNING! Please do not alter this file. It may be replaced if you upgrade.... --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
