1.

Is It Possible For Me To Change My .aspx File Extension To Some Other Name?

Answer»

Yes.

  1. OPEN IIS->Default Website -> Properties
  2. Select HomeDirectory tab
  3. Click on configuration button
  4. Click on add. Enter aspnet_isapi details
  5. (C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll
  6. GET,HEAD,POST,DEBUG)

Open
machine.config(C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG)
& add NEW extension under tag
<add verb="*" path="*.santhosh" type="System.Web.UI.PageHandlerFactory"/>

Yes.

Open
machine.config(C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG)
& add new extension under tag
<add verb="*" path="*.santhosh" type="System.Web.UI.PageHandlerFactory"/>



Discussion

No Comment Found