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

emailing multiple users from .net 4.0 website

I've just built a sales site for a customer which needs to mail multiple (potentially thousands) of users when certain conditions arise, eg special offers etc. At the moment I'm deciding between one email BCC'd to many recipients, or one email to…
DarkW1nter
  • 103
  • 2
0
votes
2 answers

Hosting Website Issue

I have a web project which I want to post in to our company`s hosting server: IIS Vs.6.0. The name of the server which is running our whole websites is: testing.test.com and domain is testing.com I am added as a User in it as myname@testing.com.…
RG-3
  • 113
  • 6
0
votes
1 answer

How can I persist changes to Asp.net settings via Remote IIS manager (IIS 7)?

So I recently found out about how Remote IIS can manage the Asp.net properties of my web site, such as connection strings, smtp settings etc.. Managing it through IIS rather than through web.config transforms means it's much easier to deploy…
KallDrexx
  • 306
  • 1
  • 3
  • 12
0
votes
1 answer

IIS7,restrict the client by SSL Cert?

I have a ASP.NET web application host on Windows Server 2008 IIS7, everythings work well. I want to deny the user without SSL cert install in browser (IE/Firefox etc) for example, there are 10 staffs allow to access this website. I had do the…
Cheung
  • 135
  • 1
  • 1
  • 7
0
votes
1 answer

Web Capability Analysis Tool (WCAT) - No Output XML

I have WCAT 6.3 running fine up until the point where it is supposed to generate the log.xml file. In the cmd window, I just see the last Cooldown update, like…
Aaron
  • 101
  • 4
0
votes
1 answer

Determining UAC requirements for legacy .net 1.1 application

We have inherited an old .net 1.1 Asp.net application which, in the installation guide, requires UAC (User Account Control) to be switched off. We have access to the source code but the original developers have long since gone. Can the panel…
Preet Sangha
  • 2,747
  • 2
  • 24
  • 27
0
votes
2 answers

Best MailServer for Windows 2008 and integration with ASP.Net

I want to have an email server for my windows 2008 system. The hard part is, that mailserver must have an API so I can create mailaccounts, send mails, read mails etc.etc (as e.g. hotmail.com so) from an asp.net page.
0
votes
2 answers

how to publish web service on internet

I developed web-services in c# and published on IIS now i want to take this web-services out of Intranet to Internet i am looking for what are possible solutions for this. I am very much beginner to this. Thank you very much
Pooja
  • 117
  • 1
  • 5
0
votes
1 answer

Default Document doesn't work in IIS 6 with .NET 4

I just upgraded the .NET Framework from 3.5 to 4.0 on Windows 2003 x64. IIS is configured to run in 32 bit mode. When I run aspnet_regiis -lv I get the Framework64 and Framework of 4.0.30319.0 and the Framework of 2.0.50727.0 listed. I have a web…
Anthony
  • 113
  • 1
  • 10
0
votes
1 answer

.NET - how to fix startup?

I have IIS and several versions of Microsoft .NET installed on my Windows Vista computer. When I tried to start a particular .NET Framework version, this error message appeared: How can I fix this error and get them both to show "Started" in the…
GXB56
  • 21
  • 1
0
votes
1 answer

Custom file extensions as ASP.NET in IIS?

I have Apache 2.2, and it's got modaspdotnet installed - the 2.2 version. I followed the advice at Configuring ASP.NET MVC2 on Apache 2.2 using mod_aspdotnet, and the server works basically very well. However, I'm trying to create custom extensions…
0
votes
1 answer

Kill w3wp.exe if it is working on 100% cpu over a period of time

Im running a ASP.NET website on Windows 2008 and IIS7. From time to time my w3wp.exe start spiking into 100% CPU, and the website hangs. I have not found the reason for this, but that is irrelevant at the moment. All I want is to configure the…
0
votes
1 answer

System.Web.Extensions Not Found Even After Installing ASP.Net AJAX

I'm deploying an ASP.Net web service to a VM running Windows Server 2008/IIS 7. I've installed the ASP.Net AJAX extensions (from here) on the server. However, when I attempt to access the service, I'm getting the following error: Could not load file…
quanticle
  • 151
  • 1
  • 6
0
votes
1 answer

IIS returns 302 when not on local host

I am working on an asp.net page that handles paypal IPNs (instant payment notification). For those who don't know how IPNs work, I'll explain. When some kind of transaction occurs on paypals servers, paypal will send a POST message back to a certain…
0
votes
1 answer

Setup an IIS self signed certificate on Oracle Application Server

My main server is running IIS 7 and has an ASP.NET/C# website that needs communicate to another server that uses Oracle Application Server. Currently, the website is communicating to the Oracle Applicatoin Server using HTTP. I would like to setup…
Omar
  • 195
  • 3
  • 14