General ASP.NET
-
Save passwords in PageInspector in VS2012
Implement possibility for PageInspector to store passwords like regular browsers do
6 votes -
Add ability to encrypt connections strings (and other web.config sections) upon deployment of a web application to a web server (using publi
I hate the fact that after publishing an asp.net web app, I need to remote into the server and encrypt connection strings and perhaps other sections of my web.config. It would be great if I could automatically kick off a post-deployment script which would do this for me.
13 votes -
ASP.NET - Profiling using IIS Express
Currently profiling doesn't work using IIS Express only the Cassini dev server. Would be nice to be able to do everything in IIS Express that you can do with the dev web server.
3 votes -
You've gone a long way with VS SQL support ... Now, we need much better support for Azure Table Storage
We need help in reducing the amount of time to code for Azure Table Storage and deal with table storage in the IDE. I'd like to see and modify entities and tables right from the IDE ... building the functionality of software like ClumsyLeaf's TableXplorer right into VS. Also, it would be nice to have more/better support in data source controls and data-bound controls for table storage data and keys. It's all very LOW level right now and takes quite a while to code for Azure Table Storage relative to coding against SQL/SQL Azure storage. [Also, btw ... can you…
1 vote -
Dynamic bundles based on browser/client capabilities
More and more it's becoming a common practice to detect browser features and capabilities. There are even libraries and or tests used by many sites. Libraries such as Modernizr come with a slew of such tests.
It would be nice to issue the client a token/url for the scripts and css specific to that browser after doing feature detection.
This prevents ever subsequent page running the same test and doing the same conditional loading of scripts. Otherwise, another ugly alternative is to have a bunch of bundles for common browsers, but this seems more like doing browser sniffing rather than…
2 votesThis sounds interesting – we’ll take a look as a part of our investigations on better integrating Web optimization with script loaders.
-
A html file that contains a tag like this <script language="javascript" runat="server"> and contains all Javascript treat like a JS file
This is useful for Server Side Javascript coding. A file may have a htm or html extension, but it is really all code.
0 votes -
Add IntelliSense for CSS Selectors
Can you add IntelliSense support for CSS selectors in stylesheets?
You can autocomplete all HTML tag names, all pseudo-classes (preferably with parameter hints) and pseudo-elements, and all IDs and classes that appear in other selectors in that or other stylesheets.
60 votes -
Show me the parts of my .config files that I can delete
As projects grow and transition from greenfield to brownfield projects .config files are getting more and more obsolete and dead stuff in them.
Do help me and show me what I delete of this.
72 votes -
Add a "+1" or "Suggest as Solution" button to forums to bubble the best replies to the top (like StackOverflow)
Add a "+1" or "Suggest as Solution" button to forums, to bubble the best replies to the top (like StackOverflow)
1 vote -
Integrated ftp uploader for website files.
In most case scenarios I'm uploading my website files using ftp and publishing tool is very uncomfortable.Meanwhile not all hosting companies are giving full access to their servers.
I remember in VS2005 there was an extension named Dispatch. It was very comfortable, right click, upload and file is on deployment server.
I think this can really save a lot of development time.148 votesHi Michael, if I understand you correctly you want a way to easily publish a small set of files to the destination. We’ve heard similar feedback previously and I appreciate you creating this item here. I have placed an entry on our backlog for this so that we can consider it for a future version.
-
ASP.Net Report Viewer in Medium Trust on Local Mode
Because a full trust hosting environment is much more expensive then a medium trust one...
4 votes -
client method for javascript
allow devs write javascript methods (or better - let devs write c#/vb method and then let the compiler translate it to javascript) in the asp.net page "code behind" and add a new keyword: "client" or something to destinguish methods that will be server side or client side
4 votes -
Make intellisense track included JavaScript ressources via @Url.Content("...") etc.
Including a ressource using the following works. So Intellisense is available for the included ressource.
<script type="text/javascript" scr="/path/to/file.js"></script>
But as always, paths are note absolute. So asp.net mvc offers Url.Content("...") to dynamically generate the correct path to the requested file no matter where the application is placed in the web folder hierarchy.
So it would be very nice if you could make Intellisense also track paths specified in @Url.Content("") so that it is available for includes JS classes/functions.
5 votesVS2012 supports @Href, @Url.Resolve and regular ~/ references, but not @Url.Content. It’s been added to our todo list. Thanks for suggesting this!
-
Make inbuilt controls use an editable template or add default properties
When using an inbult ASP.Net control you're stuck with the default rendered HTML output and changing the output is a tedious and time consuming task.
Allow the user to create a template to be assigned to a control, so when this control (for instance something as simple as the HTML rendered by using a ASP.Net Panel control, could be used) - this would also allow you to assign CSS defaults, control properties etc to the control whenever it's used.
This would eliminate the need for the user to manually assign a class or specific property to the control whenever it's…
4 votes -
Support all AspNetCompiler parameters with websites in solution file
The AspNetCompiler task has a great many features, and among them is the ability to specify a particular version of the ASP.NET compiler to use via ToolPath. Websites inside solution files contain constructs similar to AspNetCompiler tasks, but these seem to be missing support for ToolPath, and I suspect support for other properties as well. My solution looks like this:
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/MyPath"
Debug.AspNetCompiler.PhysicalPath = "MyPath\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MyPath\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Debug.AspNetCompiler.ToolPath…
4 votes -
Intellisense - OOP patterns for JS
Please provide the intellisense support for object-oriented and "mixin" patterns of Mootools. Also intellisense should work when chaining the methods in jQuery, Mootools and Prototype. This article would give you some insight on different OOP patterns on JS -> http://jqueryvsmootools.com/index.html.
20 votes -
Provide Razor syntax highlight when added as link
When I add Razor file as link syntax highlighting and intelisense doesn't work. It should work like in others files (CS, JS, CSS).
1 vote -
Multilingual website facilities
Building multilingual websites on asp.net is cumbersome, many things have to be handled by user, e.g. left to right, right to left text issues, saving double/float values with comma or dot, saving datetime values using yyyy-mm-dd or yyyy-dd-mm.
I would like somekind of website template that would take care of all these issues.5 votes -
Merge WCF Data and RIA Services and Web API
I really like what you guys have done and I'm very impressed. But there are some areas that seem a little confusing to me or could be improved. Can you guys all get together and coordinate to build an enterprise family of .Net WCF Data Tier, Business Logic Tier that will all work together and integrate with the various .Net Presentation Tiers? They should serve as a quick way to get a system running and allow people to add their own POCs, DAL, etc. Every once in a while I get some idea I want to implement, but it takes…
7 votes -
Make it easy to split a web project into multiple projects for larger sites
The entire VS2010 web project experience is based on a single project in a single solution. A larger application is split in separate modules and each module would be a sub web project. It would be convenient if we could partition our web development into framework development (infrastructure projects) and functional development (application projects). Together they are the target website. In our organization the infrastructure team uses one solution and the functional teams use another solution. The development experience for regular .NET projects, like library projects, Control projects, EXE projects is needed for websites as well.
16 votes
- Don't see your idea?