General ASP.NET
-
i want to deploy my website
i want to deploy my website on 3 system like database on one , presentation part on another and code on different ...any idea about it
1 vote -
Razor designer that will preview the page design like aspx page show in designer
When I design web form application, I get designer which shows preview of page design without running the application. It would be great if we add similar which will show design preview of Razor page.
Currently I have to switch back to browser to validate the design changes.
3 votes -
Dynamically add new bundles after Application_Start has occurred
It would be great to have a way to automatically flush the bundle cache and create new bundles when a new folder is created underneath the bundle path as described at http://stackoverflow.com/questions/15328040/how-can-i-dynamically-add-bundles-after-application-start-has-occurred.
11 votes -
VS 2012 Express for Web install does not install MVC templates on Windows 8, no tools to fix that, no documents with fixes/workarounds.
VS 2012 Express for Web install does not install MVC templates on Windows 8, no tools to fix that, no documentation with fixes/workarounds. Looks like manufacturer renders this platform as unsuable for support of Visual Studio line of products. Agreed on that (platform not liked by too many), but sometimes is handy to have "tiles" readly available. Anyone would like to develop script, or paper to remedy this problem?
1 vote -
1 vote
-
2 votes
-
1 vote
-
Report Viewer Helper for MVC
Please add a Report Viewer Control for MVC. Web Forms has one. Will not be able to completely move off of Web Forms until one is created.
36 votesYou can write a wrapper today. Write a helper that creates a ReportViewer control in code and and calls render on it to get the HTML. I will pass the feedback to the report viewer team in SQL.
-
Give an intelligible error when trying to use msdeploy with no password
When doing a TFS build and specifying the build to deploy after build (e.g. via msbuild command line args: /p:DeployOnBuild=true;PublishProfile="DevPubProfile";), the build fails with ERROR_USER_NOT_ADMIN. What took me a bit to realize was that the build server didn't have the user's password. In visual studio the user pub xml has the password but of course that is not in source control.
It makes no sense to even try to deploy without a password for the user, and makes even less sense to say the user isn't admin.
1 vote -
Make integration of mvc with web forms seamless
Currently in order to add asp.net mvc to an existing asp.net webforms project is not exactly pain free. Here's an example
http://www.devcurry.com/2013/05/adopting-aspnet-mvc-enhancements-in.html which actually includes having to add in some guid. Obviously lots of people have existing web forms sites/applications that are not going anywhere but would also like to integrate mvc into them as well. Currently, I would not call this user experience pleasant. I would be nice to be able to easily add mvc to an existing web forms site. It could be a NuGet package, a right-click on the web form site that has "add mvc to…
3 votes -
1 vote
-
Precompile razor view before publishing
Compiling views on the webserver takes a lot of ressource, and during that time the application is slow to respond.
I would be great if we could publish compiled versions of our views. I know razorgenerator do this, but it's not native and we only want compile views for deployment, not when developing.Thanks
97 votes -
Better error handling
When trying to handle errors in ASP.NET, you have to jump through a series of unintuitive and often poorly documented hoops to catch an exception and handle it in a sensible way. The non-senisble and default way to handle exceptions would be to redirect to a static HTML file that responds with an HTTP 200 Status Code, which is so wrong it's crazy that it's even available as an option, nonetheless set as the default.
It's also extremely confusing that IIS and ASP.NET each tries to handle errors on their own way, with their own corresponding, diverging and confusing configuration…
26 votes -
Make a new platform for hosting .net code. Something like IIS but more like SQL Server, where the server software itself is hosting.
I would like to explain the motivation for the idea first, then save the actual idea for last.
I made two observations which lead me to this idea. First, I noticed how much developers, where I have worked, are disappointed when a website hotfix requires a .Net code change. Whereas with procs, they are delighted because of how easy it is to modify the small unit of code and deploy. Second, I noticed that many IT managers and code-savvy end users are comfortable with making complex queries in SQL, or doing a complex formula in Excel, but when it comes…1 vote -
Make ImageMap Selectable Dynamically
My Idea is to make Image Map control selectable.. We have this nice control but the thing is for making the hotspot hilighted we need lots of Jquery and Javascript stuff.. Plus we cannot keep Image MAP selected dynamically..
1 vote -
To set the break point in all the methods of whole projects just in one click..........
To set the break point in all the methods of whole projects just in one click..........
2 votes -
Allow #region in inline markup
If you're using the inline code model, the code editor does 99% of everything you could do in code-behind, but does not allow collapsing regions. For files with a lot of event handlers it would be great to be able to collapse them with a region.
3 votes -
1 vote
-
Masterpage separates css and js automatically
When building an ASP.NET web page I would like to write my JS and CSS in the master page script and style tags, then by added attributes to those tags like <script language="javascript" runat="server" Filepath="virtual"> .NET will remove that tag and contents from the downloaded HTML, but will replace it with a script or link tag pointing to a virtual My.Master.js or My.Master.css file path which will return the contents of the tags, this will allow for in page design but automatically separate resources without maitaining a normal "template.js or template.css" usually done when designing a website template.
3 votes -
Article of how to use Cucumber/Gherkin in conjunction with ASP.NET web development
I have article draft ready at http://pekkaollikainen.wordpress.com/2013/02/11/behavior-driven-development-cucumber-gherkin-full-article-at-sdj-32013/and I could start working it into ASP.NET.e.g. how to use at the development phase of the new ASP.NET web project .
4 votes
- Don't see your idea?