Sean Lynch

118
Reputation
39 views

Registered User

Name Sean Lynch
Member for 1 year
Seen 9 hours ago
Website
Location Michigan
Age 33
I am a senior developer at mid size health management company.
Oct
29
awarded  Scholar
Oct
29
comment Accessing resources via Uri in Asp.net mvc
Are you using asp.net mvc 1 or 2?
Oct
29
comment Reference problems when using VirtualPathProvider to dynamically load a view
I am not sure what you mean by full path to my classes.
Oct
29
comment Reference problems when using VirtualPathProvider to dynamically load a view
My Model is basically public class Category{ public int Id{get;set;} public string Title{get;set;} public string Description{get;set;} public Category Parent{get;set;} } I have added the Model.Category namespace to the web applications web.config.
Oct
29
asked Reference problems when using VirtualPathProvider to dynamically load a view
Oct
27
awarded  Yearling
Oct
15
awarded  Commentator
Oct
15
comment asp.net mvc website issue
I suspect its because he wants to be able to press F5 to test it. What I am not sure about is what do mean by "Event though it does it when its a MVC project"
Oct
14
awarded  Critic
Oct
14
accepted How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
Oct
12
comment ‘+’ causing bad request in URL’s
I disagree, this is more a question about ASP.Net MVC. He just gave context that he is running it on IIS7
Oct
10
comment Why does my ASP.NET MVC application work from a virtual directory, but not from a website?
Do both servers have the same user set up for the App Pool?
Oct
9
answered Why does my ASP.NET MVC application work from a virtual directory, but not from a website?
Oct
9
comment Hosting a ASP.NET MVC app
They also have the added benefit of supporting 3.5SP1 which godaddy currently does not.
Oct
8
answered How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
Oct
8
comment How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
I have added the code for the web.config that IIS Manager generated.
Oct
8
revised How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
added 569 characters in body
Oct
8
comment How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
But I have done it was the path rewriting, and just copied the web.config up.
Oct
8
comment How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
You can define the rules in the web.config of your application, so don't need to use IIS Manager to configure them. However, I am not sure of the exact XML that would be used though. I don't have access to IIS Manager right now to try it out.
Oct
8
answered How do I block requests for all *.php, *.cgi, etc. pages from inside an ASP.NET MVC 1.0 app hosted in IIS7?
Oct
8
awarded  Editor
Oct
8
revised asp.net mvc - constructing views completely off custom fields in DB
Update how to set the provider
Oct
8
answered asp.net mvc - constructing views completely off custom fields in DB
Oct
8
comment asp.net mvc - constructing views completely off custom fields in DB
Are you able to use the MVC 2 Preview 2 version of ASP.Net MVC?
Oct
8
answered JSON request failing because of line breaks, how to escape them?
Oct
8
comment Asp.Net MVC View: Create and Relationship tables
What is the signature for the Action?
Oct
8
comment ASP.NET MVC 2 Preview 2 - display directory list rather than home/index
Are you running on IIS6 or IIS7?
Sep
9
awarded  Tumbleweed
Sep
2
asked Programmatic word completion dictionary in windows mobile
Jul
8
awarded  Disciplined
Jul
2
answered Prevent asp.net mvc from generating URLs with subfolders
Jun
8
answered Using a user control in a base page class