Windows 2003 Server + ASP Pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The asp pages on the server are not accessible, while I can access the html
pages.
Neeless to say it should be related to some security setting..

As such, Asp is allowed in the settings.
Just wondering what are the other settings that have to be allowed in 2003.

The test asp page has just a vanila code, infact no server script at all..

Thanks for any info on this.
 
ASP is disabled by default on Win2003.

Here are the steps to enable it.
1.. In the Internet Information Services (IIS) Manager click on the Web
Service Extensions folder
2.. Here you will see that Active Server Pages are Prohibited (this is the
default configuration of IIS 6)
3.. Highlight Active Server Pages and click the Allow button
4.. ASP is now active!
This steps were extracted from the following page:
http://www.w3schools.com/asp/asp_install.asp

ASP.Net is also disabled by default:
http://www.asp.net/faq/AspNetAndIIS6.aspx

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
When I said in my earlier mail "As such, Asp is allowed in the settings. "
I already allowed active server pages in the Web services extension folder,
but that did not help.

So, I am curious about any other settings.
 
Back
Top