Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: aspx files not active


Message #1 by "Andrew Watts" <andrew.c.watts@b...> on Tue, 9 Jan 2001 18:04:25 -0000
I edited the MMC / IIS / IIS ADMIN / configuration settings and entered

aspx for file extension, linked to the DLL and chose

C:\WINNT\Microsoft.NET\Framework\v1.0.2204\xspisapi.dll,  and chose

GET,HEAD,POST,TRACE but still my aspx page just displays in thr browser.



As far as I can tell, VStudio.NET is installed. Any ideas ?



Thanks Andrew andrew.c.watts@b...



---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by Krishnakant Baderia <krishnabaderia@s...> on Wed, 10 Jan 2001 17:06:10 +0530
it should be GET,HEAD,POST,DEBUG not GET,HEAD,POST,TRACE......what i seen in

my IIS Admin / configuration



Krishna Kant Baderia

Sr. Developer

Solutions Infosystems Pvt. Ltd.

www.Solutionsny.com



Phone : (O) +xx-xx-xxxxxxx

           (R) +xx-xx-xxxxxxx / xxxxxxx





-----Original Message-----

From: Andrew Watts [mailto:andrew.c.watts@b...]

Sent: Tuesday, January 09, 2001 11:34 PM

To: ASP+

Subject: [aspx] aspx files not active





I edited the MMC / IIS / IIS ADMIN / configuration settings and entered

aspx for file extension, linked to the DLL and chose

C:\WINNT\Microsoft.NET\Framework\v1.0.2204\xspisapi.dll,  and chose

GET,HEAD,POST,TRACE but still my aspx page just displays in thr browser.



As far as I can tell, VStudio.NET is installed. Any ideas ?



Thanks Andrew andrew.c.watts@b...





---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #3 by Krishnakant Baderia <krishnabaderia@s...> on Wed, 10 Jan 2001 17:14:29 +0530
One more thing please enter the same dll for following extensions in the IIS

Admin con.. :



.asax

.ascx

.ashx

.asmx

.aspx

.axd

.disco

.rem

.soap

.web



might be one of them required..





Krishna Kant Baderia

Sr. Developer

Solutions Infosystems Pvt. Ltd.

www.Solutionsny.com



Phone : (O) +xx-xx-xxxxxxx

           (R) +xx-xx-xxxxxxx / xxxxxxx

 

-----Original Message-----

From: Andrew Watts [mailto:andrew.c.watts@b...]

Sent: Tuesday, January 09, 2001 11:34 PM

To: ASP+

Subject: [aspx] aspx files not active





I edited the MMC / IIS / IIS ADMIN / configuration settings and entered

aspx for file extension, linked to the DLL and chose

C:\WINNT\Microsoft.NET\Framework\v1.0.2204\xspisapi.dll,  and chose

GET,HEAD,POST,TRACE but still my aspx page just displays in thr browser.



As far as I can tell, VStudio.NET is installed. Any ideas ?



Thanks Andrew andrew.c.watts@b...





---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to aspx as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #4 by "Andrew Watts" <andrew.c.watts@b...> on Thu, 11 Jan 2001 00:06:31 -0000
Thanks fro the reply ! those other file types were registered. Here's what

I also did

1.) used regsvr32 on  xspisapi.dll ( not sure if I needed to do that)

2.) stopped the IIS and restarted it 



Then it worked fine ! :)


  Return to Index