Tagged Questions

25
votes
1answer
7k views

IIS AppPoolIdentity and file system write access permissions

Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated. My question is: using ASP.NET in IIS 7.5, how does IIS and/or the ...
7
votes
2answers
158 views

ASP.Net cannot create/shadow copy in PRODUCTION

We've recently updated a fairly large ASP.NET website (~1500th alexa traffic ranking) to use VS2010 and .NET 4.0 running on Windows Server 2008 R2 Since then, when we deploy new versions of the site ...
3
votes
2answers
208 views

Random error 500 “The ConnectionString property has not been initialized”

I've been using the same ConnectionString since our site got online on July 2010, and never had any problem to connect and interact with our database. However, since July 2011, I keep getting random ...
3
votes
1answer
252 views

“Access is Denied” when consuming a web service over SOAP

I have created an .NET 3.5 web service application project that will be hosted under IIS 7.5 on a Windows Server 2008 R2 server. I am able to consume the service from an ASP.NET application hosted on ...
3
votes
2answers
71 views

Finding source of web performance issue

We are tring to track down a performance issue on a asp.net solution on windows 2008. The error page that has no database access and very little logic takes 10 sec. Other pages over 70 seconds. ...
3
votes
3answers
531 views

JQuery to asmx fails on Windows 2008 R2 SP1

Since the installation of SP1 we are facing problems in calling asmx pages from JQuery client code. IIS is pointing the JQuery post call to his default 404 page. We did a roleback of our ...
3
votes
2answers
496 views

What are possible causes for App_Offline.htm not bringing the site down?

Normally, I use App_Offline.htm for taking the site offline. But occasionally, when I do that, the site just hangs (like in: browsers wait forever, server gives no response at all). This seems to ...
2
votes
2answers
240 views

ASP .NET MVC-3 route add/map to a virtual directory for an alias

I have followed Maarten Balliauw's post on domain routing. I had been able route to controller's for different sub-domains. But I don't know how to route to a virtual directory. As you see this is a ...
2
votes
2answers
2k views

The configuration section 'system.servicemodel' cannot be read because it is missing a section declaration

I have somewhat of a problem. My old webserver (windows 2003) have been replaced, with a 2008 R2. I have been given an admin account on it, and can do whatever I want, but I am no expert on this area. ...
2
votes
1answer
170 views

What .net Features are *not* available on Windows 2008 R2 Server Core?

So Windows Server Core 2008 R2 added support for ASP.net, but only a subset: Subset of .NET Framework 2.0 Subset of .NET Framework 3.0 and 3.5 – WCF, WF, and LINQ Now the question is, ...
2
votes
3answers
3k views

problems running x86 Asp.net application on 64-bit windows with IIS7.5

I'm currently in the process of preparing a new server to run our ASP.Net platform on. For the first time I'm doing the installation on a 64-bit Windows (2008 R2), and with IIS7.5 (before that always ...
1
vote
1answer
30 views

Twilio REST API - Unable to buy a twilio number for a sub account‏

I've developed a Web application in ASP.net web Forms (.net v4.0) which uses the REST API. The problem we are facing is that when we run the application on the developer machine everything works great ...
1
vote
1answer
94 views

Enabling Windows Server 2008 Crash Dump for IIS ASP.Net

I have an ASP.Net application that is occasionally crashing and causing the Worker Process to reload. The system is running on IIS 7.5 on Windows Server 2008 R2 64 bit SP1. I get an Application Error ...
1
vote
1answer
93 views

url rewrite -> for non www to www - which is better and how? (site level or application level)

I'm doing url rewriting (Wildcards) for a sigle web site based on this blog post. This is what I tried: <rewrite> <rules> <rule name="Redirect example.com to www" ...
1
vote
4answers
272 views

Javascript error: Cannot read property 'txtAlias' of undefined http://localhost/Test.aspx

I recently upgraded my C# ASP.Net 4.0 application from Windows 2003 IIS 6 to Windows 2008 IIS 7 and some of my Javascript does not respond, which works with Windows 2003 & IIS6. At the simple ...
1
vote
2answers
334 views

Unable to create Asp.net HTTP app on a Windows 2008 RC2 Server with WebDAV using VS2010

I'm trying to create an ASP.Net website (File->New->Website->ASP.NET Web Site) in VS2010 with the Web location set to HTTP and the url set to a Windows Server 2008 R2 box. When I try this I get an ...
1
vote
1answer
414 views

Why does a worker thread my ASP.NET spawn experience a ThreadAbortException during a Sleep?

I spawn a worker thread in an ASP.NET application running on Windows Server 2008, IIS 7.5 The first thing this worker thread does is sleep for N seconds, and then it does its real work. During the ...
1
vote
1answer
735 views

Custom implementation of IPrincipal throws System.SystemException: The trust relationship

We have a ASP.NET site that partially depends on forms authentication for login credentials, however the implementation of IPrincipal is completely custom. But, when running the site on a particular ...
1
vote
1answer
141 views

Newly deployed website (in new environment) renders slowly in IE only

We have a brand new deployment environment for testing asp.net website builds. I’ve deployed the latest version of the website to this new server (decent specification, by no means a slouch) but when ...
0
votes
0answers
54 views

Microsoft VBScript runtime error '800a004c' [closed]

I am running a listing of a directory on server. Till a few days back, this code was running perfectly, but now it lists just a few inner directories and gives this error. Microsoft VBScript runtime ...
0
votes
2answers
182 views

Access to the path 'C:\Windows\System32\ is denied

i wrote a website for someone and want to disable it after two mothns. (because he should pay for it after two months, if not i should blow it up) so, i called a DateTime WebService from my web site ...
0
votes
1answer
281 views

The following exception was thrown by the web event provider 'EventLogProvider' [closed]

I can't get a new ASP.NET 4.0 application to work on IIS 7, in Windows 2008 R2. All I can see in my event log is the below error. I can't seem to find any information about what it means, can anybody ...
0
votes
0answers
302 views

HTTP Error 503 - Service is unavailable (how fix?) [closed]

i have a web site for download mobile files and there many users in my web site. sometimes i have the error below : HTTP Error 503 - Service is unavailable 1-so why this error happens and what is ...
0
votes
1answer
322 views

The remote host closed the connection Error, how fix?

i am using elmah -> Elmah.axd in my project for finding errors. there is an error like this : System.Web.HttpException: The remote host closed the connection. The error code is 0x800703E3. ...
0
votes
0answers
388 views

Allow WCF services writing to custom Event Log (under Windows 2008 R2 Server)

Our web application (with small initial ASP.NET page and a number of WCF services) uses custom Windows event log to record its events. On Windows7 Professional and under Visual Studio service host, ...
0
votes
1answer
416 views

APNs-sharp libraries not working on windows server 2008, CryptographicException

I have an asp.net application that uses the APNs-Sharp libraries to send push notifications. It works fine on my local machine but when i publish to a windows 2008 r2 server machine I get the ...
0
votes
2answers
224 views

ASP.NET application using the wrong file path when publishing to a windows server 2008 machine

I have an asp.net application that i am modifying. I setup visual studio 2010 to publish to are development server which is running windows server 2008 RC 2 (dont think it matters). I added a new ...
0
votes
0answers
218 views

Sometimes I get “Attempted to read or write protected memory. This is often an indication that other memory is corrupt” exception

Sometimes I get this exception: Attempted to read or write protected memory. This is often an indication that other memory is corrupt And it disappears suddenly without any reason. Is this ...
0
votes
2answers
229 views

Detect Server Display Resolution

On windows server 2008 can I have a web service or something I can query from a C# application as to the display properties (resolution (height & width)). The C# application does not run on the ...
0
votes
1answer
353 views

Using Windows auth, but getting redirected to forms auth login page?

We're running IIS7 and have windows authentication enabled. Everything else is disabled. When we go to the page though, we aren't prompted for a windows logon, but are redirected to the default forms ...
0
votes
2answers
2k views

ASP.NET application accessing event log on Windows Server 2008 R2

Can anyone explain why the following happens: My ASP.NET application requires access to Application event log. When I access web application initially, it returns "Security" exception (which is ...
0
votes
1answer
369 views

migrate .net 2.0 app from windows server 2003/iis6 to windows server 2008 R2/iis7

I am attempting to migrate a .net 2.0 application from Windows Server 2003 to windows server 2008. I am receiving the error - The specified module could not be found. (Exception from HRESULT: ...
0
votes
1answer
541 views

Saving an Excel Workbook on the Server through ASP.NET and IIS7

The following code samples produce the same error when I perform the SAVEAS: Microsoft.Office.Interop.Excel.Application excelApp = new Microsoft.Office.Interop.Excel.Application(); filePath = ...
0
votes
3answers
387 views

Quick Question About IIS 7 Asp.Net Setup

I have been trying to configure a small website on a Windows Server 2008 running IIS 7. Unfortunately, when trying to load the website I keep getting the error: Server Error 401 - Unauthorized: Access ...
0
votes
1answer
159 views

Use of StateServer with C# Website?

I've got two web portals that are almost identical in architecture. One requires that I add the following to my web.config and enabling the state server, as the logged-in user sessions expire after ...
0
votes
2answers
1k views

Setting user's password via System.DirectoryServices.Protocols in AD 2008 R2

I am connecting to a Microsoft Active Directory server in a DMZ from my .net application (asp.net VB .net 4.0). I need to create a new "inetorgperson" in an orgunit called "SingleCustomerAccount". I ...
0
votes
2answers
2k views

Windows Server 2008 R2 + IIS 7.5 + ASP.NET 4.0 = HTTP Error 500.0

I am having an impossible time getting asp.net 4.0 to work in any fashion at all. In fact, I completely wiped my server, reinstalled with Server 2008 R2 Standard (running on a VMWare ESXi box, not ...
0
votes
2answers
1k views

ASP.NET MVC on 2008 R2 IIS7.5 Not Loading

as the title notes, we can't get in to our site. this same site works fine for us in 2003 and in our dev environments. but once we moved to 2008 R2: we "can't get in". i'd love it if we could use ...
-1
votes
1answer
12 views

add user details from my asp.net application to windows server database

I have developed an ASP.NET application on Visual studio 2010, which takes user details( user name,password etc). I want to add these user details to the database on Windows Server 2008 R2 which is ...