RicksAtWork
Programmer
In IIS I used to map all extensions/paths to the .net runtime.
I did this by:
1) Right clicking the virtual directory.
2) Selecting properties.
3) In the Virtual Directory tab selecting configuration.
4) I would then add the mapping .* (dot star) and point it at the asp.net worker process.
This would allow me to implement a front controller model.
My hosting company has upgraded to IIS6 and informs me that the mapping .* (dot star) is no longer supported.
How can I map all extensions to .net in IIS 6.
This is a major show stopper and could kill my business!!!!!
Please help!
I did this by:
1) Right clicking the virtual directory.
2) Selecting properties.
3) In the Virtual Directory tab selecting configuration.
4) I would then add the mapping .* (dot star) and point it at the asp.net worker process.
This would allow me to implement a front controller model.
My hosting company has upgraded to IIS6 and informs me that the mapping .* (dot star) is no longer supported.
How can I map all extensions to .net in IIS 6.
This is a major show stopper and could kill my business!!!!!
Please help!