Questions tagged [asp.net]

Web application framework developed by Microsoft

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications.

First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
0
votes
1 answer

How to get stack dump from crashing ASP.NET process?

An unhandled exception ('System.Net.Sockets.SocketException') occurred in w3wp.exe [9740]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on. We're getting…
Dylan
  • 103
  • 1
0
votes
1 answer

How to setup IIS subdomain pointing to folder on remote machine?

Im trying to serve static content through a subdomain. The physical folder is shared on a second machine in the same local domain. How do I safely setup permissions on the shared folder so that when i do something…
zsharp
  • 327
  • 1
  • 3
  • 11
0
votes
1 answer

Is it a bad idea to run an asp.net app pool with the same identity as IIS's anon user?

Subject says it all really, Thinking on security terms, I want to give each site on my server its own user account, so that they can't access each other's data. I also want to use integrated authentication for sql so i dont have any passwords…
Andrew Bullock
  • 201
  • 1
  • 2
  • 13
0
votes
1 answer

informix odbc connection slow to open in asp.net

I have an application that takes a long time to open odbc connections (like 20 sec) also takes forever using arcmap and arcsde but when I try the connection on the odbc data source administrator, it tests it really fast Does anyone have any idea of…
sergiogx
  • 335
  • 3
  • 15
0
votes
2 answers

Changing a site name or domain

I got an active social networking site right now with about 530 members and I would like to change my site's domain name to another one.My question is how can you do this efficiently without losing my members?Do I need to create a redirect page for…
halabira
0
votes
2 answers

How do I set the password that contains quotation mark to a connection string in an ASP.NET application?

How do I set the password that contains quotation mark to a connection string in an ASP.NET application? Answer: Password: This"Is"Password In connection string: This""Is""Password
None
0
votes
1 answer

Moving file security from one server to another (asp.net sites, IIS)

I am running windows server with asp.net websites and sql server 2008 and IIS 6. It is working fine. Now I need to move my asp.net websites to another windows server and I have hard time setting correct file security for the new server. Is there…
Imageree
  • 161
  • 2
  • 2
  • 9
0
votes
1 answer

Helicon ISAPI_REWRITE for masking folder

I would like to use the Helicon ISAPI_REWRITE module to rewrite a url: 123.45.67.89/folder to www.site.com I need to mask the IP/folder due to an IIS structure change. The reason why I don't want to get into, but it's valid based on the setup. Any…
Brian Mains
  • 202
  • 6
  • 16
0
votes
3 answers

ASP.NET Website not responding

I am setting with my server tech, trying to figure out what is going on here. When I try to access my site through a browser, my site hangs indefinately. It does not respond with anything, not even after 15 minutes! The application pool has been…
BrinthHillerup
0
votes
2 answers

AVG 9 (Internet Security Business Edition) and IIS 6.0

Are any of you using AVG 9 Internet Security Business Edition along with IIS 6.0 and if so have you experienced problems? We just went from 8.5 to 9.0... Luckily I tried on only one of the servers in the web farm first to run for a week to make sure…
Dave Holland
  • 1,898
  • 1
  • 13
  • 18
0
votes
2 answers

IIS large amount of time before loading

I am running an ASP.NET 3.5 website on IIS 6 with Server 2003. Whenever I modify any of the ASPX files, any page on the site then takes about 2-3 minutes before it starts to load. Even the smallest modification causes this to happen. Why is this?
StrattonL
  • 143
  • 6
0
votes
1 answer

ASP.NET web application can't find an assembly

I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error. I checked the Event Viewer and it was filled up with these errors: I'm puzzled as…
anonymous coward
  • 282
  • 2
  • 13
0
votes
1 answer

Help with my application please! Can't open image(s) with error: External component has thrown an exception

I have an application written in C# I believe and it adds images to a SQL Server 2005 Database. It requires .NET 3.5 to be installed on my computer. I installed .NET 3.5 and setup a database. It runs fine but then once it gets to image 100 when…
Brandon
0
votes
1 answer

External component has thrown an exception. ASP.NET ASPX PAGE POST

I have an aspx page that communicates with a webservice I have. It connects to an SQL Server database on my virtual dedicated server. With just a little usage, I get this error External component has thrown an exception. Description: An unhandled…
Brandon
0
votes
1 answer

Mono: application not running when web.config in subfolder

I run ASP.NET on Mono. I wanted to run blogengine: http://www.dotnetblogengine.net/ I downloaded, put it in /var/www/blogengine, on the console went to /var/www/blogengine and started xsp2. I went to http://localhost:8080, and it ran without…
Quandary
  • 1,024
  • 4
  • 19
  • 36