Tagged Questions
0
votes
0answers
18 views
Add namespace to web.config in View folder
In my ASP MVC 3 site, I am trying to use the BeginCollectionItem dll from Steve Sanderson's blog post. I have my partial view set up like so
@model Monet.Models.DropDownValues
@using ...
0
votes
1answer
23 views
From Visual Studio 2010 to Visual Studio 2012 (MVC 3 To MVC 4)
Phase1 project is a webapplication developed in visual studio 2010 using Asp.net MVC3.
Now I want to continue my next phase with Asp.net MVC4 also shift the project in visualstudio 2012.
What are the ...
0
votes
1answer
23 views
Passing the connection string from 2 web applications sharing a DAL?
I have a solution with two MVC 3 application sharing the same DAL libaray. Each application is pointing to a different db and their connection string is stored in their respective web.config file.
...
0
votes
0answers
76 views
How to Prevent MVC 4 Child Application inheriting Parent Application (Umbraco MVC3) web.config
I have Umbraco deployed on the server. Currently I am trying to deploy MVC 4 Application as a child application but somehow the child's views\web.config inherits the configSections and sectionGroup ...
-1
votes
1answer
32 views
Dev Database connection persisting on production environment
as the title suggests i'm having a little problem with a persisting database connection. Here, we have 2 databases, one for dev and testing and the oficial, production one. We used to change manually ...
0
votes
1answer
188 views
How to save xml data to database using mvc4
I have created an xml file named SeedData.xml like this.
<Root>
<User>
<UserID>1</UserID>
<UserName>Admin</UserName>
...
2
votes
2answers
116 views
web.config is different in MVC3 and MVC4
Im doing a web application in C# and ASP.NET MVC4.
On inspection of the web.config file I noticed that MVC4 has this:
<system.web>
<compilation debug="true" targetFramework="4.0" />
...
0
votes
0answers
79 views
How to prevent session getting timed out with MVC & without using forms authentication
I have my MVC web application which gets timed out after 20 secs . I have not used forms authentication here . I have put session state with timeout 526600 as below :
<sessionState mode="InProc" ...
0
votes
0answers
30 views
mvc3 block upload folder from being indexed
I was doing a google search of my website and I seen my uploads folder indexed, which i can not have since thats were i store images. How can I make the uploads folder un-indexable or block it from ...
0
votes
1answer
36 views
Update current web.config on-line
I've created a screen on my web application that will allow super administrators change values of parameters on Web.Config.
The problem
One time we change the values of parameters using that code ...
1
vote
0answers
174 views
MVC 3 errors with Temporary ASP.NET Files
I am taking over a ASP.NET MVC 3 project from a friend who has not got the time to work on it. I copied across all his files, setup the database etc and then opened it in VS2010. I proceeded to change ...
2
votes
1answer
137 views
Why can't my web project find my elmah.axd file
In my web.config file I have all the references to elmah that I need in order to have elmah running. Except this part of the code:
<location path="elmah.axd">
<system.web>
...
0
votes
1answer
485 views
asp.net mvc routing not working\ 404 - File or directory not found. working on local not working after deploying
My webconfig asp.net mvc routing not working\ 404 - File or directory not found. working on local not working after deploying please check my code is this webconfig. error
<?xml ...
0
votes
0answers
49 views
MacineKey required in web.config on azure web roles?
Is the machinekey in web.config required in order to not loose Cookies on publishing a new version to Azure? I have upgraded to the latest Azure SDK 1.8, and specified:
<machineKey ...
1
vote
1answer
213 views
ASP MCV Form based Auth using AD works locally but fails on server(iis7)
I implemented a form based authentication that uses AD in an ASP MVC 3 application following the directions I found here ASP.NET MVC - Authenticate users against Active Directory, but require username ...
0
votes
0answers
125 views
MVC 3 App always looking for SQL Express
I am facing an weird issue when I try to deploy my MVC 3 application on the server.
I used the VS2010 publish feature to get my build package for the server.
When I try to browse my application I ...
0
votes
1answer
117 views
Web.config configuration seems correct. But still can't access database on the hosting server
I know there is a high possibility of this question being asked by many people. but I'm very confident that I have read most of those questions and still wasn't able to find solution.
below are all ...
0
votes
1answer
199 views
IIS hosting ASP.NET MVC site gives http 404 for urls containing 'web.config'
Requesting a page from IIS (hosts ASP.NET MVC 3 site) with url containing web.config gives 404 error. Urls with app.config have no problem. Local Visual Studio development server has no issues with ...
0
votes
1answer
111 views
Not able to set up <customErrors mode=“off”> for a mvc3 .net web app
I need set CustomErrors on OFF in my web.config in IIS 7.5 for my MVC 3 web app.
Using this code the CustomError are still in default mode.
Could you tell me what I'm ding wrong here? Thansk
...
3
votes
1answer
667 views
Yet another Could not load file or assembly 'EntityFramework
Now, I promise that I've googled this. Stack overflow has about 4 or 5 solutions to this issue. Still, none of them seem to be working. I'm using EntityFramework 5 (4.4) with an MVC 3 project. This ...
1
vote
1answer
592 views
What is the default sessionState in an asp.net mvc 3 application?
I was considering using <sessionState mode="InProc" timeout="45" /> because some users are repeatedly logging in, and I would like to save them some time. However, before I add this to my ...
3
votes
3answers
592 views
How to read system value from web.config and use in ASP.NET MVC C# method
I'm working on a ASP.NET MVC3 web application (not written by me) which has a max upload size of 100MB. Now this web application gets installed on server machines for customers so it would be nice if ...
0
votes
1answer
87 views
SqlException when creating a new item in Asp.Net MVC 3 app
In my "web store" mvc app I want to add items to database. Items table has CreatedBy field and it is a foreign key from User table UserId field. Everything was working before I put the database into ...
1
vote
1answer
213 views
Asp.net MVC Windows authentication will ask users to enter their usernames and password when using firefox
I have an asp.net mvc web application that is deployed using IIS 7 and i have set the authentication to be windows authentication.
<authentication mode="Windows" />
<authorization>
...
1
vote
1answer
404 views
Spring.net + ASP.NET MVC 3 + PostgreSQL
I'm trying to combine sprig.net with ASP.NET MVC3, using PostgreSQL as DB. I succeeded to do this with MySQL before. Here are my 2 config files:
1) web.config:
<configuration>
...
0
votes
0answers
136 views
500 Internal Server Error in Asp.net Web.config
I am consuming WCF in my project, everything works fine but when I use to call a particular stored procedure compiler gives me an error, please suggest me the solution
...
3
votes
2answers
170 views
Bypass or turn off [Authorize(Roles=“”)] during development?
Building an MVC3 application, and TPTB want us to use their custom authorization provider. However, during development this auth provider is kind of a pain, since it will either give an error til you ...
3
votes
1answer
216 views
Different authentication mode for different areas
I have two portions of a website I am working on: one that uses normal forms authentication and another that uses an HMAC-based authentication. The forms based one works just as normal (except using a ...
3
votes
1answer
214 views
How to share web.config file between MVC 3 and MVC 4 Project
I have a MVC 3.0 and MVC 4.0 Projects side by side
I did this for the resource sharing between two solutions. it is works fine when i change the config file. changes in details.
In MVC 3.
...
0
votes
1answer
338 views
Nuget web.config.transform oddly merges dependentAssembly section
I just created a custom nuget package with the goal of packaging our Devart dlls s.t. we have a proper versioning and updating mechanism in place throughout all of our projects.
The structure of the ...
0
votes
2answers
170 views
Sharing AppSettings and ConnectionStrings between a console and a web app
I have a multi-tiered ASP.Net MVC 3 application in which different layers need to share some settings, and I am wondering how to best achieve this.
For now, all my AppSettings are in the Web.config ...
1
vote
1answer
234 views
Changing Language: globalization, culture depending on domain
I'm currently working on a MVC3 project where the globalization on a site is configured in the web.config.
I want to implement a functionality that changes the globalization to a different ...
0
votes
0answers
142 views
Does inheritInChildApplications Web.config attribute work in ASP.NET MVC 3?
We have an MVC3 application deployed on IIS 7.5, and now need to deploy another app in a subdirectory of the main one. After running into Web.config inheritance conflict we tried to wrap the ...
1
vote
1answer
77 views
Alternate web.config for different servers
I was reading this http://blogs.msdn.com/b/webdev/archive/2009/05/04/web-deployment-web-config-transformation.aspx but when I right click on web.config in Visual Studio the "Add Coding Transforms" is ...
0
votes
1answer
99 views
What is in a mysql provider?
I have been toiling with an issue with mysql connector on and off for the past 3 months using a workaround. I even filed a bug report recently. However, I have found multiple instances of mysql ...
0
votes
0answers
89 views
Setting CustomErrors to On in Web.Config crashes site
I have an ASP.NET MVC3 site where CustomErrors are set to Off in Web.config. Naturally, I want to set it to on. However, when setting it to on:
<customErrors mode="On" ...
7
votes
2answers
2k views
Web.config transformation: Unrecognized attribute 'xmlns:xdt'. Note that attribute names are case-sensitive
I'm getting this strange intermitent bug in a MVC 3.0 project
When I build the project sometimes I get the following error message:
Unrecognized attribute 'xmlns:xdt'. Note that attribute names ...
0
votes
1answer
166 views
Publishing to IIS7 with custom MemberShipProvider gives error
I've built a website with MVC3, .Net 4.0, and I'm trying to get it to work on my test server. The server is a default installation of win2008 r2.
While testing and debugging (with the ASP.Net ...
1
vote
1answer
265 views
Error deploying MVC3 - Cassette application on IIS8
Works fine on the local machine, but when deployed this error message pops up:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data ...
1
vote
1answer
1k views
Configuration error: System.Web.Helpers
I deployed a site to a server and I get this error. Why do I get this?
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this ...
2
votes
1answer
1k views
Registering HttpHandler in ASP.NET MVC 3 and getting 404 Not Found Error
I made a custom handler for test purposes, which looks like:
namespace MVCHttpHandlerProject
{
public class SomeHandler : IHttpHandler
{
public bool IsReusable
{
...
0
votes
2answers
137 views
Unable To Edit AppSetting In Web.Config In Medium Trust?
I am trying to update an appSetting in the web.config in an MVC3 app running in medium trust. It fails as soon as I try to call?
var config = WebConfigurationManager.OpenWebConfiguration("~");
...
1
vote
1answer
252 views
Is there a way to set the local time, which may be different than the server's time, in an ASP.NET MVC3 application?
I have an MVC3 application the displays the current time locally, but displays the servers time when uploaded to hosting. Is there any way in the app.config or the web.config that I can set my local ...
0
votes
3answers
207 views
MVC3 load start up page error
Ok, So as a company we deployed our first MVC3 application on a web server. Which has been set up to handle .NET
The server uses Windows Server 2008 and IIS 7.
However when we point the browser to ...
0
votes
2answers
427 views
Update web.config applicationSettings programmatically with C# (MVC)
I want to update web reference Url in web.config applicationSettings at runtime
Here is web config application settings
<applicationSettings>
<ItineraryBuilder.Properties.Settings>
...
0
votes
0answers
92 views
URL rewrite to change 2nd level domain but keep sub and top domain
We have an old domain name (on several top domains) that we want to redirect to the corresponding page on the new domain name.
Hence, we want to keep subdomain and topdomain and just change 2nd level ...
2
votes
1answer
569 views
ASP.NET MVC web.config - Login failed for user
I'm deploying an ASP.NET MVC application and I'm having difficulty with the web.config. The application will be deployed to our server, but will be accessing a database on a different, off-site ...
0
votes
1answer
340 views
make .edmx file in MVC3 to use web.config connectionstring
I am trying to develop a web application using MVC3 architecture.
I have DAL library for all database related operations and my web application is a separate application.
Now, if I update my .edmx ...
2
votes
2answers
2k views
EntityFramework can't see ConnectionString in the App.config
I am studying Code First EntityFramework together with ASP.Net MVC 3.
At first my trivial EFDbContext class was placed in the WebUI mvc project in a Concrete folder.
public class EFDbContext : ...
0
votes
0answers
672 views
ASP.Net MVC 3/4 Hosted on IIS 7.5 Default Handler Mappings
What are the correct Default Handler Mappings for ASP.Net, ASP.Net MVC and WCF Services hosted on IIS 7.5 .Net Framework 4.0 on Windows 7 (PRO)?
Out of a team of 8 developers who installed ASP.Net ...





