Call asp.net from asp

  • Thread starter Thread starter Bhavna
  • Start date Start date
B

Bhavna

In order to call asp.net page from asp do I need to install .Net
framework on the server or IIS can take care of it. I have both of my
files (i.e. asp and .aspx) in the same directory but, I am getting
page not found error when I am trying to access .NET page.

TIA,
Bhavna
 
Hello Bhavna,

Whis IIS version do u use? If Win2k3 then in IIS->WebService extension allow
"Active Server Pages" to be called. By defaul the status of this option is
Prohibited

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

B> In order to call asp.net page from asp do I need to install .Net
B> framework on the server or IIS can take care of it. I have both of my
B> files (i.e. asp and .aspx) in the same directory but, I am getting
B> page not found error when I am trying to access .NET page.
B>
 
Back
Top