1
vote
2answers
211 views
Can you host multiple tenants on a single ASP.NET application instance over SSL?
I have an ASP.NET application that will host multiple tenants (Software-as-a-Service style). Each tenant will have their own domain name (www.mydomain.com, www.yourdomain.com) and their own SSL cer …
4
votes
7answers
2k views
Why isn’t my custom WCF behavior extension element type being found?
I have a solution that contains two projects. One project is an ASP.NET Web Application Project, and one is a class library. The web application has a project reference to the class library. Neithe …
0
votes
Custom URL Extensions/Routing Without IIS Access
The 404 page really is your only option if you can't map the requests. I've seen several blog packages that do this to enable magic URLs like .../archive/YYYY/MM/DD and such - there's no such page, …
0
votes
Change Theme / CSS based on user
I think it depends on how savvy your users are about CSS. If they're web developers or have that inclination, having them write CSS is probably fine. If not, you'll either have to generate it stati …
1
vote
Why isn’t my custom WCF behavior extension element type being found?
Per the workaround that Microsoft posted on …
1
vote
How do I get design mode to work for templated user controls?
There is a Connect bug filed on this as well as …
0
votes
Error Rendering control - [A] cannot be cast to [B] in the context LoadNeither
In order to make this work you'll need to put the control project and the test project in two different solutions. The problem is unique to issues where you have to debug another running instance o …
0
votes
how can make all anchor tag (<a>) and image (<img>) fully qualified url in ASP.NET?
The only way I'm aware of to catch both server control output and standard HTML output is to rewrite the handler output on the fly. …
