Questions tagged [asp.net]

169 questions
10
votes
1 answer

How to use syntax highlighting for .aspx & .ascx files in notepad++?

When I open .aspx or .ascx files in notepad++, notepad++ open them as Normal Text files and so no syntax highlighting works. In the Language dropdown menu I dont see ASPX or ASCX options. How to setup notepad++ so that it uses syntax highlighting…
srh
  • 291
8
votes
4 answers

How often do users change their IP address (average time needed)?

Basically, i need to know how long (on average) and ip address is used per user, this can be US-only stats or World-Wide stats, if you have a source please state it. If its your own data please let us know how you've come to this determination. If…
user51047
  • 191
6
votes
3 answers

On windows, connect to a Virtual PV VM running Ubuntu for things like memcached, etc

I am on Windows 7, building an ASP.net web application. There are a few services that I need to connect to, and don't want to go through the hassle of installing them on Windows. I also run VirtualBox with Ubuntu. Can I install memcached (for…
user27449
  • 7,178
6
votes
2 answers

Visual Studio 2019 Web Site Template

How can I create a new Web Site project (not Web Application) in Visual Studio 2019? The only options I have available are all Web Applications that require compilation to publish. For ASP.NET WebForms not MVC.
5
votes
2 answers

Getting system lacked sufficient buffer space or because a queue was full

My ASP.NET and SQL Server 2012 application is running on Windows Server 2008 R2. Suddenly, my internet on server stopped working and my application start throwing, An operation on a socket could not be performed because the system lacked sufficient…
5
votes
3 answers

McAfee API for ASP.Net

Is there any McAfee API [ or command line utility ] that can be integrated with ASP.Net to scan for viruses in uploaded files. Edit: I was about to ask the question in stackoverflow but thought since it is related to McAfee only it would be better…
phoenix
  • 315
5
votes
1 answer

How to open port on IIS Firewall

In doc of http://www.telerik.com/team-productivity-tools.aspx it says In order to access the TeamPulse components from client machines, you will need to open the following ports in your frewall: • 9898 – TeamPulse Client Site • 9899 –…
user75875
  • 461
4
votes
2 answers

Visual Studio 2010, how can I start only one web project in a solution when debugging?

In Visual Studio 2005, choosing to debug a specific web project only starts an ASP.NET Development Server for the project selected. In Visual Studio 2010, debugging starts an ASP.NET Development Server for all 6 of the web projects in this solution,…
Brisbe42
  • 303
4
votes
1 answer

Which default Database Systems come installed in Microsoft VS2010 Express?

Appreciate all advice 0n the following questions Which database systems (Ms SQL 2008, MS SQL Compact, or others) comes installed with VS2010 Express edition. SQL Server 2008 R2 Express is free, can we install and integrate with VS2010 Express? How…
tonygts
  • 43
4
votes
2 answers

How can I fool a site into believing that I'm using IE when I'm really on Firefox or Safari for MAC

I use a mac. I do have vm ware fusion so i can access the site though IE. my problem is i dont like to use the fusion unless total necessary. It uses a lot of memory and battery, plus when im mobile though wifi card the internet connection can be…
Mac
4
votes
2 answers

Adobe Illustrator can't open SVG file

I have a generated SVG file which for some reason won't open in Adobe Illustrator when I serve the file content from my ASP.net application, but if I were to write this generated file directly to the file system from my ASP.net application, the file…
user32707
  • 143
4
votes
1 answer

IIS 7 fails to serve .aspx pages but works with default files

I have deployed an ASP.NET 4 web site to IIS 7 on Windows Server 2008. When I browse to the root folder, or any other folder in the site, the server responds by delivering the default page Default.aspx as you would expect. However, when I request a…
CesarGon
  • 240
3
votes
2 answers

How to delete temporary asp.net files at once?

I am trying to delete temporary asp.net files from C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary. Some ASP.NET files and some folders get deleted but for some folders I have to open each folder and then delete them manually. Have set the…
meghna
  • 31
3
votes
1 answer

Windows Security login window in IE8, IE9, FireFox, but not Chrome?

I swear I created a question about this a few weeks ago, but maybe I deleted it as I cannot locate it anywhere. ASP.NET 4.0 IIS6 Windows Server 2003 Intranet site using Windows authentication Three servers with same OS and IIS version, each hosting…
3
votes
6 answers

Where can I find a little web server?

I have a cable internet connection and I would like to set up a small web server at home. I could use my existing computer for this but I don't like to keep it on 24/7. I don't expect it to get many visitors (mostly me when I'm abroad) but I do want…
1
2 3
11 12