
Additional extension information
| File type: |
Web |
| Popularity: |
Frequent |
| Author: |
Microsoft |
| MIME type: | Not specified |
The .ASHX file format is part of Microsoft's ASP.NET.
These files are used instead of having .aspx and the code-behind file (.cs) and are useful when outputting to a xml-consuming client rather than a browser.
As per my understanding, it is an ASP.NET Web Handler File. The file contains some form fields which have to be filled, but my friend doesn't have MS Visual Web Developer or MS Visual Studio installed.
Any help will be appreciated.