0
votes
2answers
17 views
Parsing urls in .Net (ASP.Net MVC) to figure out what host they are for
I'm trying to add validation to our redirects to prevent us allowing redirections out of the domain. The urls I need to pass aren't trusted since they could come from the user via …
0
votes
0answers
17 views
ASP.NET MVC Windows Security issue
I am suddenly getting a Windows Security dialog when requesting:
http://mydomain/Reports/
This happens after I have moved an ASP.NET MVC application from Server 2008 to Server 2 …
0
votes
1answer
19 views
S#arp Architecture Fluent mapping for self referencing entity (Tree structure)
I've come up against a problem in converting my Fluent NH mapping to Sharp Architecture. I like the platform for it's ease, however it seems to handle entity mappings slightly diff …
0
votes
2answers
25 views
Asp.net MVC ModelState.Clear
Can anyone give me a succinct definition of the role of ModelState in Asp.net MVC (or a link to one). In particular I need to know in what situations it is necessary or desirable …
1
vote
2answers
68 views
Can’t get jQuery autcomplete to work. (ASP.NET MVC)
Hi,
I'm trying to follow the example in this post by tvanfosson.
I just can't get it to work. I think the problem is with my JavaScript (?).
I say that because if I navigate in m …
0
votes
3answers
16 views
multi steps information submission using TemData IN ASP.Net MVC
I am working on a MVC web form where user will submit the Album information in the first step, after submitting the Album information in the second step user can submit the track i …
1
vote
1answer
48 views
Ah getting so confused with service layers
Hi
Service layers and repository seem so simple on paper but I am getting myself confused.
So here is what I am confused about. I have a service layer for my PayPal service layer …
1
vote
2answers
16 views
FormsAuthentication.SetAuthCookie in OnAuthorization of custom attribute
I am trying to set an auth cookie in OnAuthorization of my custom attribute in asp.net mvc(C#) application.
when the session expires(New Session), i am setting an auth cookie agai …
0
votes
1answer
19 views
Mixed Forms and LDAP authentication with auto-registration with ASP.NET MVC.
Hi,
I need to use Form-Based authentication on an ASP.NET MVC web site with LDAP (Active Directory) backend like TeamCity for instance.
So i need to query LDAP first if the reque …
0
votes
3answers
32 views
Regex for extracting second level domain from FQDN?
I can't figure this out. I need to extract the second level domain from a FQDN. For example, all of these need to return "example.com":
example.com
foo.example.com
bar.foo.exam …
0
votes
1answer
14 views
Install asp.net mvc 2 beta on Visual Studio 2010 Beta2
Is there any workaround on installing asp.net mvc 2 beta on a VS2010 Beta2 box?. Phil said on his post that it isn't supported for VS2010 beta2, mostly because of the tooling suppo …
-3
votes
2answers
71 views
css return ‘200 ok’ but not being applied to page [closed]
first it worked then it didnt. this is on the webserver..
EDIT: SORRY FOR THE FAKE QUESTION, I CANT TELL WHATS REAL AND NOT REAL AFTER SO MANY HOURS IN FRON OF THE COMPUTER. ILL G …
2
votes
2answers
68 views
Do the Nerd Dinner models use best practices for disposing objects?
I've been looking at the Nerd Dinner code and one thing they do in their models, is create an instance of the DataContext like this:
public class DinnerRepository {
private N …
4
votes
4answers
58 views
How can I find which object in ASP.NET can’t be serialized?
I'm getting the following error in my application:
Unable to serialize the session state.
In 'StateServer' and 'SQLServer' mode,
ASP.NET will serialize the session
state …
0
votes
2answers
27 views
ActionLink with parameter after ? instead of /
Hello.
Please give me example how to generate ActionLink with reditection to: http://localhost/Articles?View=xx instead of http://localhost/Articles/View/xx ?
Im doing this like as …
