Click here to Skip to main content
15,867,750 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I use Windows 8.1, Visual Studio 2012 and IIS 8.5

I have a classic ASP application which is hosted on IIS.

When I browse the page in IIS, it just downloads the file. I am not able to view the webpage in browser

Is this the problem with my OS.

Please help.

Thanks in advance,
SR
Posted
Comments
venkatesh@India 17-Jun-15 3:03am    
Try to reconfigure your project in IIS.

1 solution

The problem is that IIS do not recognize the ASP extension and for that can not handle it as content file, instead as binary file and for that lets you download it...
The reason is that Classic ASP engine not installed since IIS7 (Windows 8.1 has IIS 8.5), so you have to install it manually...
http://www.iis.net/learn/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/classic-asp-not-installed-by-default-on-iis[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900