|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
default.mspx or default.dodefault.mspx
i'd like to change extention of my web page like mspx as microsoft insert mime type to mspx and then ?? how can i make this development environment?? especially vs2005? Lots to change there. You need to map the extensions to your aspnet ISAPI
filter under IIS. You also need to make sure you don't walk on someone else's mime type at the client end. Doing so will cause issues within the browser. Lastly, not sure the Visual Studio will like any of this or if there is a way to change the file mappings in there. Bottom line, unless you have a really good reason for doing this, better left alone. -A Show quoteHide quote "micky" <somequest***@gmail.com> wrote in message news:e3eSSVpAGHA.2560@TK2MSFTNGP12.phx.gbl... > default.mspx > > i'd like to change extention of my web page like mspx as microsoft > insert mime type to mspx and then ?? > how can i make this development environment?? especially vs2005? > >
Other interesting topics
ConnectionStrings in ASP.NET 2.0?
help please on GridView commands + AutoEventWireUp, firing twice etc... Client Side Checkbox Code Flash Movie (.swf) does not work on localhost Highlighting DropDownList Items Running client commands from asp.net app Trouble with Process.start in my web application... Built-in controls with custom providers Exception: Thread was being aborted datagrid paging |
|||||||||||||||||||||||