How To Make an ASPX Web Page Executable

The "ASPX" file extension is an Internet Information Services (IIS) extension used to run websites. IIS requires a mapping to the .NET DLL file used to execute the file. If you do not have this extension mapped to the .NET DLL, a Windows server prompts the user to download the file. You can set up IIS to execute the ASPX file extension using the configuration manager.

Instructions

    • 1

      Click the Windows "Start" button on your Web host server. Click "Administrative Tools," then click "Internet Information Services (IIS)" to open the main Web host utility.

    • 2

      Right-click the "Web Sites" icon on the left panel. Select "Properties" from the popup menu. Click the "Home Directory" tab in the opened window. Click "Configuration" to open the file extension configuration tool.

    • 3

      Click "Add" to create a new mapping. Click "Browse." In the opened window, double-click the "aspnet_isapi.dll" file, which is typically installed in "C:\program files\Microsoft .NET Framework" directory.

    • 4

      Type "ASPX" in the "File Extension" text box. Click "OK" to save your settings. Now the "ASPX" file extension executes on your windows server.

Related Searches:

References

Comments

You May Also Like

  • How to Create an ASPX File

    Aspx files are a Microsoft .NET format used to display dynamic web pages to readers. The aspx files are created using Microsoft's...

  • How to Create New Aspx Page

    Practice your first dynamic code in the new .aspx file. The following code dynamically prints the current date to the web page....

  • How to Build an ASPX Page

    ASPX is a .NET web page code that delivers HTML to readers. The HTML created by .NET normally comes with a code-behind...

  • How to Build an Executable JAR File

    The extension "JAR" stands for "Java Archive." Archive-type formats store other files within them, in order to make the files smaller and...

  • How to Create a Login Page Using ASP.NET

    The Microsoft .NET Framework provides a login control that simplifies creation of a login page. The login control is typically used in...

  • What Is the File Extension Aspx?

    The ASPX file extension is used to store scripts and source code for web pages. Web servers often generate this file type.

  • Causes of Runonce3.Aspx Script Error in Internet Explorer 7

    The "Runonce3.aspx" file executes the first time a user starts Internet Explorer 7. If the installation of the software corrupts or the...

  • How to Host ASPX Pages

    Hosing ASPX files involves the installation and configuration of Internet Information Services (IIS). This server application allows Web hosts to execute the...

  • How to Set Up a Web Page on a Server

    After we have created several pages on our own computer and completed them with the proper images and text, then ultimately we...

  • How to Make a Default Web Page for IIS

    Internet Information Services (IIS) is a Microsoft Web host server software used to create and manage websites. The Web page that displays...

  • How to Create an Executable File

    An executable file is a file that can be executed on your computer. These files usually end with the extension ".exe." Many...

  • How to Add Controls to an ASPX Page

    ASPX is a page extension within ASP.NET, Microsoft's server-based scripting technology. ASPX is very similar to HTML and can contain HTML, XML...

Related Ads

Featured