Tagged Questions
The wildcard-mapping tag has no wiki summary.
4
votes
2answers
2k views
asp.net 4.0 web forms routing - default/wildcard route
I there a simple way when using ASP.NET 4.0 routing with Web Forms to produce a route that will act as some kind of wildcard?
It seems to me that within WebForms, you have to specify a route for ...
3
votes
1answer
234 views
Struts2 wildcard action mapping with ognl expressions as field-names
I am trying to populate a parameter named 'member.id' in an action class using regular expression and wildcard action mapping with Struts2. The action mapping is something like this:
<action name ...
2
votes
2answers
345 views
WCF Methods Return 404 When Wildcard Mapping Is Enabled In IIS6
I have a REST WCF service defined as follows:
[ServiceContract]
public interface IRest {
[OperationContract]
[WebGet(UriTemplate = "/test")]
int Test();
}
With the following web.config:
...
2
votes
3answers
2k views
MVC2 + ASP.NET 4.0 + IIS6 + extensionless URLS, no longer need wildcard mapping?
I noticed that asp.net 4.0 now installs a top-level isapi plugin (in iis6), such that it can inspect every request coming to the server. Should this now allow us to run MVC applications with ...
2
votes
2answers
2k views
Mapping classic asp pages to .net in IIS
I'm trying to map requests for classic asp pages to be handled by .net, so that it runs through a custom httpmodule.
In IIS I have remapped asp requests to aspnet_isapi.dll - I'm sure I've done this ...
2
votes
4answers
650 views
IIS6 Wildcard Mapping Security Concerns?
We are looking to utilize extensionless URL's for the first time in our organization. We've requested our sys admins add a wildcard mapping to IIS6 so all requests get processed through the asp.net. ...
1
vote
2answers
169 views
Redirecting dynamic extensionless urls using urlrewrite wildcards
I have a dynamic list of "referrers", example ANN, BOB, ..., ZED. I want people who go to my url www.website.com/ANN, www.website.com/BOB, www.website.com/ZED to be directed to a special dynamically ...
1
vote
1answer
544 views
Problem using custom HttpHandler to process requests for both .aspx and non-extension pages in IIS7
I am trying to process both ".aspx" and non-extension page requests (i.e. both contact.aspx and /contact/) using a custom HttpHandler in IIS7. My handler works just fine in either one case or the ...
1
vote
3answers
760 views
ASP.Net MVC Wildcard Mappings IIS 6.0 - Page Can Not be Found
I added wildcard mappings to my website in IIS 6.0 so that my MVC application works properly but now I get a page can not be found for every request. Once wildcard mappings are inserted I can not ...
1
vote
1answer
508 views
Using Servlets and JSP together resulting in unexpected looping
I'm trying to use Servlets as a controller layer and JSPs as a view layer. Many of the examples/tutorials I've read suggest doing somehting like this:
public void doGet(HttpServletRequest request, ...
1
vote
3answers
854 views
What is the best workaround for the ASP.NET forms authentication timeout problem when using wildcard mapping?
My team is working on a crappy old website and most of the pages are still ASP classic. However, we've recently migrated to forms authentication using ASP.NET and wildcard mapping. Everything works ...
0
votes
0answers
10 views
How to configure ASP.NET Routing for PDF files in IIS 6 on .NET 4.0 in Medium-Trust
I am having difficulty resolving a deployment issue, and it seems that the cause is that IIS is failing to send a routed request to the ASP.NET pipeline. However, the conditions during which the issue ...
0
votes
0answers
156 views
ASP.NET MVC3 and IIS6 - wildcard application maps drawbacks and alternatives?
I'm using ASP.NET MVC3 and IIS6. Without wildcard application mapping my application works fine, despite one issue. When I try request for *.js file, ex: http://www.my.app.com/res/script.js, such ...
0
votes
0answers
274 views
Settings to enable asp.net webservices on IIS 7.0 in classic mode?
I am developing a rest-like web service using asp.net 2.0 which serves extensionless URLs. I've implemented this by adding a wildcard scriptmap to IIS and serving the requests using a custom ...
0
votes
1answer
242 views
Unable to add wildcard scriptmap on IIS 6.0 programatically
I have created a Web Setup project using VS 2008. I have created a custom action to programatically add a wildcard scriptmap for my virtual directory. The app installs fine, but, during custom action, ...
0
votes
1answer
328 views
WCF + Wildcard Mapping + IIS6 = 404s on Every Method!
I am receiving 404s when executing a WCF method on IIS6 when wildcard mapping is enabled.
You can all reproduce this by creating a new WCF Service in VS2008 (new Project > WCF Service Application). ...
0
votes
1answer
190 views
Apache wildcard at domain level
I have few sites, and they all have identical setup on a single server. Now, instead of the separate configuration file for each of them in sites-enabled directory, I want to have a common file.
Idea ...
0
votes
1answer
411 views
HttpContext.Current.CurrentHandler is null in Context_PreRequestHandlerExecute (IIS integrated mode)
Helo community,
I migrate my application to the IIS integrated mode. (IIS 7.5)
I'm using the IIS wildcard mapping, so every request is processing through my application.
In the classic mode I get ...
0
votes
2answers
166 views
How do I get the site root to return the correct page w/ ASP.NET MVC + WebForms + ISS 6 Wildcard mapping?
Currently, I'm converting a web application from web forms to ASP.NET MVC. The project has been converted and IIS 6 is setup w/ wildcard mapping. I also have made one MVC view/controller that works ...
0
votes
2answers
257 views
Subdomain URL Rewriting and Web Apps
So a lot of web apps have the customer choose their own subdomain, ie mycompany.webapp.com
Presumably, every subdomain works off the same set of files and the unique subdomain is perhaps stored as a ...
0
votes
2answers
554 views
MVC + Extjs + IIS6 + Wildcard Mapping = Post Form resulting in 302 object moved
Everything seems to work fine until i want to submit the form and update the database.
Wildcard mapping works on requests like "/navigation/edit/1", but when i submit the form as:
var ajaxPost = ...
0
votes
2answers
2k views
Wildcard mapping in IIS 7.0 not working
I can't seem to get the ASP.NET engine to handle ALL wildcard mapping.
When I try to make a request that is supposed to be handled by the asp.net engine, i get a 404 error from the StaticFile handler
...
0
votes
3answers
206 views
Wildcard mapping for ASP.NET and issues with PHP
I have an application written in .NET 3.5 with C# as the language. I'm using Web Forms, but using url routing with the routes defined in my global file. Everything is working as expected. In order for ...
0
votes
1answer
746 views
Request.ServerVariables[“LOGON_USER”] blank when using ASP.NET wildcard application mapping
When I set up wildcard application maps so that asp.net handles requests (setting executable path to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll) LOGON_USER is blank when I access a ...
0
votes
4answers
555 views
Why does IIS wild card mapping break my AJAX calls?
I'm trying to use jQuery to make some AJAX calls, but because I have wild card mapping (to .NET) in IIS 6 turned on, it doesn't seem to work. Disabling the mapping makes everything magically work.
...